Package net.opengis.gml._3
Class AbstractRingPropertyType
- java.lang.Object
-
- net.opengis.gml._3.AbstractRingPropertyType
-
- All Implemented Interfaces:
Serializable
public class AbstractRingPropertyType extends Object implements Serializable
A property with the content model of gml:AbstractRingPropertyType encapsulates a ring to represent the surface boundary property of a surface.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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected JAXBElement<? extends AbstractRingType>abstractRing
-
Constructor Summary
Constructors Constructor Description AbstractRingPropertyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JAXBElement<? extends AbstractRingType>getAbstractRing()Gets the value of the abstractRing property.voidsetAbstractRing(JAXBElement<? extends AbstractRingType> value)Sets the value of the abstractRing property.
-
-
-
Field Detail
-
abstractRing
protected JAXBElement<? extends AbstractRingType> abstractRing
-
-
Method Detail
-
getAbstractRing
public JAXBElement<? extends AbstractRingType> getAbstractRing()
Gets the value of the abstractRing property.- Returns:
- possible object is
JAXBElement<LinearRingType>JAXBElement<AbstractRingType>
-
setAbstractRing
public void setAbstractRing(JAXBElement<? extends AbstractRingType> value)
Sets the value of the abstractRing property.- Parameters:
value- allowed object isJAXBElement<LinearRingType>JAXBElement<AbstractRingType>
-
-