Package net.opengis.gml.x32
Interface FormulaType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
FormulaTypeImpl
public interface FormulaType extends org.apache.xmlbeans.XmlObjectAn XML FormulaType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFormulaType.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 doublegetA()Gets the "a" elementdoublegetB()Gets the "b" elementdoublegetC()Gets the "c" elementdoublegetD()Gets the "d" elementbooleanisSetA()True if has "a" elementbooleanisSetD()True if has "d" elementvoidsetA(double a)Sets the "a" elementvoidsetB(double b)Sets the "b" elementvoidsetC(double c)Sets the "c" elementvoidsetD(double d)Sets the "d" elementvoidunsetA()Unsets the "a" elementvoidunsetD()Unsets the "d" elementorg.apache.xmlbeans.XmlDoublexgetA()Gets (as xml) the "a" elementorg.apache.xmlbeans.XmlDoublexgetB()Gets (as xml) the "b" elementorg.apache.xmlbeans.XmlDoublexgetC()Gets (as xml) the "c" elementorg.apache.xmlbeans.XmlDoublexgetD()Gets (as xml) the "d" elementvoidxsetA(org.apache.xmlbeans.XmlDouble a)Sets (as xml) the "a" elementvoidxsetB(org.apache.xmlbeans.XmlDouble b)Sets (as xml) the "b" elementvoidxsetC(org.apache.xmlbeans.XmlDouble c)Sets (as xml) the "c" elementvoidxsetD(org.apache.xmlbeans.XmlDouble d)Sets (as xml) the "d" 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
-
getA
double getA()
Gets the "a" element
-
xgetA
org.apache.xmlbeans.XmlDouble xgetA()
Gets (as xml) the "a" element
-
isSetA
boolean isSetA()
True if has "a" element
-
setA
void setA(double a)
Sets the "a" element
-
xsetA
void xsetA(org.apache.xmlbeans.XmlDouble a)
Sets (as xml) the "a" element
-
unsetA
void unsetA()
Unsets the "a" element
-
getB
double getB()
Gets the "b" element
-
xgetB
org.apache.xmlbeans.XmlDouble xgetB()
Gets (as xml) the "b" element
-
setB
void setB(double b)
Sets the "b" element
-
xsetB
void xsetB(org.apache.xmlbeans.XmlDouble b)
Sets (as xml) the "b" element
-
getC
double getC()
Gets the "c" element
-
xgetC
org.apache.xmlbeans.XmlDouble xgetC()
Gets (as xml) the "c" element
-
setC
void setC(double c)
Sets the "c" element
-
xsetC
void xsetC(org.apache.xmlbeans.XmlDouble c)
Sets (as xml) the "c" element
-
getD
double getD()
Gets the "d" element
-
xgetD
org.apache.xmlbeans.XmlDouble xgetD()
Gets (as xml) the "d" element
-
isSetD
boolean isSetD()
True if has "d" element
-
setD
void setD(double d)
Sets the "d" element
-
xsetD
void xsetD(org.apache.xmlbeans.XmlDouble d)
Sets (as xml) the "d" element
-
unsetD
void unsetD()
Unsets the "d" element
-
-