Package org.opensaml.soap.wspolicy
Interface OperatorContentType
- All Superinterfaces:
WSPolicyObject
,XMLObject
- All Known Subinterfaces:
All
,ExactlyOne
,Policy
- All Known Implementing Classes:
AllImpl
,ExactlyOneImpl
,OperatorContentTypeImpl
,PolicyImpl
The OperatorContentType complex type.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAlls()
Get the list ofAll
elements.Get the list ofExactlyOne
elements.Get the list ofPolicy
elements.Get the list ofPolicyReference
elements.Get the complete modifiable list of XMLObject children.getXMLObjects
(QName typeOrName) Get the modifiable sublist of XMLObject children which match the specified type or element name.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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, setSchemaLocation
-
Field Details
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getPolicies
Get the list ofPolicy
elements.- Returns:
- the list of
Policy
elements
-
getAlls
Get the list ofAll
elements.- Returns:
- the list of
All
elements
-
getExactlyOnes
List<ExactlyOne> getExactlyOnes()Get the list ofExactlyOne
elements.- Returns:
- the list of
ExactlyOne
elements
-
getPolicyReferences
List<PolicyReference> getPolicyReferences()Get the list ofPolicyReference
elements.- Returns:
- the list of
PolicyReference
elements
-
getXMLObjects
Get the complete modifiable list of XMLObject children.- Returns:
- the list of
XMLObject
instances
-
getXMLObjects
Get the modifiable sublist of XMLObject children which match the specified type or element name.- Parameters:
typeOrName
- the element name or xsi:type- Returns:
- the list of
XMLObject
instances
-