net.opengis.gml
Class KnotPropertyType

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

public class KnotPropertyType
extends Object

Encapsulates a knot to use it in a geometric type.

Classe Java pour KnotPropertyType complex type.

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

 <complexType name="KnotPropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Knot" type="{http://www.opengis.net/gml}KnotType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  KnotType knot
           
 
Constructor Summary
KnotPropertyType()
           
 
Method Summary
 KnotType getKnot()
          Obtient la valeur de la propriété knot.
 boolean isSetKnot()
           
 void setKnot(KnotType value)
          Définit la valeur de la propriété knot.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

knot

protected KnotType knot
Constructor Detail

KnotPropertyType

public KnotPropertyType()
Method Detail

getKnot

public KnotType getKnot()
Obtient la valeur de la propriété knot.

Returns:
possible object is KnotType

setKnot

public void setKnot(KnotType value)
Définit la valeur de la propriété knot.

Parameters:
value - allowed object is KnotType

isSetKnot

public boolean isSetKnot()


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