Package org.opensaml.xacml.ctx
Interface MissingAttributeDetailType
- All Superinterfaces:
XACMLObject
,XMLObject
- All Known Implementing Classes:
MissingAttributeDetailTypeImpl
XACML context MissingAttributeDetail schema type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
AttributeId attribute name.static final String
DataType attribute name.static final String
Local name of the element MissingAttributeDetail.static final QName
QName of the element MissingAttributeDetail.static final String
Issuer attribute name.static final String
Local name of the XSI type.static final QName
QName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionGets the ID of the attribute.Gets the missing attribute values.Gets the data type of the attribute.Gets the issuer of the attribute.void
setAttributeId
(String id) Sets the ID of the attribute.void
setDataType
(String type) Sets the data type of the attribute.void
Sets the issuer of the attribute.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element MissingAttributeDetail.- See Also:
-
DEFAULT_ELEMENT_NAME
QName of the element MissingAttributeDetail. -
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
SCHEMA_TYPE_NAME
QName of the XSI type. -
ATTRIBUTE_ID_ATTRIB_NAME
AttributeId attribute name.- See Also:
-
DATA_TYPE_ATTRIB_NAME
DataType attribute name.- See Also:
-
ISSUER_ATTRIB_NAME
Issuer attribute name.- See Also:
-
-
Method Details
-
getAttributeValues
List<AttributeValueType> getAttributeValues()Gets the missing attribute values.- Returns:
- missing attribute values
-
getAttributeId
String getAttributeId()Gets the ID of the attribute.- Returns:
- ID of the attribute
-
setAttributeId
Sets the ID of the attribute.- Parameters:
id
- ID of the attribute
-
getDataType
String getDataType()Gets the data type of the attribute.- Returns:
- data type of the attribute
-
setDataType
Sets the data type of the attribute.- Parameters:
type
- data type of the attribute
-
getIssuer
String getIssuer()Gets the issuer of the attribute.- Returns:
- issuer of the attribute
-
setIssuer
Sets the issuer of the attribute.- Parameters:
issuer
- issuer of the attribute
-