org.citygml4j.jaxb.gml._3_1_1
Class ArrayType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.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>
 


Constructor Summary
ArrayType()
           
 
Method Summary
 ArrayAssociationType getMembers()
          Gets the value of the members property.
 boolean isSetMembers()
           
 void setMembers(ArrayAssociationType value)
          Sets the value of the members property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayType

public ArrayType()
Method Detail

getMembers

public ArrayAssociationType getMembers()
Gets the value of the members property.

Returns:
possible object is ArrayAssociationType

setMembers

public void setMembers(ArrayAssociationType value)
Sets the value of the members property.

Parameters:
value - allowed object is ArrayAssociationType

isSetMembers

public boolean isSetMembers()