public interface ViewType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
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.2).
|
static interface |
ViewType.TimeLengthView
An XML TimeLengthView(@http://www.opengis.net/eml/0.0.2).
|
static interface |
ViewType.TimeView
An XML TimeView(@http://www.opengis.net/eml/0.0.2).
|
static interface |
ViewType.UserDefinedView
An XML UserDefinedView(@http://www.opengis.net/eml/0.0.2).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.XmlObject |
addNewAllView()
Appends and returns a new empty "AllView" element
|
GenericViewType |
addNewGenericView()
Appends and returns a new empty "GenericView" 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
|
GenericViewType |
getGenericView()
Gets the "GenericView" 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 |
isSetGenericView()
True if has "GenericView" 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 |
setGenericView(GenericViewType genericView)
Sets the "GenericView" 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 |
unsetGenericView()
Unsets the "GenericView" 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
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextViewType.LengthView getLengthView()
boolean isSetLengthView()
void setLengthView(ViewType.LengthView lengthView)
ViewType.LengthView addNewLengthView()
void unsetLengthView()
ViewType.TimeView getTimeView()
boolean isSetTimeView()
void setTimeView(ViewType.TimeView timeView)
ViewType.TimeView addNewTimeView()
void unsetTimeView()
ViewType.TimeLengthView getTimeLengthView()
boolean isSetTimeLengthView()
void setTimeLengthView(ViewType.TimeLengthView timeLengthView)
ViewType.TimeLengthView addNewTimeLengthView()
void unsetTimeLengthView()
org.apache.xmlbeans.XmlObject getAllView()
boolean isSetAllView()
void setAllView(org.apache.xmlbeans.XmlObject allView)
org.apache.xmlbeans.XmlObject addNewAllView()
void unsetAllView()
ViewType.UserDefinedView getUserDefinedView()
boolean isSetUserDefinedView()
void setUserDefinedView(ViewType.UserDefinedView userDefinedView)
ViewType.UserDefinedView addNewUserDefinedView()
void unsetUserDefinedView()
GenericViewType getGenericView()
boolean isSetGenericView()
void setGenericView(GenericViewType genericView)
GenericViewType addNewGenericView()
void unsetGenericView()
Copyright © 2018 52north.org. All rights reserved.