public class AngleChoiceType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Angle |
angle |
protected DmsAngle |
dmsAngle |
| Constructor and Description |
|---|
AngleChoiceType()
Default no-arg constructor
|
AngleChoiceType(Angle angle,
DmsAngle dmsAngle)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Angle |
getAngle()
Gets the value of the angle property.
|
DmsAngle |
getDmsAngle()
Gets the value of the dmsAngle property.
|
void |
setAngle(Angle value)
Sets the value of the angle property.
|
void |
setDmsAngle(DmsAngle value)
Sets the value of the dmsAngle property.
|
public Angle getAngle()
Anglepublic void setAngle(Angle value)
value - allowed object is
Anglepublic DmsAngle getDmsAngle()
DmsAngleCopyright © 2016. All rights reserved.