net.opengis.se._2_0.core
Class GeometryType

java.lang.Object
  extended by net.opengis.se._2_0.core.GeometryType

public class GeometryType
extends Object

Classe Java pour GeometryType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="GeometryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/fes/2.1}ValueReference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String valueReference
           
 
Constructor Summary
GeometryType()
           
 
Method Summary
 String getValueReference()
          Obtient la valeur de la propriété valueReference.
 boolean isSetValueReference()
           
 void setValueReference(String value)
          Définit la valeur de la propriété valueReference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valueReference

protected String valueReference
Constructor Detail

GeometryType

public GeometryType()
Method Detail

getValueReference

public String getValueReference()
Obtient la valeur de la propriété valueReference.

Returns:
possible object is String

setValueReference

public void setValueReference(String value)
Définit la valeur de la propriété valueReference.

Parameters:
value - allowed object is String

isSetValueReference

public boolean isSetValueReference()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.