Interface OperatorContentType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.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_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
      • getXMLObjects

        List<org.opensaml.core.xml.XMLObject> getXMLObjects()
        Get the complete modifiable list of XMLObject children.
        Returns:
        the list of XMLObject instances
      • getXMLObjects

        List<org.opensaml.core.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