|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.DMSAngleType
public class DMSAngleType
Angle value provided in degree-minute-second or degree-minute format.
Java class for DMSAngleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DMSAngleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.opengis.net/gml}degrees"/> <choice minOccurs="0"> <element ref="{http://www.opengis.net/gml}decimalMinutes"/> <sequence> <element ref="{http://www.opengis.net/gml}minutes"/> <element ref="{http://www.opengis.net/gml}seconds" minOccurs="0"/> </sequence> </choice> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
DMSAngleType()
|
Method Summary | |
---|---|
java.math.BigDecimal |
getDecimalMinutes()
Gets the value of the decimalMinutes property. |
DegreesType |
getDegrees()
Gets the value of the degrees property. |
java.lang.Integer |
getMinutes()
Gets the value of the minutes property. |
java.math.BigDecimal |
getSeconds()
Gets the value of the seconds property. |
boolean |
isSetDecimalMinutes()
|
boolean |
isSetDegrees()
|
boolean |
isSetMinutes()
|
boolean |
isSetSeconds()
|
void |
setDecimalMinutes(java.math.BigDecimal value)
Sets the value of the decimalMinutes property. |
void |
setDegrees(DegreesType value)
Sets the value of the degrees property. |
void |
setMinutes(java.lang.Integer value)
Sets the value of the minutes property. |
void |
setSeconds(java.math.BigDecimal value)
Sets the value of the seconds property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DMSAngleType()
Method Detail |
---|
public DegreesType getDegrees()
DegreesType
public void setDegrees(DegreesType value)
value
- allowed object is
DegreesType
public boolean isSetDegrees()
public java.math.BigDecimal getDecimalMinutes()
BigDecimal
public void setDecimalMinutes(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public boolean isSetDecimalMinutes()
public java.lang.Integer getMinutes()
Integer
public void setMinutes(java.lang.Integer value)
value
- allowed object is
Integer
public boolean isSetMinutes()
public java.math.BigDecimal getSeconds()
BigDecimal
public void setSeconds(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public boolean isSetSeconds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |