public class LinearRingPropertyType extends Object
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">
<sequence>
<element ref="{http://www.opengis.net/gml/3.2}LinearRing"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LinearRingType |
linearRing |
| Constructor and Description |
|---|
LinearRingPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
LinearRingType |
getLinearRing()
Gets the value of the linearRing property.
|
void |
setLinearRing(LinearRingType value)
Sets the value of the linearRing property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
LinearRingPropertyType |
withLinearRing(LinearRingType value) |
protected LinearRingType linearRing
public LinearRingType getLinearRing()
LinearRingTypepublic void setLinearRing(LinearRingType value)
value - allowed object is
LinearRingTypepublic LinearRingPropertyType withLinearRing(LinearRingType value)
Copyright © 2018 Entur AS. All rights reserved.