Package net.opengis.eml.x002
Interface TimerPatternType
-
- All Superinterfaces:
AbstractPatternType,AbstractViewPatternType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TimerPatternTypeImpl
public interface TimerPatternType extends AbstractViewPatternType
An XML TimerPatternType(@http://www.opengis.net/eml/0.0.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimerPatternType.FactoryA factory class with static methods for creating instances of this type.static interfaceTimerPatternType.TimerAtAn XML TimerAt(@http://www.opengis.net/eml/0.0.2).-
Nested classes/interfaces inherited from interface net.opengis.eml.x002.AbstractPatternType
AbstractPatternType.SelectFunctions
-
-
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 TimerPatternType.TimerAtaddNewTimerAt()Appends and returns a new empty "TimerAt" elementTimerPatternType.TimerAtgetTimerAt()Gets the "TimerAt" elementorg.apache.xmlbeans.GDurationgetTimerInterval()Gets the "TimerInterval" elementbooleanisSetTimerAt()True if has "TimerAt" elementbooleanisSetTimerInterval()True if has "TimerInterval" elementvoidsetTimerAt(TimerPatternType.TimerAt timerAt)Sets the "TimerAt" elementvoidsetTimerInterval(org.apache.xmlbeans.GDuration timerInterval)Sets the "TimerInterval" elementvoidunsetTimerAt()Unsets the "TimerAt" elementvoidunsetTimerInterval()Unsets the "TimerInterval" elementorg.apache.xmlbeans.XmlDurationxgetTimerInterval()Gets (as xml) the "TimerInterval" elementvoidxsetTimerInterval(org.apache.xmlbeans.XmlDuration timerInterval)Sets (as xml) the "TimerInterval" element-
Methods inherited from interface net.opengis.eml.x002.AbstractPatternType
addNewSelectFunctions, getPatternDescription, getPatternID, getSelectFunctions, isSetPatternDescription, setPatternDescription, setPatternID, setSelectFunctions, unsetPatternDescription, xgetPatternDescription, xgetPatternID, xsetPatternDescription, xsetPatternID
-
Methods inherited from interface net.opengis.eml.x002.AbstractViewPatternType
addNewView, getView, isSetView, setView, unsetView
-
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
-
getTimerAt
TimerPatternType.TimerAt getTimerAt()
Gets the "TimerAt" element
-
isSetTimerAt
boolean isSetTimerAt()
True if has "TimerAt" element
-
setTimerAt
void setTimerAt(TimerPatternType.TimerAt timerAt)
Sets the "TimerAt" element
-
addNewTimerAt
TimerPatternType.TimerAt addNewTimerAt()
Appends and returns a new empty "TimerAt" element
-
unsetTimerAt
void unsetTimerAt()
Unsets the "TimerAt" element
-
getTimerInterval
org.apache.xmlbeans.GDuration getTimerInterval()
Gets the "TimerInterval" element
-
xgetTimerInterval
org.apache.xmlbeans.XmlDuration xgetTimerInterval()
Gets (as xml) the "TimerInterval" element
-
isSetTimerInterval
boolean isSetTimerInterval()
True if has "TimerInterval" element
-
setTimerInterval
void setTimerInterval(org.apache.xmlbeans.GDuration timerInterval)
Sets the "TimerInterval" element
-
xsetTimerInterval
void xsetTimerInterval(org.apache.xmlbeans.XmlDuration timerInterval)
Sets (as xml) the "TimerInterval" element
-
unsetTimerInterval
void unsetTimerInterval()
Unsets the "TimerInterval" element
-
-