Package net.opengis.gml.x32
Interface EnvelopeWithTimePeriodType
-
- All Superinterfaces:
EnvelopeType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EnvelopeWithTimePeriodTypeImpl
public interface EnvelopeWithTimePeriodType extends EnvelopeType
An XML EnvelopeWithTimePeriodType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEnvelopeWithTimePeriodType.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 TimePositionTypeaddNewBeginPosition()Appends and returns a new empty "beginPosition" elementTimePositionTypeaddNewEndPosition()Appends and returns a new empty "endPosition" elementTimePositionTypegetBeginPosition()Gets the "beginPosition" elementTimePositionTypegetEndPosition()Gets the "endPosition" elementStringgetFrame()Gets the "frame" attributebooleanisSetFrame()True if has "frame" attributevoidsetBeginPosition(TimePositionType beginPosition)Sets the "beginPosition" elementvoidsetEndPosition(TimePositionType endPosition)Sets the "endPosition" elementvoidsetFrame(String frame)Sets the "frame" attributevoidunsetFrame()Unsets the "frame" attributeorg.apache.xmlbeans.XmlAnyURIxgetFrame()Gets (as xml) the "frame" attributevoidxsetFrame(org.apache.xmlbeans.XmlAnyURI frame)Sets (as xml) the "frame" attribute-
Methods inherited from interface net.opengis.gml.x32.EnvelopeType
addNewCoordinates, addNewLowerCorner, addNewPos, addNewUpperCorner, getAxisLabels, getCoordinates, getLowerCorner, getPosArray, getPosArray, getSrsDimension, getSrsName, getUomLabels, getUpperCorner, insertNewPos, isSetAxisLabels, isSetCoordinates, isSetLowerCorner, isSetSrsDimension, isSetSrsName, isSetUomLabels, isSetUpperCorner, removePos, setAxisLabels, setCoordinates, setLowerCorner, setPosArray, setPosArray, setSrsDimension, setSrsName, setUomLabels, setUpperCorner, sizeOfPosArray, unsetAxisLabels, unsetCoordinates, unsetLowerCorner, unsetSrsDimension, unsetSrsName, unsetUomLabels, unsetUpperCorner, xgetAxisLabels, xgetSrsDimension, xgetSrsName, xgetUomLabels, xsetAxisLabels, xsetSrsDimension, xsetSrsName, xsetUomLabels
-
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
-
getBeginPosition
TimePositionType getBeginPosition()
Gets the "beginPosition" element
-
setBeginPosition
void setBeginPosition(TimePositionType beginPosition)
Sets the "beginPosition" element
-
addNewBeginPosition
TimePositionType addNewBeginPosition()
Appends and returns a new empty "beginPosition" element
-
getEndPosition
TimePositionType getEndPosition()
Gets the "endPosition" element
-
setEndPosition
void setEndPosition(TimePositionType endPosition)
Sets the "endPosition" element
-
addNewEndPosition
TimePositionType addNewEndPosition()
Appends and returns a new empty "endPosition" element
-
getFrame
String getFrame()
Gets the "frame" attribute
-
xgetFrame
org.apache.xmlbeans.XmlAnyURI xgetFrame()
Gets (as xml) the "frame" attribute
-
isSetFrame
boolean isSetFrame()
True if has "frame" attribute
-
setFrame
void setFrame(String frame)
Sets the "frame" attribute
-
xsetFrame
void xsetFrame(org.apache.xmlbeans.XmlAnyURI frame)
Sets (as xml) the "frame" attribute
-
unsetFrame
void unsetFrame()
Unsets the "frame" attribute
-
-