public class OperatorContentTypeImpl extends AbstractWSPolicyObject implements OperatorContentType
| Modifier and Type | Field and Description |
|---|---|
private IndexedXMLObjectChildrenList<XMLObject> |
xmlObjects
All child elements.
|
TYPE_LOCAL_NAME, TYPE_NAME| Constructor and Description |
|---|
OperatorContentTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<All> |
getAlls()
Get the list of
All elements. |
java.util.List<ExactlyOne> |
getExactlyOnes()
Get the list of
ExactlyOne elements. |
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
java.util.List<Policy> |
getPolicies()
Get the list of
Policy elements. |
java.util.List<PolicyReference> |
getPolicyReferences()
Get the list of
PolicyReference elements. |
java.util.List<XMLObject> |
getXMLObjects()
Get the complete modifiable list of XMLObject children.
|
java.util.List<XMLObject> |
getXMLObjects(javax.xml.namespace.QName typeOrName)
Get the modifiable sublist of XMLObject children which match the specified
type or element name.
|
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 IndexedXMLObjectChildrenList<XMLObject> xmlObjects
public OperatorContentTypeImpl(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.util.List<All> getAlls()
All elements.getAlls in interface OperatorContentTypeAll elementspublic java.util.List<ExactlyOne> getExactlyOnes()
ExactlyOne elements.getExactlyOnes in interface OperatorContentTypeExactlyOne elementspublic java.util.List<Policy> getPolicies()
Policy elements.getPolicies in interface OperatorContentTypePolicy elementspublic java.util.List<PolicyReference> getPolicyReferences()
PolicyReference elements.getPolicyReferences in interface OperatorContentTypePolicyReference elementspublic java.util.List<XMLObject> getXMLObjects()
getXMLObjects in interface OperatorContentTypeXMLObject instancespublic java.util.List<XMLObject> getXMLObjects(javax.xml.namespace.QName typeOrName)
getXMLObjects in interface OperatorContentTypetypeOrName - the element name or xsi:typeXMLObject instancespublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject