Package net.opengis.gml.x32
Interface ConversionToPreferredUnitType
-
- All Superinterfaces:
UnitOfMeasureType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ConversionToPreferredUnitTypeImpl
public interface ConversionToPreferredUnitType extends UnitOfMeasureType
An XML ConversionToPreferredUnitType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConversionToPreferredUnitType.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 FormulaTypeaddNewFormula()Appends and returns a new empty "formula" elementdoublegetFactor()Gets the "factor" elementFormulaTypegetFormula()Gets the "formula" elementbooleanisSetFactor()True if has "factor" elementbooleanisSetFormula()True if has "formula" elementvoidsetFactor(double factor)Sets the "factor" elementvoidsetFormula(FormulaType formula)Sets the "formula" elementvoidunsetFactor()Unsets the "factor" elementvoidunsetFormula()Unsets the "formula" elementorg.apache.xmlbeans.XmlDoublexgetFactor()Gets (as xml) the "factor" elementvoidxsetFactor(org.apache.xmlbeans.XmlDouble factor)Sets (as xml) the "factor" element-
Methods inherited from interface net.opengis.gml.x32.UnitOfMeasureType
getUom, setUom, xgetUom, xsetUom
-
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
-
getFactor
double getFactor()
Gets the "factor" element
-
xgetFactor
org.apache.xmlbeans.XmlDouble xgetFactor()
Gets (as xml) the "factor" element
-
isSetFactor
boolean isSetFactor()
True if has "factor" element
-
setFactor
void setFactor(double factor)
Sets the "factor" element
-
xsetFactor
void xsetFactor(org.apache.xmlbeans.XmlDouble factor)
Sets (as xml) the "factor" element
-
unsetFactor
void unsetFactor()
Unsets the "factor" element
-
getFormula
FormulaType getFormula()
Gets the "formula" element
-
isSetFormula
boolean isSetFormula()
True if has "formula" element
-
setFormula
void setFormula(FormulaType formula)
Sets the "formula" element
-
addNewFormula
FormulaType addNewFormula()
Appends and returns a new empty "formula" element
-
unsetFormula
void unsetFormula()
Unsets the "formula" element
-
-