|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.CalendarHolder
Holder for Calendar
s.
Field Summary | |
java.util.Calendar |
value
The Calendar that is held. |
Constructor Summary | |
CalendarHolder()
Make a new CalendarHolder with a null value.r |
|
CalendarHolder(java.util.Calendar value)
Make a new CalendarHolder with value as
the value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.util.Calendar value
Calendar
that is held.
Constructor Detail |
public CalendarHolder()
CalendarHolder
with a null
value.r
public CalendarHolder(java.util.Calendar value)
CalendarHolder
with value
as
the value.
value
- the Calendar
to hold
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |