Class ArrayType


  • public class ArrayType
    extends AbstractGMLType
    A non-abstract generic collection type that can be used as a document element for a homogeneous collection of any GML types - Geometries, Topologies, Features ...

    Java class for ArrayType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ArrayType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}AbstractGMLType">
           <sequence>
             <element ref="{http://www.opengis.net/gml}members" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • members

        protected Members members
    • Method Detail

      • getMembers

        public Members getMembers()
        Gets the value of the members property.
        Returns:
        possible object is Members
      • setMembers

        public void setMembers​(Members value)
        Sets the value of the members property.
        Parameters:
        value - allowed object is Members