public class AttributeTypeImpl extends AbstractXACMLObject implements AttributeType
AttributeType.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
attributeID
AttributeID of the attribute.
|
private XMLObjectChildrenList<AttributeValueType> |
attributeValues
List of values for this attribute.
|
private java.lang.String |
datatype
Datatype of the attribute.
|
private java.lang.String |
issuer
Issuer of the attribute.
|
ATTRIBUTEID_ATTTRIB_NAME, DATATYPE_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, ISSUER_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
AttributeTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeId()
gets the AttributeId.
|
java.util.List<AttributeValueType> |
getAttributeValues()
Gets the list of attribute values for this attribute.
|
java.lang.String |
getDataType()
Get the datatype of the attribute.
|
java.lang.String |
getIssuer()
Gets the issuer of the attribute.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
void |
setAttributeID(java.lang.String attributeId)
Sets the AttributeId.
|
void |
setDataType(java.lang.String type)
Sets the datatype of the attribute.
|
void |
setIssuer(java.lang.String iss)
Sets the issuer of the attribute.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate java.lang.String issuer
private java.lang.String attributeID
private java.lang.String datatype
private final XMLObjectChildrenList<AttributeValueType> attributeValues
protected AttributeTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic java.lang.String getAttributeId()
getAttributeId in interface AttributeTypepublic java.lang.String getDataType()
getDataType in interface AttributeTypepublic java.lang.String getIssuer()
getIssuer in interface AttributeTypepublic void setAttributeID(java.lang.String attributeId)
setAttributeID in interface AttributeTypeattributeId - is the wanted AttributeIdpublic void setDataType(java.lang.String type)
setDataType in interface AttributeTypetype - is the wanted datatypepublic void setIssuer(java.lang.String iss)
setIssuer in interface AttributeTypeiss - is the issuer of the attributepublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectpublic java.util.List<AttributeValueType> getAttributeValues()
getAttributeValues in interface AttributeType