org.citygml4j.jaxb.gml._3_1_1
Class AngleChoiceType

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

public class AngleChoiceType
extends java.lang.Object

Value of an angle quantity provided in either degree-minute-second format or single value format.

Java class for AngleChoiceType complex type.

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

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


Constructor Summary
AngleChoiceType()
           
 
Method Summary
 MeasureType getAngle()
          Gets the value of the angle property.
 DMSAngleType getDmsAngle()
          Gets the value of the dmsAngle property.
 boolean isSetAngle()
           
 boolean isSetDmsAngle()
           
 void setAngle(MeasureType value)
          Sets the value of the angle property.
 void setDmsAngle(DMSAngleType value)
          Sets the value of the dmsAngle property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AngleChoiceType

public AngleChoiceType()
Method Detail

getAngle

public MeasureType getAngle()
Gets the value of the angle property.

Returns:
possible object is MeasureType

setAngle

public void setAngle(MeasureType value)
Sets the value of the angle property.

Parameters:
value - allowed object is MeasureType

isSetAngle

public boolean isSetAngle()

getDmsAngle

public DMSAngleType getDmsAngle()
Gets the value of the dmsAngle property.

Returns:
possible object is DMSAngleType

setDmsAngle

public void setDmsAngle(DMSAngleType value)
Sets the value of the dmsAngle property.

Parameters:
value - allowed object is DMSAngleType

isSetDmsAngle

public boolean isSetDmsAngle()