Package nl.b3p.csw.jaxb.gml
Class LinearRingPropertyType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.LinearRingPropertyType
-
public class LinearRingPropertyType extends Object
Encapsulates a ring to represent properties in features or geometry collections.Java class for LinearRingPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinearRingPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://www.opengis.net/gml}LinearRing"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LinearRinglinearRing
-
Constructor Summary
Constructors Constructor Description LinearRingPropertyType()Default no-arg constructorLinearRingPropertyType(LinearRing linearRing)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinearRinggetLinearRing()Gets the value of the linearRing property.voidsetLinearRing(LinearRing value)Sets the value of the linearRing property.
-
-
-
Field Detail
-
linearRing
protected LinearRing linearRing
-
-
Constructor Detail
-
LinearRingPropertyType
public LinearRingPropertyType()
Default no-arg constructor
-
LinearRingPropertyType
public LinearRingPropertyType(LinearRing linearRing)
Fully-initialising value constructor
-
-
Method Detail
-
getLinearRing
public LinearRing getLinearRing()
Gets the value of the linearRing property.- Returns:
- possible object is
LinearRing
-
setLinearRing
public void setLinearRing(LinearRing value)
Sets the value of the linearRing property.- Parameters:
value- allowed object isLinearRing
-
-