Package nl.b3p.csw.jaxb.gml
Class AbstractRingPropertyType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.AbstractRingPropertyType
-
public class AbstractRingPropertyType extends Object
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}_Ring"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends AbstractRingType>ring
-
Constructor Summary
Constructors Constructor Description AbstractRingPropertyType()Default no-arg constructorAbstractRingPropertyType(javax.xml.bind.JAXBElement<? extends AbstractRingType> ring)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends AbstractRingType>getRing()Gets the value of the ring property.voidsetRing(javax.xml.bind.JAXBElement<? extends AbstractRingType> value)Sets the value of the ring property.
-
-
-
Field Detail
-
ring
protected javax.xml.bind.JAXBElement<? extends AbstractRingType> ring
-
-
Constructor Detail
-
AbstractRingPropertyType
public AbstractRingPropertyType()
Default no-arg constructor
-
AbstractRingPropertyType
public AbstractRingPropertyType(javax.xml.bind.JAXBElement<? extends AbstractRingType> ring)
Fully-initialising value constructor
-
-
Method Detail
-
getRing
public javax.xml.bind.JAXBElement<? extends AbstractRingType> getRing()
Gets the value of the ring property.- Returns:
- possible object is
LinearRingRingAbstractRing
-
setRing
public void setRing(javax.xml.bind.JAXBElement<? extends AbstractRingType> value)
Sets the value of the ring property.- Parameters:
value- allowed object isLinearRingRingAbstractRing
-
-