org.citygml4j.jaxb.gml._3_1_1
Class KnotType

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

public class KnotType
extends java.lang.Object

A knot is a breakpoint on a piecewise spline curve.

Java class for KnotType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="KnotType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="multiplicity" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
         <element name="weight" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
KnotType()
           
 
Method Summary
 java.math.BigInteger getMultiplicity()
          Gets the value of the multiplicity property.
 double getValue()
          Gets the value of the value property.
 double getWeight()
          Gets the value of the weight property.
 boolean isSetMultiplicity()
           
 boolean isSetValue()
           
 boolean isSetWeight()
           
 void setMultiplicity(java.math.BigInteger value)
          Sets the value of the multiplicity property.
 void setValue(double value)
          Sets the value of the value property.
 void setWeight(double value)
          Sets the value of the weight property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnotType

public KnotType()
Method Detail

getValue

public double getValue()
Gets the value of the value property.


setValue

public void setValue(double value)
Sets the value of the value property.


isSetValue

public boolean isSetValue()

getMultiplicity

public java.math.BigInteger getMultiplicity()
Gets the value of the multiplicity property.

Returns:
possible object is BigInteger

setMultiplicity

public void setMultiplicity(java.math.BigInteger value)
Sets the value of the multiplicity property.

Parameters:
value - allowed object is BigInteger

isSetMultiplicity

public boolean isSetMultiplicity()

getWeight

public double getWeight()
Gets the value of the weight property.


setWeight

public void setWeight(double value)
Sets the value of the weight property.


isSetWeight

public boolean isSetWeight()