Package nl.b3p.csw.jaxb.gml
Class KnotPropertyType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.KnotPropertyType
-
public class KnotPropertyType extends Object
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
Constructors Constructor Description KnotPropertyType()Default no-arg constructorKnotPropertyType(KnotType knot)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KnotTypegetKnot()Gets the value of the knot property.voidsetKnot(KnotType value)Sets the value of the knot property.
-