it.cnr.imaa.essi.ncml.binding.gml
Class ArrayType

java.lang.Object
  extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
      extended by 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>
 


Field Summary
protected  ArrayAssociationType members
           
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
ArrayType()
           
 
Method Summary
 ArrayAssociationType getMembers()
          Gets the value of the members property.
 void setMembers(ArrayAssociationType value)
          Sets the value of the members property.
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

members

protected ArrayAssociationType members
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


Copyright © 2007. All Rights Reserved.