javax.xml.rpc.holders
Class CalendarHolder

java.lang.Object
  extended by javax.xml.rpc.holders.CalendarHolder
All Implemented Interfaces:
Holder

public final class CalendarHolder
extends Object
implements Holder

Holder for Calendars.

Version:
1.0

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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 © 2006 Apache Software Foundation. All Rights Reserved.