Package net.opengis.gml.x32
Interface KnotType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KnotTypeImpl
public interface KnotType extends org.apache.xmlbeans.XmlObjectAn XML KnotType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKnotType.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 BigIntegergetMultiplicity()Gets the "multiplicity" elementdoublegetValue()Gets the "value" elementdoublegetWeight()Gets the "weight" elementvoidsetMultiplicity(BigInteger multiplicity)Sets the "multiplicity" elementvoidsetValue(double value)Sets the "value" elementvoidsetWeight(double weight)Sets the "weight" elementorg.apache.xmlbeans.XmlNonNegativeIntegerxgetMultiplicity()Gets (as xml) the "multiplicity" elementorg.apache.xmlbeans.XmlDoublexgetValue()Gets (as xml) the "value" elementorg.apache.xmlbeans.XmlDoublexgetWeight()Gets (as xml) the "weight" elementvoidxsetMultiplicity(org.apache.xmlbeans.XmlNonNegativeInteger multiplicity)Sets (as xml) the "multiplicity" elementvoidxsetValue(org.apache.xmlbeans.XmlDouble value)Sets (as xml) the "value" elementvoidxsetWeight(org.apache.xmlbeans.XmlDouble weight)Sets (as xml) the "weight" 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
-
getValue
double getValue()
Gets the "value" element
-
xgetValue
org.apache.xmlbeans.XmlDouble xgetValue()
Gets (as xml) the "value" element
-
setValue
void setValue(double value)
Sets the "value" element
-
xsetValue
void xsetValue(org.apache.xmlbeans.XmlDouble value)
Sets (as xml) the "value" element
-
getMultiplicity
BigInteger getMultiplicity()
Gets the "multiplicity" element
-
xgetMultiplicity
org.apache.xmlbeans.XmlNonNegativeInteger xgetMultiplicity()
Gets (as xml) the "multiplicity" element
-
setMultiplicity
void setMultiplicity(BigInteger multiplicity)
Sets the "multiplicity" element
-
xsetMultiplicity
void xsetMultiplicity(org.apache.xmlbeans.XmlNonNegativeInteger multiplicity)
Sets (as xml) the "multiplicity" element
-
getWeight
double getWeight()
Gets the "weight" element
-
xgetWeight
org.apache.xmlbeans.XmlDouble xgetWeight()
Gets (as xml) the "weight" element
-
setWeight
void setWeight(double weight)
Sets the "weight" element
-
xsetWeight
void xsetWeight(org.apache.xmlbeans.XmlDouble weight)
Sets (as xml) the "weight" element
-
-