it.cnr.imaa.essi.ncml.binding.gml
Class AngleChoiceType

java.lang.Object
  extended by it.cnr.imaa.essi.ncml.binding.gml.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>
 


Field Summary
protected  MeasureType angle
           
protected  DMSAngleType dmsAngle
           
 
Constructor Summary
AngleChoiceType()
           
 
Method Summary
 MeasureType getAngle()
          Gets the value of the angle property.
 DMSAngleType getDmsAngle()
          Gets the value of the dmsAngle property.
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

angle

protected MeasureType angle

dmsAngle

protected DMSAngleType dmsAngle
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

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


Copyright © 2007. All Rights Reserved.