net.opengis.sensorML.x10
Interface ValidTimeDocument.ValidTime

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ValidTimeDocumentImpl.ValidTimeImpl
Enclosing interface:
ValidTimeDocument

public static interface ValidTimeDocument.ValidTime
extends org.apache.xmlbeans.XmlObject

An XML validTime(@http://www.opengis.net/sensorML/1.0). This is a complex type.


Nested Class Summary
static class ValidTimeDocument.ValidTime.Factory
          A factory class with static methods for creating instances of this type.
 
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
 TimeInstantType addNewTimeInstant()
          Appends and returns a new empty "TimeInstant" element
 TimePeriodType addNewTimePeriod()
          Appends and returns a new empty "TimePeriod" element
 TimeInstantType getTimeInstant()
          Gets the "TimeInstant" element
 TimePeriodType getTimePeriod()
          Gets the "TimePeriod" element
 boolean isSetTimeInstant()
          True if has "TimeInstant" element
 boolean isSetTimePeriod()
          True if has "TimePeriod" element
 void setTimeInstant(TimeInstantType timeInstant)
          Sets the "TimeInstant" element
 void setTimePeriod(TimePeriodType timePeriod)
          Sets the "TimePeriod" element
 void unsetTimeInstant()
          Unsets the "TimeInstant" element
 void unsetTimePeriod()
          Unsets the "TimePeriod" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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

getTimeInstant

TimeInstantType getTimeInstant()
Gets the "TimeInstant" element


isSetTimeInstant

boolean isSetTimeInstant()
True if has "TimeInstant" element


setTimeInstant

void setTimeInstant(TimeInstantType timeInstant)
Sets the "TimeInstant" element


addNewTimeInstant

TimeInstantType addNewTimeInstant()
Appends and returns a new empty "TimeInstant" element


unsetTimeInstant

void unsetTimeInstant()
Unsets the "TimeInstant" element


getTimePeriod

TimePeriodType getTimePeriod()
Gets the "TimePeriod" element


isSetTimePeriod

boolean isSetTimePeriod()
True if has "TimePeriod" element


setTimePeriod

void setTimePeriod(TimePeriodType timePeriod)
Sets the "TimePeriod" element


addNewTimePeriod

TimePeriodType addNewTimePeriod()
Appends and returns a new empty "TimePeriod" element


unsetTimePeriod

void unsetTimePeriod()
Unsets the "TimePeriod" element



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