javax.xml.rpc.holders
public final class CalendarHolder extends Object implements Holder
Calendar
s.
Field Summary | |
---|---|
Calendar | value The Calendar that is held. |
Constructor Summary | |
---|---|
CalendarHolder()
Make a new CalendarHolder with a null value.r | |
CalendarHolder(Calendar value)
Make a new CalendarHolder with value as
the value.
|
Calendar
that is held.CalendarHolder
with a null
value.rCalendarHolder
with value
as
the value.
Parameters: value the Calendar
to hold