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-Klasse für AbstractRingPropertyType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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()
          Ruft den Wert der _Ring-Eigenschaft ab.
 boolean isSet_Ring()
           
 void set_Ring(javax.xml.bind.JAXBElement<? extends AbstractRingType> value)
          Legt den Wert der _Ring-Eigenschaft fest.
 
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()
Ruft den Wert der _Ring-Eigenschaft ab.

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

set_Ring

public void set_Ring(javax.xml.bind.JAXBElement<? extends AbstractRingType> value)
Legt den Wert der _Ring-Eigenschaft fest.

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

isSet_Ring

public boolean isSet_Ring()