org.citygml4j.jaxb.gml._3_1_1
Class LinearRingPropertyType

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

public class LinearRingPropertyType
extends java.lang.Object

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

Java class for LinearRingPropertyType complex type.

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

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


Constructor Summary
LinearRingPropertyType()
           
 
Method Summary
 LinearRingType getLinearRing()
          Gets the value of the linearRing property.
 boolean isSetLinearRing()
           
 void setLinearRing(LinearRingType value)
          Sets the value of the linearRing property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearRingPropertyType

public LinearRingPropertyType()
Method Detail

getLinearRing

public LinearRingType getLinearRing()
Gets the value of the linearRing property.

Returns:
possible object is LinearRingType

setLinearRing

public void setLinearRing(LinearRingType value)
Sets the value of the linearRing property.

Parameters:
value - allowed object is LinearRingType

isSetLinearRing

public boolean isSetLinearRing()