|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DateRangeType
An XML dateRangeType(@http://www.bea.com/wli/calendar/schema). This is a complex type.
Nested Class Summary | |
---|---|
static class |
DateRangeType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
int |
getEndDay()
Gets the "endDay" element |
int |
getEndMonth()
Gets the "endMonth" element |
int |
getStartDay()
Gets the "startDay" element |
int |
getStartMonth()
Gets the "startMonth" element |
int |
getYear()
Gets the "year" element |
boolean |
isSetYear()
True if has "year" element |
void |
setEndDay(int endDay)
Sets the "endDay" element |
void |
setEndMonth(int endMonth)
Sets the "endMonth" element |
void |
setStartDay(int startDay)
Sets the "startDay" element |
void |
setStartMonth(int startMonth)
Sets the "startMonth" element |
void |
setYear(int year)
Sets the "year" element |
void |
unsetYear()
Unsets the "year" element |
XmlInt |
xgetEndDay()
Gets (as xml) the "endDay" element |
XmlInt |
xgetEndMonth()
Gets (as xml) the "endMonth" element |
XmlInt |
xgetStartDay()
Gets (as xml) the "startDay" element |
XmlInt |
xgetStartMonth()
Gets (as xml) the "startMonth" element |
XmlInt |
xgetYear()
Gets (as xml) the "year" element |
void |
xsetEndDay(XmlInt endDay)
Sets (as xml) the "endDay" element |
void |
xsetEndMonth(XmlInt endMonth)
Sets (as xml) the "endMonth" element |
void |
xsetStartDay(XmlInt startDay)
Sets (as xml) the "startDay" element |
void |
xsetStartMonth(XmlInt startMonth)
Sets (as xml) the "startMonth" element |
void |
xsetYear(XmlInt year)
Sets (as xml) the "year" 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 |
---|
static final SchemaType type
Method Detail |
---|
int getStartDay()
XmlInt xgetStartDay()
void setStartDay(int startDay)
void xsetStartDay(XmlInt startDay)
int getStartMonth()
XmlInt xgetStartMonth()
void setStartMonth(int startMonth)
void xsetStartMonth(XmlInt startMonth)
int getEndDay()
XmlInt xgetEndDay()
void setEndDay(int endDay)
void xsetEndDay(XmlInt endDay)
int getEndMonth()
XmlInt xgetEndMonth()
void setEndMonth(int endMonth)
void xsetEndMonth(XmlInt endMonth)
int getYear()
XmlInt xgetYear()
boolean isSetYear()
void setYear(int year)
void xsetYear(XmlInt year)
void unsetYear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |