Package net.opengis.gml.x32
Interface SecondDefiningParameterDocument2.SecondDefiningParameter
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SecondDefiningParameterDocument2Impl.SecondDefiningParameterImpl
- Enclosing interface:
- SecondDefiningParameterDocument2
public static interface SecondDefiningParameterDocument2.SecondDefiningParameter extends org.apache.xmlbeans.XmlObjectAn XML SecondDefiningParameter(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecondDefiningParameterDocument2.SecondDefiningParameter.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 MeasureTypeaddNewInverseFlattening()Appends and returns a new empty "inverseFlattening" elementLengthTypeaddNewSemiMinorAxis()Appends and returns a new empty "semiMinorAxis" elementMeasureTypegetInverseFlattening()Gets the "inverseFlattening" elementbooleangetIsSphere()Gets the "isSphere" elementLengthTypegetSemiMinorAxis()Gets the "semiMinorAxis" elementbooleanisSetInverseFlattening()True if has "inverseFlattening" elementbooleanisSetIsSphere()True if has "isSphere" elementbooleanisSetSemiMinorAxis()True if has "semiMinorAxis" elementvoidsetInverseFlattening(MeasureType inverseFlattening)Sets the "inverseFlattening" elementvoidsetIsSphere(boolean isSphere)Sets the "isSphere" elementvoidsetSemiMinorAxis(LengthType semiMinorAxis)Sets the "semiMinorAxis" elementvoidunsetInverseFlattening()Unsets the "inverseFlattening" elementvoidunsetIsSphere()Unsets the "isSphere" elementvoidunsetSemiMinorAxis()Unsets the "semiMinorAxis" elementorg.apache.xmlbeans.XmlBooleanxgetIsSphere()Gets (as xml) the "isSphere" elementvoidxsetIsSphere(org.apache.xmlbeans.XmlBoolean isSphere)Sets (as xml) the "isSphere" 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
-
getInverseFlattening
MeasureType getInverseFlattening()
Gets the "inverseFlattening" element
-
isSetInverseFlattening
boolean isSetInverseFlattening()
True if has "inverseFlattening" element
-
setInverseFlattening
void setInverseFlattening(MeasureType inverseFlattening)
Sets the "inverseFlattening" element
-
addNewInverseFlattening
MeasureType addNewInverseFlattening()
Appends and returns a new empty "inverseFlattening" element
-
unsetInverseFlattening
void unsetInverseFlattening()
Unsets the "inverseFlattening" element
-
getSemiMinorAxis
LengthType getSemiMinorAxis()
Gets the "semiMinorAxis" element
-
isSetSemiMinorAxis
boolean isSetSemiMinorAxis()
True if has "semiMinorAxis" element
-
setSemiMinorAxis
void setSemiMinorAxis(LengthType semiMinorAxis)
Sets the "semiMinorAxis" element
-
addNewSemiMinorAxis
LengthType addNewSemiMinorAxis()
Appends and returns a new empty "semiMinorAxis" element
-
unsetSemiMinorAxis
void unsetSemiMinorAxis()
Unsets the "semiMinorAxis" element
-
getIsSphere
boolean getIsSphere()
Gets the "isSphere" element
-
xgetIsSphere
org.apache.xmlbeans.XmlBoolean xgetIsSphere()
Gets (as xml) the "isSphere" element
-
isSetIsSphere
boolean isSetIsSphere()
True if has "isSphere" element
-
setIsSphere
void setIsSphere(boolean isSphere)
Sets the "isSphere" element
-
xsetIsSphere
void xsetIsSphere(org.apache.xmlbeans.XmlBoolean isSphere)
Sets (as xml) the "isSphere" element
-
unsetIsSphere
void unsetIsSphere()
Unsets the "isSphere" element
-
-