|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DateType
An XML dateType(@http://www.bea.com/wli/calendar/schema). This is a complex type.
Nested Class Summary | |
---|---|
static class |
DateType.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 | |
---|---|
HourMinuteRangeType |
addNewHourMinuteRange()
Appends and returns a new empty "hourMinuteRange" element |
int |
getDay()
Gets the "day" element |
HourMinuteRangeType |
getHourMinuteRange()
Gets the "hourMinuteRange" element |
int |
getMonth()
Gets the "month" element |
int |
getYear()
Gets the "year" element |
boolean |
isSetHourMinuteRange()
True if has "hourMinuteRange" element |
boolean |
isSetMonth()
True if has "month" element |
boolean |
isSetYear()
True if has "year" element |
void |
setDay(int day)
Sets the "day" element |
void |
setHourMinuteRange(HourMinuteRangeType hourMinuteRange)
Sets the "hourMinuteRange" element |
void |
setMonth(int month)
Sets the "month" element |
void |
setYear(int year)
Sets the "year" element |
void |
unsetHourMinuteRange()
Unsets the "hourMinuteRange" element |
void |
unsetMonth()
Unsets the "month" element |
void |
unsetYear()
Unsets the "year" element |
XmlInt |
xgetDay()
Gets (as xml) the "day" element |
XmlInt |
xgetMonth()
Gets (as xml) the "month" element |
XmlInt |
xgetYear()
Gets (as xml) the "year" element |
void |
xsetDay(XmlInt day)
Sets (as xml) the "day" element |
void |
xsetMonth(XmlInt month)
Sets (as xml) the "month" 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 getDay()
XmlInt xgetDay()
void setDay(int day)
void xsetDay(XmlInt day)
int getYear()
XmlInt xgetYear()
boolean isSetYear()
void setYear(int year)
void xsetYear(XmlInt year)
void unsetYear()
int getMonth()
XmlInt xgetMonth()
boolean isSetMonth()
void setMonth(int month)
void xsetMonth(XmlInt month)
void unsetMonth()
HourMinuteRangeType getHourMinuteRange()
boolean isSetHourMinuteRange()
void setHourMinuteRange(HourMinuteRangeType hourMinuteRange)
HourMinuteRangeType addNewHourMinuteRange()
void unsetHourMinuteRange()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |