net.opengis.gml
Class TopoPointPropertyType

java.lang.Object
  extended by net.opengis.gml.TopoPointPropertyType

public class TopoPointPropertyType
extends Object

Classe Java pour TopoPointPropertyType complex type.

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

 <complexType name="TopoPointPropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}TopoPoint"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TopoPointType topoPoint
           
 
Constructor Summary
TopoPointPropertyType()
           
 
Method Summary
 TopoPointType getTopoPoint()
          Obtient la valeur de la propriété topoPoint.
 boolean isSetTopoPoint()
           
 void setTopoPoint(TopoPointType value)
          Définit la valeur de la propriété topoPoint.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topoPoint

protected TopoPointType topoPoint
Constructor Detail

TopoPointPropertyType

public TopoPointPropertyType()
Method Detail

getTopoPoint

public TopoPointType getTopoPoint()
Obtient la valeur de la propriété topoPoint.

Returns:
possible object is TopoPointType

setTopoPoint

public void setTopoPoint(TopoPointType value)
Définit la valeur de la propriété topoPoint.

Parameters:
value - allowed object is TopoPointType

isSetTopoPoint

public boolean isSetTopoPoint()


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