org.citygml4j.jaxb.gml._3_1_1
Class KnotPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.KnotPropertyType

public class KnotPropertyType
extends java.lang.Object

Encapsulates a knot to use it in a geometric type.

Java-Klasse für KnotPropertyType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 


Constructor Summary
KnotPropertyType()
           
 
Method Summary
 KnotType getKnot()
          Ruft den Wert der knot-Eigenschaft ab.
 boolean isSetKnot()
           
 void setKnot(KnotType value)
          Legt den Wert der knot-Eigenschaft fest.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnotPropertyType

public KnotPropertyType()
Method Detail

getKnot

public KnotType getKnot()
Ruft den Wert der knot-Eigenschaft ab.

Returns:
possible object is KnotType

setKnot

public void setKnot(KnotType value)
Legt den Wert der knot-Eigenschaft fest.

Parameters:
value - allowed object is KnotType

isSetKnot

public boolean isSetKnot()