|
||||||||||
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.KnotPropertyType
public class KnotPropertyType
Encapsulates a knot to use it in a geometric type.
Java class for KnotPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the knot property. |
boolean |
isSetKnot()
|
void |
setKnot(KnotType value)
Sets the value of the knot property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KnotPropertyType()
Method Detail |
---|
public KnotType getKnot()
KnotType
public void setKnot(KnotType value)
value
- allowed object is
KnotType
public boolean isSetKnot()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |