Package net.opengis.gml.x32
Interface DMSAngleType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DMSAngleTypeImpl
public interface DMSAngleType extends org.apache.xmlbeans.XmlObjectAn XML DMSAngleType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDMSAngleType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DegreesTypeaddNewDegrees()Appends and returns a new empty "degrees" elementBigDecimalgetDecimalMinutes()Gets the "decimalMinutes" elementDegreesTypegetDegrees()Gets the "degrees" elementintgetMinutes()Gets the "minutes" elementBigDecimalgetSeconds()Gets the "seconds" elementbooleanisSetDecimalMinutes()True if has "decimalMinutes" elementbooleanisSetMinutes()True if has "minutes" elementbooleanisSetSeconds()True if has "seconds" elementvoidsetDecimalMinutes(BigDecimal decimalMinutes)Sets the "decimalMinutes" elementvoidsetDegrees(DegreesType degrees)Sets the "degrees" elementvoidsetMinutes(int minutes)Sets the "minutes" elementvoidsetSeconds(BigDecimal seconds)Sets the "seconds" elementvoidunsetDecimalMinutes()Unsets the "decimalMinutes" elementvoidunsetMinutes()Unsets the "minutes" elementvoidunsetSeconds()Unsets the "seconds" elementDecimalMinutesTypexgetDecimalMinutes()Gets (as xml) the "decimalMinutes" elementArcMinutesTypexgetMinutes()Gets (as xml) the "minutes" elementArcSecondsTypexgetSeconds()Gets (as xml) the "seconds" elementvoidxsetDecimalMinutes(DecimalMinutesType decimalMinutes)Sets (as xml) the "decimalMinutes" elementvoidxsetMinutes(ArcMinutesType minutes)Sets (as xml) the "minutes" elementvoidxsetSeconds(ArcSecondsType seconds)Sets (as xml) the "seconds" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getDegrees
DegreesType getDegrees()
Gets the "degrees" element
-
setDegrees
void setDegrees(DegreesType degrees)
Sets the "degrees" element
-
addNewDegrees
DegreesType addNewDegrees()
Appends and returns a new empty "degrees" element
-
getDecimalMinutes
BigDecimal getDecimalMinutes()
Gets the "decimalMinutes" element
-
xgetDecimalMinutes
DecimalMinutesType xgetDecimalMinutes()
Gets (as xml) the "decimalMinutes" element
-
isSetDecimalMinutes
boolean isSetDecimalMinutes()
True if has "decimalMinutes" element
-
setDecimalMinutes
void setDecimalMinutes(BigDecimal decimalMinutes)
Sets the "decimalMinutes" element
-
xsetDecimalMinutes
void xsetDecimalMinutes(DecimalMinutesType decimalMinutes)
Sets (as xml) the "decimalMinutes" element
-
unsetDecimalMinutes
void unsetDecimalMinutes()
Unsets the "decimalMinutes" element
-
getMinutes
int getMinutes()
Gets the "minutes" element
-
xgetMinutes
ArcMinutesType xgetMinutes()
Gets (as xml) the "minutes" element
-
isSetMinutes
boolean isSetMinutes()
True if has "minutes" element
-
setMinutes
void setMinutes(int minutes)
Sets the "minutes" element
-
xsetMinutes
void xsetMinutes(ArcMinutesType minutes)
Sets (as xml) the "minutes" element
-
unsetMinutes
void unsetMinutes()
Unsets the "minutes" element
-
getSeconds
BigDecimal getSeconds()
Gets the "seconds" element
-
xgetSeconds
ArcSecondsType xgetSeconds()
Gets (as xml) the "seconds" element
-
isSetSeconds
boolean isSetSeconds()
True if has "seconds" element
-
setSeconds
void setSeconds(BigDecimal seconds)
Sets the "seconds" element
-
xsetSeconds
void xsetSeconds(ArcSecondsType seconds)
Sets (as xml) the "seconds" element
-
unsetSeconds
void unsetSeconds()
Unsets the "seconds" element
-
-