public class AttributedURIImpl extends AbstractWSSecurityObject implements AttributedURI
AttributedURI.| Modifier and Type | Field and Description |
|---|---|
private AttributeMap |
attributes
The wildcard attributes.
|
private java.lang.String |
id
The wsu:Id attribute value.
|
private java.lang.String |
value
The string value.
|
TYPE_LOCAL_NAME, TYPE_NAMEWSU_ID_ATTR_LOCAL_NAME, WSU_ID_ATTR_NAME| Constructor and Description |
|---|
AttributedURIImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeMap |
getUnknownAttributes()
Gets a mutable map of the attributes.
|
java.lang.String |
getValue()
Gets the URI content of the element.
|
java.lang.String |
getWSUId()
Returns the
@wsu:Id attribute value. |
void |
setValue(java.lang.String newValue)
Sets the URI content of the element.
|
void |
setWSUId(java.lang.String newId)
Sets the
@wsu:Id attribute value. |
getOrderedChildrendetach, 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, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate java.lang.String value
private java.lang.String id
private AttributeMap attributes
public AttributedURIImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - namespace of the elementelementLocalName - name of the elementnamespacePrefix - namespace prefix of the elementpublic java.lang.String getValue()
public void setValue(java.lang.String newValue)
public java.lang.String getWSUId()
@wsu:Id attribute value.public void setWSUId(java.lang.String newId)
@wsu:Id attribute value.public AttributeMap getUnknownAttributes()
getUnknownAttributes in interface AttributeExtensibleXMLObject