org.opensaml.ws.wspolicy
Interface OperatorContentType

All Superinterfaces:
WSPolicyObject, org.opensaml.xml.XMLObject
All Known Subinterfaces:
All, ExactlyOne, Policy
All Known Implementing Classes:
AllImpl, ExactlyOneImpl, OperatorContentTypeImpl, PolicyImpl

public interface OperatorContentType
extends WSPolicyObject

The OperatorContentType complex type.


Field Summary
static String TYPE_LOCAL_NAME
          Local name of the XSI type.
static QName TYPE_NAME
          QName of the XSI type.
 
Method Summary
 List<All> getAlls()
          Get the list of All elements.
 List<ExactlyOne> getExactlyOnes()
          Get the list of ExactlyOne elements.
 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 interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, 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 of Policy elements.

Returns:
the list of Policy elements

getAlls

List<All> getAlls()
Get the list of All elements.

Returns:
the list of All elements

getExactlyOnes

List<ExactlyOne> getExactlyOnes()
Get the list of ExactlyOne elements.

Returns:
the list of ExactlyOne elements

getPolicyReferences

List<PolicyReference> getPolicyReferences()
Get the list of PolicyReference elements.

Returns:
the list of PolicyReference elements

getXMLObjects

List<org.opensaml.xml.XMLObject> getXMLObjects()
Get the complete modifiable list of XMLObject children.

Returns:
the list of XMLObject instances

getXMLObjects

List<org.opensaml.xml.XMLObject> getXMLObjects(QName typeOrName)
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


Copyright © 2006-2013 Internet2. All Rights Reserved.