Interface OperatorContentType

    • Method Detail

      • sizeOfPolicyArray

        int sizeOfPolicyArray()
        Returns number of "Policy" element
      • setPolicyArray

        void setPolicyArray​(PolicyDocument.Policy[] policyArray)
        Sets array of all "Policy" element
      • setPolicyArray

        void setPolicyArray​(int i,
                            PolicyDocument.Policy policy)
        Sets ith "Policy" element
      • insertNewPolicy

        PolicyDocument.Policy insertNewPolicy​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Policy" element
      • addNewPolicy

        PolicyDocument.Policy addNewPolicy()
        Appends and returns a new empty value (as xml) as the last "Policy" element
      • removePolicy

        void removePolicy​(int i)
        Removes the ith "Policy" element
      • sizeOfAllArray

        int sizeOfAllArray()
        Returns number of "All" element
      • setAllArray

        void setAllArray​(OperatorContentType[] allArray)
        Sets array of all "All" element
      • insertNewAll

        OperatorContentType insertNewAll​(int i)
        Inserts and returns a new empty value (as xml) as the ith "All" element
      • addNewAll

        OperatorContentType addNewAll()
        Appends and returns a new empty value (as xml) as the last "All" element
      • removeAll

        void removeAll​(int i)
        Removes the ith "All" element
      • getExactlyOneArray

        OperatorContentType[] getExactlyOneArray()
        Gets array of all "ExactlyOne" elements
      • getExactlyOneArray

        OperatorContentType getExactlyOneArray​(int i)
        Gets ith "ExactlyOne" element
      • sizeOfExactlyOneArray

        int sizeOfExactlyOneArray()
        Returns number of "ExactlyOne" element
      • setExactlyOneArray

        void setExactlyOneArray​(OperatorContentType[] exactlyOneArray)
        Sets array of all "ExactlyOne" element
      • setExactlyOneArray

        void setExactlyOneArray​(int i,
                                OperatorContentType exactlyOne)
        Sets ith "ExactlyOne" element
      • insertNewExactlyOne

        OperatorContentType insertNewExactlyOne​(int i)
        Inserts and returns a new empty value (as xml) as the ith "ExactlyOne" element
      • addNewExactlyOne

        OperatorContentType addNewExactlyOne()
        Appends and returns a new empty value (as xml) as the last "ExactlyOne" element
      • removeExactlyOne

        void removeExactlyOne​(int i)
        Removes the ith "ExactlyOne" element
      • sizeOfPolicyReferenceArray

        int sizeOfPolicyReferenceArray()
        Returns number of "PolicyReference" element
      • removePolicyReference

        void removePolicyReference​(int i)
        Removes the ith "PolicyReference" element