public class AbstractRingPropertyType extends Object
Java-Klasse für AbstractRingPropertyType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der ring-Eigenschaft ab.
|
void |
setRing(AbstractRingType value)
Legt den Wert der ring-Eigenschaft fest.
|
protected AbstractRingType ring
public AbstractRingType getRing()
AbstractRingTypepublic void setRing(AbstractRingType value)
value - allowed object is
AbstractRingTypeCopyright © 2017. All rights reserved.