public class PolicyImpl extends OperatorContentTypeImpl implements Policy
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
id
The wsu:Id attribute value.
|
private java.lang.String |
name
The Name attribute value.
|
private AttributeMap |
unknownAttributes
Wildcard attributes.
|
ELEMENT_LOCAL_NAME, ELEMENT_NAME, NAME_ATTRIB_NAMETYPE_LOCAL_NAME, TYPE_NAMEWSU_ID_ATTR_LOCAL_NAME, WSU_ID_ATTR_NAME| Modifier | Constructor and Description |
|---|---|
protected |
PolicyImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the wsp:Policy/@Name attribute value.
|
AttributeMap |
getUnknownAttributes()
Gets a mutable map of the attributes.
|
java.lang.String |
getWSUId()
Returns the
@wsu:Id attribute value. |
void |
setName(java.lang.String newName)
Sets the wsp:Policy/@Name attribute value.
|
void |
setWSUId(java.lang.String newId)
Sets the
@wsu:Id attribute value. |
getAlls, getExactlyOnes, getOrderedChildren, getPolicies, getPolicyReferences, getXMLObjects, getXMLObjectsdetach, 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, waitgetAlls, getExactlyOnes, getPolicies, getPolicyReferences, getXMLObjects, getXMLObjectsdetach, 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 id
private java.lang.String name
private AttributeMap unknownAttributes
protected PolicyImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - The namespace of the elementelementLocalName - The local name of the elementnamespacePrefix - The namespace prefix of the elementpublic java.lang.String getName()
public void setName(java.lang.String newName)
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