|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
ViewType.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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |