Package net.opengis.gml.x32
Interface GridFunctionType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GridFunctionTypeImpl
public interface GridFunctionType extends org.apache.xmlbeans.XmlObjectAn XML GridFunctionType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGridFunctionType.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 SequenceRuleTypeaddNewSequenceRule()Appends and returns a new empty "sequenceRule" elementSequenceRuleTypegetSequenceRule()Gets the "sequenceRule" elementListgetStartPoint()Gets the "startPoint" elementbooleanisSetSequenceRule()True if has "sequenceRule" elementbooleanisSetStartPoint()True if has "startPoint" elementvoidsetSequenceRule(SequenceRuleType sequenceRule)Sets the "sequenceRule" elementvoidsetStartPoint(List startPoint)Sets the "startPoint" elementvoidunsetSequenceRule()Unsets the "sequenceRule" elementvoidunsetStartPoint()Unsets the "startPoint" elementIntegerListxgetStartPoint()Gets (as xml) the "startPoint" elementvoidxsetStartPoint(IntegerList startPoint)Sets (as xml) the "startPoint" 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
-
getSequenceRule
SequenceRuleType getSequenceRule()
Gets the "sequenceRule" element
-
isSetSequenceRule
boolean isSetSequenceRule()
True if has "sequenceRule" element
-
setSequenceRule
void setSequenceRule(SequenceRuleType sequenceRule)
Sets the "sequenceRule" element
-
addNewSequenceRule
SequenceRuleType addNewSequenceRule()
Appends and returns a new empty "sequenceRule" element
-
unsetSequenceRule
void unsetSequenceRule()
Unsets the "sequenceRule" element
-
getStartPoint
List getStartPoint()
Gets the "startPoint" element
-
xgetStartPoint
IntegerList xgetStartPoint()
Gets (as xml) the "startPoint" element
-
isSetStartPoint
boolean isSetStartPoint()
True if has "startPoint" element
-
setStartPoint
void setStartPoint(List startPoint)
Sets the "startPoint" element
-
xsetStartPoint
void xsetStartPoint(IntegerList startPoint)
Sets (as xml) the "startPoint" element
-
unsetStartPoint
void unsetStartPoint()
Unsets the "startPoint" element
-
-