Interface AbstractTopoPrimitiveType

    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • sizeOfIsolatedArray

        int sizeOfIsolatedArray()
        Returns number of "isolated" element
      • setIsolatedArray

        void setIsolatedArray​(IsolatedPropertyType[] isolatedArray)
        Sets array of all "isolated" element
      • setIsolatedArray

        void setIsolatedArray​(int i,
                              IsolatedPropertyType isolated)
        Sets ith "isolated" element
      • insertNewIsolated

        IsolatedPropertyType insertNewIsolated​(int i)
        Inserts and returns a new empty value (as xml) as the ith "isolated" element
      • addNewIsolated

        IsolatedPropertyType addNewIsolated()
        Appends and returns a new empty value (as xml) as the last "isolated" element
      • removeIsolated

        void removeIsolated​(int i)
        Removes the ith "isolated" element
      • isSetContainer

        boolean isSetContainer()
        True if has "container" element
      • addNewContainer

        ContainerPropertyType addNewContainer()
        Appends and returns a new empty "container" element
      • unsetContainer

        void unsetContainer()
        Unsets the "container" element