org.citygml4j.jaxb.gml._3_1_1
Class TopoCurvePropertyType

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

public class TopoCurvePropertyType
extends java.lang.Object

Java class for TopoCurvePropertyType complex type.

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

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


Constructor Summary
TopoCurvePropertyType()
           
 
Method Summary
 TopoCurveType getTopoCurve()
          Gets the value of the topoCurve property.
 boolean isSetTopoCurve()
           
 void setTopoCurve(TopoCurveType value)
          Sets the value of the topoCurve property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopoCurvePropertyType

public TopoCurvePropertyType()
Method Detail

getTopoCurve

public TopoCurveType getTopoCurve()
Gets the value of the topoCurve property.

Returns:
possible object is TopoCurveType

setTopoCurve

public void setTopoCurve(TopoCurveType value)
Sets the value of the topoCurve property.

Parameters:
value - allowed object is TopoCurveType

isSetTopoCurve

public boolean isSetTopoCurve()