Interface OperatorContentType

All Superinterfaces:
WSPolicyObject, 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 Details

    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • 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<XMLObject> getXMLObjects()
      Get the complete modifiable list of XMLObject children.
      Returns:
      the list of XMLObject instances
    • getXMLObjects

      List<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