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 AbstractRingType |
ring |
| Constructor and Description |
|---|
AbstractRingPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
AbstractRingType |
getRing()
Gets the value of the ring property.
|
void |
setRing(AbstractRingType value)
Sets the value of the ring property.
|
protected AbstractRingType ring
public AbstractRingType getRing()
AbstractRingTypepublic void setRing(AbstractRingType value)
value - allowed object is
AbstractRingTypeCopyright © 2018. All rights reserved.