net.opengis.eml.x001
Interface ViewType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ViewTypeImpl

public interface ViewType
extends org.apache.xmlbeans.XmlObject

An XML ViewType(@http://www.opengis.net/eml/0.0.1). This is a complex type.


Nested Class Summary
static class ViewType.Factory
          A factory class with static methods for creating instances of this type.
static interface ViewType.LengthView
          An XML LengthView(@http://www.opengis.net/eml/0.0.1).
static interface ViewType.TimeLengthView
          An XML TimeLengthView(@http://www.opengis.net/eml/0.0.1).
static interface ViewType.TimeView
          An XML TimeView(@http://www.opengis.net/eml/0.0.1).
static interface ViewType.UserDefinedView
          An XML UserDefinedView(@http://www.opengis.net/eml/0.0.1).
 
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
 org.apache.xmlbeans.XmlObject addNewAllView()
          Appends and returns a new empty "AllView" element
 ViewType.LengthView addNewLengthView()
          Appends and returns a new empty "LengthView" element
 ViewType.TimeLengthView addNewTimeLengthView()
          Appends and returns a new empty "TimeLengthView" element
 ViewType.TimeView addNewTimeView()
          Appends and returns a new empty "TimeView" element
 ViewType.UserDefinedView addNewUserDefinedView()
          Appends and returns a new empty "UserDefinedView" element
 org.apache.xmlbeans.XmlObject getAllView()
          Gets the "AllView" element
 ViewType.LengthView getLengthView()
          Gets the "LengthView" element
 ViewType.TimeLengthView getTimeLengthView()
          Gets the "TimeLengthView" element
 ViewType.TimeView getTimeView()
          Gets the "TimeView" element
 ViewType.UserDefinedView getUserDefinedView()
          Gets the "UserDefinedView" element
 boolean isSetAllView()
          True if has "AllView" element
 boolean isSetLengthView()
          True if has "LengthView" element
 boolean isSetTimeLengthView()
          True if has "TimeLengthView" element
 boolean isSetTimeView()
          True if has "TimeView" element
 boolean isSetUserDefinedView()
          True if has "UserDefinedView" element
 void setAllView(org.apache.xmlbeans.XmlObject allView)
          Sets the "AllView" element
 void setLengthView(ViewType.LengthView lengthView)
          Sets the "LengthView" element
 void setTimeLengthView(ViewType.TimeLengthView timeLengthView)
          Sets the "TimeLengthView" element
 void setTimeView(ViewType.TimeView timeView)
          Sets the "TimeView" element
 void setUserDefinedView(ViewType.UserDefinedView userDefinedView)
          Sets the "UserDefinedView" element
 void unsetAllView()
          Unsets the "AllView" element
 void unsetLengthView()
          Unsets the "LengthView" element
 void unsetTimeLengthView()
          Unsets the "TimeLengthView" element
 void unsetTimeView()
          Unsets the "TimeView" element
 void unsetUserDefinedView()
          Unsets the "UserDefinedView" 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getLengthView

ViewType.LengthView getLengthView()
Gets the "LengthView" element


isSetLengthView

boolean isSetLengthView()
True if has "LengthView" element


setLengthView

void setLengthView(ViewType.LengthView lengthView)
Sets the "LengthView" element


addNewLengthView

ViewType.LengthView addNewLengthView()
Appends and returns a new empty "LengthView" element


unsetLengthView

void unsetLengthView()
Unsets the "LengthView" element


getTimeView

ViewType.TimeView getTimeView()
Gets the "TimeView" element


isSetTimeView

boolean isSetTimeView()
True if has "TimeView" element


setTimeView

void setTimeView(ViewType.TimeView timeView)
Sets the "TimeView" element


addNewTimeView

ViewType.TimeView addNewTimeView()
Appends and returns a new empty "TimeView" element


unsetTimeView

void unsetTimeView()
Unsets the "TimeView" element


getTimeLengthView

ViewType.TimeLengthView getTimeLengthView()
Gets the "TimeLengthView" element


isSetTimeLengthView

boolean isSetTimeLengthView()
True if has "TimeLengthView" element


setTimeLengthView

void setTimeLengthView(ViewType.TimeLengthView timeLengthView)
Sets the "TimeLengthView" element


addNewTimeLengthView

ViewType.TimeLengthView addNewTimeLengthView()
Appends and returns a new empty "TimeLengthView" element


unsetTimeLengthView

void unsetTimeLengthView()
Unsets the "TimeLengthView" element


getAllView

org.apache.xmlbeans.XmlObject getAllView()
Gets the "AllView" element


isSetAllView

boolean isSetAllView()
True if has "AllView" element


setAllView

void setAllView(org.apache.xmlbeans.XmlObject allView)
Sets the "AllView" element


addNewAllView

org.apache.xmlbeans.XmlObject addNewAllView()
Appends and returns a new empty "AllView" element


unsetAllView

void unsetAllView()
Unsets the "AllView" element


getUserDefinedView

ViewType.UserDefinedView getUserDefinedView()
Gets the "UserDefinedView" element


isSetUserDefinedView

boolean isSetUserDefinedView()
True if has "UserDefinedView" element


setUserDefinedView

void setUserDefinedView(ViewType.UserDefinedView userDefinedView)
Sets the "UserDefinedView" element


addNewUserDefinedView

ViewType.UserDefinedView addNewUserDefinedView()
Appends and returns a new empty "UserDefinedView" element


unsetUserDefinedView

void unsetUserDefinedView()
Unsets the "UserDefinedView" element



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