public class PolicyAttachmentImpl extends AbstractWSPolicyObject implements PolicyAttachment
| Modifier and Type | Field and Description |
|---|---|
private AppliesTo |
appliesTo
AppliesTo Child element.
|
private IndexedXMLObjectChildrenList<XMLObject> |
policiesAndReferences
Policy and PolicyReference children.
|
private AttributeMap |
unknownAttributes
Wildcard attributes.
|
private IndexedXMLObjectChildrenList<XMLObject> |
unknownChildren
Wildcard child elements.
|
ELEMENT_LOCAL_NAME, ELEMENT_NAME| Constructor and Description |
|---|
PolicyAttachmentImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AppliesTo |
getAppliesTo()
Get the AppliesTo child element.
|
List<XMLObject> |
getOrderedChildren() |
List<Policy> |
getPolicies()
Get the list of Policy child elements.
|
List<PolicyReference> |
getPolicyReferences()
Get the list of PolicyReference child elements.
|
AttributeMap |
getUnknownAttributes() |
List<XMLObject> |
getUnknownXMLObjects() |
List<XMLObject> |
getUnknownXMLObjects(QName typeOrName) |
void |
setAppliesTo(AppliesTo newAppliesTo)
Set the AppliesTo child element.
|
deregisterValidator, getValidators, registerValidator, validate, validateChildrenaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate AppliesTo appliesTo
private IndexedXMLObjectChildrenList<XMLObject> policiesAndReferences
private IndexedXMLObjectChildrenList<XMLObject> unknownChildren
private AttributeMap unknownAttributes
public AppliesTo getAppliesTo()
getAppliesTo in interface PolicyAttachmentpublic void setAppliesTo(AppliesTo newAppliesTo)
setAppliesTo in interface PolicyAttachmentnewAppliesTo - the new child elementpublic List<Policy> getPolicies()
getPolicies in interface PolicyAttachmentpublic List<PolicyReference> getPolicyReferences()
getPolicyReferences in interface PolicyAttachmentpublic List<XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface ElementExtensibleXMLObjectpublic List<XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects in interface ElementExtensibleXMLObjectpublic AttributeMap getUnknownAttributes()
getUnknownAttributes in interface AttributeExtensibleXMLObjectpublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectCopyright © 1999-2016. All Rights Reserved.