|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.ws.wspolicy.impl.AbstractWSPolicyObject
org.opensaml.ws.wspolicy.impl.OperatorContentTypeImpl
public class OperatorContentTypeImpl
OperatorContentTypeImpl.
Field Summary |
---|
Fields inherited from interface org.opensaml.ws.wspolicy.OperatorContentType |
---|
TYPE_LOCAL_NAME, TYPE_NAME |
Constructor Summary | |
---|---|
OperatorContentTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
Method Summary | |
---|---|
List<All> |
getAlls()
Get the list of All elements. |
List<ExactlyOne> |
getExactlyOnes()
Get the list of ExactlyOne elements. |
List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
List<Policy> |
getPolicies()
Get the list of Policy elements. |
List<PolicyReference> |
getPolicyReferences()
Get the list of PolicyReference elements. |
List<org.opensaml.xml.XMLObject> |
getXMLObjects()
Get the complete modifiable list of XMLObject children. |
List<org.opensaml.xml.XMLObject> |
getXMLObjects(QName typeOrName)
Get the modifiable sublist of XMLObject children which match the specified type or element name. |
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
Methods inherited from class org.opensaml.xml.AbstractXMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, 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, setSchemaLocation |
Constructor Detail |
---|
public OperatorContentTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI
- The namespace of the elementelementLocalName
- The local name of the elementnamespacePrefix
- The namespace prefix of the elementMethod Detail |
---|
public List<All> getAlls()
All
elements.
getAlls
in interface OperatorContentType
All
elementspublic List<ExactlyOne> getExactlyOnes()
ExactlyOne
elements.
getExactlyOnes
in interface OperatorContentType
ExactlyOne
elementspublic List<Policy> getPolicies()
Policy
elements.
getPolicies
in interface OperatorContentType
Policy
elementspublic List<PolicyReference> getPolicyReferences()
PolicyReference
elements.
getPolicyReferences
in interface OperatorContentType
PolicyReference
elementspublic List<org.opensaml.xml.XMLObject> getXMLObjects()
getXMLObjects
in interface OperatorContentType
XMLObject
instancespublic List<org.opensaml.xml.XMLObject> getXMLObjects(QName typeOrName)
getXMLObjects
in interface OperatorContentType
typeOrName
- the element name or xsi:type
XMLObject
instancespublic List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren
in interface org.opensaml.xml.XMLObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |