org.citygml4j.jaxb.gml._3_1_1
Class AbstractRingPropertyType

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

public class AbstractRingPropertyType
extends java.lang.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>
 


Constructor Summary
AbstractRingPropertyType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<? extends AbstractRingType> get_Ring()
          Gets the value of the _Ring property.
 boolean isSet_Ring()
           
 void set_Ring(javax.xml.bind.JAXBElement<? extends AbstractRingType> 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

AbstractRingPropertyType

public AbstractRingPropertyType()
Method Detail

get_Ring

public javax.xml.bind.JAXBElement<? extends AbstractRingType> get_Ring()
Gets the value of the _Ring property.

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

set_Ring

public void set_Ring(javax.xml.bind.JAXBElement<? extends AbstractRingType> value)
Sets the value of the _Ring property.

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

isSet_Ring

public boolean isSet_Ring()