Package net.opengis.wcs.x11
Interface TimePeriodType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TimePeriodTypeImpl
public interface TimePeriodType extends org.apache.xmlbeans.XmlObjectAn XML TimePeriodType(@http://www.opengis.net/wcs/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimePeriodType.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" attributeObjectgetTimeResolution()Gets the "TimeResolution" elementbooleanisSetFrame()True if has "frame" attributebooleanisSetTimeResolution()True if has "TimeResolution" elementvoidsetBeginPosition(TimePositionType beginPosition)Sets the "BeginPosition" elementvoidsetEndPosition(TimePositionType endPosition)Sets the "EndPosition" elementvoidsetFrame(String frame)Sets the "frame" attributevoidsetTimeResolution(Object timeResolution)Sets the "TimeResolution" elementvoidunsetFrame()Unsets the "frame" attributevoidunsetTimeResolution()Unsets the "TimeResolution" elementorg.apache.xmlbeans.XmlAnyURIxgetFrame()Gets (as xml) the "frame" attributeTimeDurationTypexgetTimeResolution()Gets (as xml) the "TimeResolution" elementvoidxsetFrame(org.apache.xmlbeans.XmlAnyURI frame)Sets (as xml) the "frame" attributevoidxsetTimeResolution(TimeDurationType timeResolution)Sets (as xml) the "TimeResolution" 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
-
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
-
getTimeResolution
Object getTimeResolution()
Gets the "TimeResolution" element
-
xgetTimeResolution
TimeDurationType xgetTimeResolution()
Gets (as xml) the "TimeResolution" element
-
isSetTimeResolution
boolean isSetTimeResolution()
True if has "TimeResolution" element
-
setTimeResolution
void setTimeResolution(Object timeResolution)
Sets the "TimeResolution" element
-
xsetTimeResolution
void xsetTimeResolution(TimeDurationType timeResolution)
Sets (as xml) the "TimeResolution" element
-
unsetTimeResolution
void unsetTimeResolution()
Unsets the "TimeResolution" 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
-
-