net.opengis.gml
Class AbstractRingPropertyType

java.lang.Object
  extended by net.opengis.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
protected  JAXBElement<? extends AbstractRingType> ring
           
 
Constructor Summary
AbstractRingPropertyType()
           
 
Method Summary
 JAXBElement<? extends AbstractRingType> getRing()
          Gets the value of the ring property.
 void setRing(JAXBElement<? extends AbstractRingType> value)
          Sets the value of the ring property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ring

protected JAXBElement<? extends AbstractRingType> ring
Constructor Detail

AbstractRingPropertyType

public AbstractRingPropertyType()
Method Detail

getRing

public JAXBElement<? extends AbstractRingType> getRing()
Gets the value of the ring property.

Returns:
possible object is JAXBElement<AbstractRingType> JAXBElement<LinearRingType>

setRing

public void setRing(JAXBElement<? extends AbstractRingType> value)
Sets the value of the ring property.

Parameters:
value - allowed object is JAXBElement<AbstractRingType> JAXBElement<LinearRingType>


Copyright © 2008. All Rights Reserved.