Package net.opengis.gml.x32
Interface TimeIntervalLengthType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlDecimal,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TimeIntervalLengthTypeImpl
public interface TimeIntervalLengthType extends org.apache.xmlbeans.XmlDecimalAn XML TimeIntervalLengthType(@http://www.opengis.net/gml/3.2). This is an atomic type that is a restriction of net.opengis.gml.x32.TimeIntervalLengthType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimeIntervalLengthType.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 BigIntegergetFactor()Gets the "factor" attributeBigIntegergetRadix()Gets the "radix" attributeStringgetUnit()Gets the "unit" attributebooleanisSetFactor()True if has "factor" attributebooleanisSetRadix()True if has "radix" attributevoidsetFactor(BigInteger factor)Sets the "factor" attributevoidsetRadix(BigInteger radix)Sets the "radix" attributevoidsetUnit(String unit)Sets the "unit" attributevoidunsetFactor()Unsets the "factor" attributevoidunsetRadix()Unsets the "radix" attributeorg.apache.xmlbeans.XmlIntegerxgetFactor()Gets (as xml) the "factor" attributeorg.apache.xmlbeans.XmlPositiveIntegerxgetRadix()Gets (as xml) the "radix" attributeTimeUnitTypexgetUnit()Gets (as xml) the "unit" attributevoidxsetFactor(org.apache.xmlbeans.XmlInteger factor)Sets (as xml) the "factor" attributevoidxsetRadix(org.apache.xmlbeans.XmlPositiveInteger radix)Sets (as xml) the "radix" attributevoidxsetUnit(TimeUnitType unit)Sets (as xml) the "unit" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
Methods inherited from interface org.apache.xmlbeans.XmlDecimal
bigDecimalValue, getBigDecimalValue, set, setBigDecimalValue
-
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
-
getUnit
String getUnit()
Gets the "unit" attribute
-
xgetUnit
TimeUnitType xgetUnit()
Gets (as xml) the "unit" attribute
-
setUnit
void setUnit(String unit)
Sets the "unit" attribute
-
xsetUnit
void xsetUnit(TimeUnitType unit)
Sets (as xml) the "unit" attribute
-
getRadix
BigInteger getRadix()
Gets the "radix" attribute
-
xgetRadix
org.apache.xmlbeans.XmlPositiveInteger xgetRadix()
Gets (as xml) the "radix" attribute
-
isSetRadix
boolean isSetRadix()
True if has "radix" attribute
-
setRadix
void setRadix(BigInteger radix)
Sets the "radix" attribute
-
xsetRadix
void xsetRadix(org.apache.xmlbeans.XmlPositiveInteger radix)
Sets (as xml) the "radix" attribute
-
unsetRadix
void unsetRadix()
Unsets the "radix" attribute
-
getFactor
BigInteger getFactor()
Gets the "factor" attribute
-
xgetFactor
org.apache.xmlbeans.XmlInteger xgetFactor()
Gets (as xml) the "factor" attribute
-
isSetFactor
boolean isSetFactor()
True if has "factor" attribute
-
setFactor
void setFactor(BigInteger factor)
Sets the "factor" attribute
-
xsetFactor
void xsetFactor(org.apache.xmlbeans.XmlInteger factor)
Sets (as xml) the "factor" attribute
-
unsetFactor
void unsetFactor()
Unsets the "factor" attribute
-
-