public class AbstractRingPropertyType extends Object
Java class for AbstractRingPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractRingPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml}_Ring"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends AbstractRingType> |
ring |
| Constructor and Description |
|---|
AbstractRingPropertyType()
Default no-arg constructor
|
AbstractRingPropertyType(JAXBElement<? extends AbstractRingType> ring)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends AbstractRingType> |
getRing()
Gets the value of the ring property.
|
void |
setRing(JAXBElement<? extends AbstractRingType> value)
Sets the value of the ring property.
|
protected JAXBElement<? extends AbstractRingType> ring
public AbstractRingPropertyType()
public AbstractRingPropertyType(JAXBElement<? extends AbstractRingType> ring)
public JAXBElement<? extends AbstractRingType> getRing()
LinearRing
Ring
AbstractRingpublic void setRing(JAXBElement<? extends AbstractRingType> value)
value - allowed object is
LinearRing
Ring
AbstractRingCopyright © 2021 B3Partners B.V.. All rights reserved.