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

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

 <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()
          Ruft den Wert der ring-Eigenschaft ab.
 boolean isSetRing()
           
 void setRing(RingType 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

RingPropertyType

public RingPropertyType()
Method Detail

getRing

public RingType getRing()
Ruft den Wert der ring-Eigenschaft ab.

Returns:
possible object is RingType

setRing

public void setRing(RingType value)
Legt den Wert der ring-Eigenschaft fest.

Parameters:
value - allowed object is RingType

isSetRing

public boolean isSetRing()