Interface UnionDocument.Union

    • Method Detail

      • getSimpleTypeArray

        LocalSimpleType[] getSimpleTypeArray()
        Gets array of all "simpleType" elements
      • getSimpleTypeArray

        LocalSimpleType getSimpleTypeArray​(int i)
        Gets ith "simpleType" element
      • sizeOfSimpleTypeArray

        int sizeOfSimpleTypeArray()
        Returns number of "simpleType" element
      • setSimpleTypeArray

        void setSimpleTypeArray​(LocalSimpleType[] simpleTypeArray)
        Sets array of all "simpleType" element
      • setSimpleTypeArray

        void setSimpleTypeArray​(int i,
                                LocalSimpleType simpleType)
        Sets ith "simpleType" element
      • insertNewSimpleType

        LocalSimpleType insertNewSimpleType​(int i)
        Inserts and returns a new empty value (as xml) as the ith "simpleType" element
      • addNewSimpleType

        LocalSimpleType addNewSimpleType()
        Appends and returns a new empty value (as xml) as the last "simpleType" element
      • removeSimpleType

        void removeSimpleType​(int i)
        Removes the ith "simpleType" element
      • getMemberTypes

        java.util.List getMemberTypes()
        Gets the "memberTypes" attribute
      • isSetMemberTypes

        boolean isSetMemberTypes()
        True if has "memberTypes" attribute
      • setMemberTypes

        void setMemberTypes​(java.util.List memberTypes)
        Sets the "memberTypes" attribute
      • unsetMemberTypes

        void unsetMemberTypes()
        Unsets the "memberTypes" attribute