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/3.2}AbstractRing"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends AbstractRingType> |
abstractRing |
| Constructor and Description |
|---|
AbstractRingPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends AbstractRingType> |
getAbstractRing()
Gets the value of the abstractRing property.
|
void |
setAbstractRing(JAXBElement<? extends AbstractRingType> value)
Sets the value of the abstractRing property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AbstractRingPropertyType |
withAbstractRing(JAXBElement<? extends AbstractRingType> value) |
protected JAXBElement<? extends AbstractRingType> abstractRing
public JAXBElement<? extends AbstractRingType> getAbstractRing()
JAXBElement<LinearRingType>
JAXBElement<AbstractRingType>public void setAbstractRing(JAXBElement<? extends AbstractRingType> value)
value - allowed object is
JAXBElement<LinearRingType>
JAXBElement<AbstractRingType>public AbstractRingPropertyType withAbstractRing(JAXBElement<? extends AbstractRingType> value)
Copyright © 2018 Entur AS. All rights reserved.