org.citygml4j.jaxb.gml._3_1_1
Class RingPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.RingPropertyType

public class RingPropertyType
extends java.lang.Object

Encapsulates a ring to represent properties in features or geometry collections.

Java class for RingPropertyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RingPropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}Ring"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
RingPropertyType()
           
 
Method Summary
 RingType getRing()
          Gets the value of the ring property.
 boolean isSetRing()
           
 void setRing(RingType value)
          Sets the value of the ring property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RingPropertyType

public RingPropertyType()
Method Detail

getRing

public RingType getRing()
Gets the value of the ring property.

Returns:
possible object is RingType

setRing

public void setRing(RingType value)
Sets the value of the ring property.

Parameters:
value - allowed object is RingType

isSetRing

public boolean isSetRing()