net.opengis.eml.x001
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.1). This is a complex type.


Nested Class Summary
static class TimerPatternType.Factory
          A factory class with static methods for creating instances of this type.
static interface TimerPatternType.TimerAt
          An XML TimerAt(@http://www.opengis.net/eml/0.0.1).
 
Nested classes/interfaces inherited from interface net.opengis.eml.x001.AbstractPatternType
AbstractPatternType.SelectFunctions
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 TimerPatternType.TimerAt addNewTimerAt()
          Appends and returns a new empty "TimerAt" element
 TimerPatternType.TimerAt getTimerAt()
          Gets the "TimerAt" element
 org.apache.xmlbeans.GDuration getTimerInterval()
          Gets the "TimerInterval" element
 boolean isSetTimerAt()
          True if has "TimerAt" element
 boolean isSetTimerInterval()
          True if has "TimerInterval" element
 void setTimerAt(TimerPatternType.TimerAt timerAt)
          Sets the "TimerAt" element
 void setTimerInterval(org.apache.xmlbeans.GDuration timerInterval)
          Sets the "TimerInterval" element
 void unsetTimerAt()
          Unsets the "TimerAt" element
 void unsetTimerInterval()
          Unsets the "TimerInterval" element
 org.apache.xmlbeans.XmlDuration xgetTimerInterval()
          Gets (as xml) the "TimerInterval" element
 void xsetTimerInterval(org.apache.xmlbeans.XmlDuration timerInterval)
          Sets (as xml) the "TimerInterval" element
 
Methods inherited from interface net.opengis.eml.x001.AbstractViewPatternType
addNewView, getView, isSetView, setView, unsetView
 
Methods inherited from interface net.opengis.eml.x001.AbstractPatternType
addNewSelectFunctions, getPatternDescription, getPatternID, getSelectFunctions, isSetPatternDescription, setPatternDescription, setPatternID, setSelectFunctions, unsetPatternDescription, xgetPatternDescription, xgetPatternID, xsetPatternDescription, xsetPatternID
 
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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
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



Copyright © 2004-2013 52north.org. All Rights Reserved.