|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.KnotType
public class KnotType
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 |
---|
public KnotType()
Method Detail |
---|
public double getValue()
public void setValue(double value)
public boolean isSetValue()
public java.math.BigInteger getMultiplicity()
BigInteger
public void setMultiplicity(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetMultiplicity()
public double getWeight()
public void setWeight(double value)
public boolean isSetWeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |