|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BusinessDateType
An XML businessDateType(@http://www.bea.com/wli/worklist/xml). This is a complex type.
Nested Class Summary | |
---|---|
static class |
BusinessDateType.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 | |
---|---|
CalendarType |
addNewCalendar()
Appends and returns a new empty "calendar" element |
CalendarType |
getCalendar()
Gets the "calendar" element |
int |
getDay()
Gets the "day" element |
int |
getHour()
Gets the "hour" element |
int |
getMin()
Gets the "min" element |
int |
getMonth()
Gets the "month" element |
boolean |
isSetCalendar()
True if has "calendar" element |
boolean |
isSetDay()
True if has "day" element |
boolean |
isSetHour()
True if has "hour" element |
boolean |
isSetMin()
True if has "min" element |
boolean |
isSetMonth()
True if has "month" element |
void |
setCalendar(CalendarType calendar)
Sets the "calendar" element |
void |
setDay(int day)
Sets the "day" element |
void |
setHour(int hour)
Sets the "hour" element |
void |
setMin(int min)
Sets the "min" element |
void |
setMonth(int month)
Sets the "month" element |
void |
unsetCalendar()
Unsets the "calendar" element |
void |
unsetDay()
Unsets the "day" element |
void |
unsetHour()
Unsets the "hour" element |
void |
unsetMin()
Unsets the "min" element |
void |
unsetMonth()
Unsets the "month" element |
XmlInt |
xgetDay()
Gets (as xml) the "day" element |
XmlInt |
xgetHour()
Gets (as xml) the "hour" element |
XmlInt |
xgetMin()
Gets (as xml) the "min" element |
XmlInt |
xgetMonth()
Gets (as xml) the "month" element |
void |
xsetDay(XmlInt day)
Sets (as xml) the "day" element |
void |
xsetHour(XmlInt hour)
Sets (as xml) the "hour" element |
void |
xsetMin(XmlInt min)
Sets (as xml) the "min" element |
void |
xsetMonth(XmlInt month)
Sets (as xml) the "month" 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 getMonth()
XmlInt xgetMonth()
boolean isSetMonth()
void setMonth(int month)
void xsetMonth(XmlInt month)
void unsetMonth()
int getDay()
XmlInt xgetDay()
boolean isSetDay()
void setDay(int day)
void xsetDay(XmlInt day)
void unsetDay()
int getHour()
XmlInt xgetHour()
boolean isSetHour()
void setHour(int hour)
void xsetHour(XmlInt hour)
void unsetHour()
int getMin()
XmlInt xgetMin()
boolean isSetMin()
void setMin(int min)
void xsetMin(XmlInt min)
void unsetMin()
CalendarType getCalendar()
boolean isSetCalendar()
void setCalendar(CalendarType calendar)
CalendarType addNewCalendar()
void unsetCalendar()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |