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/3.2). 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

      • getAbstractTopoPrimitiveArray

        AbstractTopoPrimitiveType[] getAbstractTopoPrimitiveArray()
        Gets array of all "AbstractTopoPrimitive" elements
      • getAbstractTopoPrimitiveArray

        AbstractTopoPrimitiveType getAbstractTopoPrimitiveArray​(int i)
        Gets ith "AbstractTopoPrimitive" element
      • sizeOfAbstractTopoPrimitiveArray

        int sizeOfAbstractTopoPrimitiveArray()
        Returns number of "AbstractTopoPrimitive" element
      • setAbstractTopoPrimitiveArray

        void setAbstractTopoPrimitiveArray​(AbstractTopoPrimitiveType[] abstractTopoPrimitiveArray)
        Sets array of all "AbstractTopoPrimitive" element
      • setAbstractTopoPrimitiveArray

        void setAbstractTopoPrimitiveArray​(int i,
                                           AbstractTopoPrimitiveType abstractTopoPrimitive)
        Sets ith "AbstractTopoPrimitive" element
      • insertNewAbstractTopoPrimitive

        AbstractTopoPrimitiveType insertNewAbstractTopoPrimitive​(int i)
        Inserts and returns a new empty value (as xml) as the ith "AbstractTopoPrimitive" element
      • addNewAbstractTopoPrimitive

        AbstractTopoPrimitiveType addNewAbstractTopoPrimitive()
        Appends and returns a new empty value (as xml) as the last "AbstractTopoPrimitive" element
      • removeAbstractTopoPrimitive

        void removeAbstractTopoPrimitive​(int i)
        Removes the ith "AbstractTopoPrimitive" element
      • getOwns

        boolean getOwns()
        Gets the "owns" attribute
      • xgetOwns

        org.apache.xmlbeans.XmlBoolean xgetOwns()
        Gets (as xml) the "owns" attribute
      • isSetOwns

        boolean isSetOwns()
        True if has "owns" attribute
      • setOwns

        void setOwns​(boolean owns)
        Sets the "owns" attribute
      • xsetOwns

        void xsetOwns​(org.apache.xmlbeans.XmlBoolean owns)
        Sets (as xml) the "owns" attribute
      • unsetOwns

        void unsetOwns()
        Unsets the "owns" attribute