public class AttributeDesignatorImpl extends AbstractSAMLObject implements AttributeDesignator
AttributeDesignator interface.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
attributeName
Contains the AttributeName.
|
private java.lang.String |
attributeNamespace
Contains the AttributeNamespace.
|
ATTRIBUTENAME_ATTRIB_NAME, ATTRIBUTENAMESPACE_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
AttributeDesignatorImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeName()
Get the contents of the AttributeName attribute.
|
java.lang.String |
getAttributeNamespace()
Get the contents of the AttributeNamespace attribute.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
void |
setAttributeName(java.lang.String name)
Set the contents of the AttributeName attribute.
|
void |
setAttributeNamespace(java.lang.String ns)
Set the contents of the AttributeNamespace attribute.
|
equals, hashCode, prepareForAssignmentdetach, 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, finalize, getClass, 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 attributeName
private java.lang.String attributeNamespace
protected AttributeDesignatorImpl(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 getAttributeName()
getAttributeName in interface AttributeDesignatorpublic void setAttributeName(java.lang.String name)
setAttributeName in interface AttributeDesignatorname - value to setpublic java.lang.String getAttributeNamespace()
getAttributeNamespace in interface AttributeDesignatorpublic void setAttributeNamespace(java.lang.String ns)
setAttributeNamespace in interface AttributeDesignatorns - value to setpublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject