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 ofAllelements.Get the list ofExactlyOneelements.Get the list ofPolicyelements.Get the list ofPolicyReferenceelements.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, ensureDOM, 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 ofPolicyelements.- Returns:
- the list of
Policyelements
-
getAlls
Get the list ofAllelements.- Returns:
- the list of
Allelements
-
getExactlyOnes
Get the list ofExactlyOneelements.- Returns:
- the list of
ExactlyOneelements
-
getPolicyReferences
Get the list ofPolicyReferenceelements.- Returns:
- the list of
PolicyReferenceelements
-
getXMLObjects
Get the complete modifiable list of XMLObject children.- Returns:
- the list of
XMLObjectinstances
-
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
XMLObjectinstances
-