Interface TopoPrimitiveArrayAssociationType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    TopoPrimitiveArrayAssociationTypeImpl

    public interface TopoPrimitiveArrayAssociationType
    extends org.apache.xmlbeans.XmlObject
    An XML TopoPrimitiveArrayAssociationType(@http://www.opengis.net/gml). This is a complex type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • type

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

      • sizeOfTopoPrimitiveArray

        int sizeOfTopoPrimitiveArray()
        Returns number of "_TopoPrimitive" element
      • setTopoPrimitiveArray

        void setTopoPrimitiveArray​(AbstractTopoPrimitiveType[] topoPrimitiveArray)
        Sets array of all "_TopoPrimitive" element
      • setTopoPrimitiveArray

        void setTopoPrimitiveArray​(int i,
                                   AbstractTopoPrimitiveType topoPrimitive)
        Sets ith "_TopoPrimitive" element
      • insertNewTopoPrimitive

        AbstractTopoPrimitiveType insertNewTopoPrimitive​(int i)
        Inserts and returns a new empty value (as xml) as the ith "_TopoPrimitive" element
      • addNewTopoPrimitive

        AbstractTopoPrimitiveType addNewTopoPrimitive()
        Appends and returns a new empty value (as xml) as the last "_TopoPrimitive" element
      • removeTopoPrimitive

        void removeTopoPrimitive​(int i)
        Removes the ith "_TopoPrimitive" element