Package net.opengis.eml.x002
Interface ViewType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ViewTypeImpl
public interface ViewType extends org.apache.xmlbeans.XmlObjectAn XML ViewType(@http://www.opengis.net/eml/0.0.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classViewType.FactoryA factory class with static methods for creating instances of this type.static interfaceViewType.LengthViewAn XML LengthView(@http://www.opengis.net/eml/0.0.2).static interfaceViewType.TimeLengthViewAn XML TimeLengthView(@http://www.opengis.net/eml/0.0.2).static interfaceViewType.TimeViewAn XML TimeView(@http://www.opengis.net/eml/0.0.2).static interfaceViewType.UserDefinedViewAn XML UserDefinedView(@http://www.opengis.net/eml/0.0.2).
-
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 org.apache.xmlbeans.XmlObjectaddNewAllView()Appends and returns a new empty "AllView" elementGenericViewTypeaddNewGenericView()Appends and returns a new empty "GenericView" elementViewType.LengthViewaddNewLengthView()Appends and returns a new empty "LengthView" elementViewType.TimeLengthViewaddNewTimeLengthView()Appends and returns a new empty "TimeLengthView" elementViewType.TimeViewaddNewTimeView()Appends and returns a new empty "TimeView" elementViewType.UserDefinedViewaddNewUserDefinedView()Appends and returns a new empty "UserDefinedView" elementorg.apache.xmlbeans.XmlObjectgetAllView()Gets the "AllView" elementGenericViewTypegetGenericView()Gets the "GenericView" elementViewType.LengthViewgetLengthView()Gets the "LengthView" elementViewType.TimeLengthViewgetTimeLengthView()Gets the "TimeLengthView" elementViewType.TimeViewgetTimeView()Gets the "TimeView" elementViewType.UserDefinedViewgetUserDefinedView()Gets the "UserDefinedView" elementbooleanisSetAllView()True if has "AllView" elementbooleanisSetGenericView()True if has "GenericView" elementbooleanisSetLengthView()True if has "LengthView" elementbooleanisSetTimeLengthView()True if has "TimeLengthView" elementbooleanisSetTimeView()True if has "TimeView" elementbooleanisSetUserDefinedView()True if has "UserDefinedView" elementvoidsetAllView(org.apache.xmlbeans.XmlObject allView)Sets the "AllView" elementvoidsetGenericView(GenericViewType genericView)Sets the "GenericView" elementvoidsetLengthView(ViewType.LengthView lengthView)Sets the "LengthView" elementvoidsetTimeLengthView(ViewType.TimeLengthView timeLengthView)Sets the "TimeLengthView" elementvoidsetTimeView(ViewType.TimeView timeView)Sets the "TimeView" elementvoidsetUserDefinedView(ViewType.UserDefinedView userDefinedView)Sets the "UserDefinedView" elementvoidunsetAllView()Unsets the "AllView" elementvoidunsetGenericView()Unsets the "GenericView" elementvoidunsetLengthView()Unsets the "LengthView" elementvoidunsetTimeLengthView()Unsets the "TimeLengthView" elementvoidunsetTimeView()Unsets the "TimeView" elementvoidunsetUserDefinedView()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
-
-
-
-
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
-
getGenericView
GenericViewType getGenericView()
Gets the "GenericView" element
-
isSetGenericView
boolean isSetGenericView()
True if has "GenericView" element
-
setGenericView
void setGenericView(GenericViewType genericView)
Sets the "GenericView" element
-
addNewGenericView
GenericViewType addNewGenericView()
Appends and returns a new empty "GenericView" element
-
unsetGenericView
void unsetGenericView()
Unsets the "GenericView" element
-
-