it.cnr.imaa.essi.ncml.binding.gml
Class ArrayType
java.lang.Object
it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
it.cnr.imaa.essi.ncml.binding.gml.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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
members
protected ArrayAssociationType members
ArrayType
public ArrayType()
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
Copyright © 2007. All Rights Reserved.