Interface OperatorContentType

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