javax.xml.rpc.holders

Class CalendarHolder

public final class CalendarHolder extends Object implements Holder

Holder for Calendars.

Version: 1.0

Field Summary
Calendarvalue
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.

Field Detail

value

public Calendar value
The Calendar that is held.

Constructor Detail

CalendarHolder

public CalendarHolder()
Make a new CalendarHolder with a null value.r

CalendarHolder

public CalendarHolder(Calendar value)
Make a new CalendarHolder with value as the value.

Parameters: value the Calendar to hold

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.