org.citygml4j.jaxb.gml._3_1_1
Class DirectedObservationType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
          extended by org.citygml4j.jaxb.gml._3_1_1.ObservationType
              extended by org.citygml4j.jaxb.gml._3_1_1.DirectedObservationType
Direct Known Subclasses:
DirectedObservationAtDistanceType

public class DirectedObservationType
extends ObservationType

Java class for DirectedObservationType complex type.

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

 <complexType name="DirectedObservationType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}ObservationType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}direction"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
DirectedObservationType()
           
 
Method Summary
 DirectionPropertyType getDirection()
          Gets the value of the direction property.
 boolean isSetDirection()
           
 void setDirection(DirectionPropertyType value)
          Sets the value of the direction property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.ObservationType
getResultOf, getTarget, getUsing, getValidTime, isSetResultOf, isSetTarget, isSetUsing, isSetValidTime, setResultOf, setTarget, setUsing, setValidTime
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectedObservationType

public DirectedObservationType()
Method Detail

getDirection

public DirectionPropertyType getDirection()
Gets the value of the direction property.

Returns:
possible object is DirectionPropertyType

setDirection

public void setDirection(DirectionPropertyType value)
Sets the value of the direction property.

Parameters:
value - allowed object is DirectionPropertyType

isSetDirection

public boolean isSetDirection()