Package org.opensaml.soap.wspolicy
Interface OperatorContentType
-
- All Superinterfaces:
WSPolicyObject,org.opensaml.core.xml.XMLObject
- All Known Subinterfaces:
All,ExactlyOne,Policy
public interface OperatorContentType extends WSPolicyObject
The OperatorContentType complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_LOCAL_NAMELocal name of the XSI type.static QNameTYPE_NAMEQName of the XSI type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<All>getAlls()Get the list ofAllelements.List<ExactlyOne>getExactlyOnes()Get the list ofExactlyOneelements.List<Policy>getPolicies()Get the list ofPolicyelements.List<PolicyReference>getPolicyReferences()Get the list ofPolicyReferenceelements.List<org.opensaml.core.xml.XMLObject>getXMLObjects()Get the complete modifiable list of XMLObject children.List<org.opensaml.core.xml.XMLObject>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 Detail
-
TYPE_LOCAL_NAME
static final String TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
TYPE_NAME
static final QName TYPE_NAME
QName of the XSI type.
-
-
Method Detail
-
getPolicies
List<Policy> getPolicies()
Get the list ofPolicyelements.- Returns:
- the list of
Policyelements
-
getExactlyOnes
List<ExactlyOne> getExactlyOnes()
Get the list ofExactlyOneelements.- Returns:
- the list of
ExactlyOneelements
-
getPolicyReferences
List<PolicyReference> getPolicyReferences()
Get the list ofPolicyReferenceelements.- Returns:
- the list of
PolicyReferenceelements
-
getXMLObjects
List<org.opensaml.core.xml.XMLObject> getXMLObjects()
Get the complete modifiable list of XMLObject children.- Returns:
- the list of
XMLObjectinstances
-
-