javax.xml.rpc.holders
Class BooleanWrapperHolder

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

public final class BooleanWrapperHolder
extends Object
implements Holder

Holder for Booleans.

Version:
1.0

Field Summary
 Boolean value
          The Boolean contained by this holder.
 
Constructor Summary
BooleanWrapperHolder()
          Make a new BooleanWrapperHolder with a null value.
BooleanWrapperHolder(Boolean value)
          Make a new BooleanWrapperHolder 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 Boolean value
The Boolean contained by this holder.

Constructor Detail

BooleanWrapperHolder

public BooleanWrapperHolder()
Make a new BooleanWrapperHolder with a null value.


BooleanWrapperHolder

public BooleanWrapperHolder(Boolean value)
Make a new BooleanWrapperHolder with value as the value.

Parameters:
value - the Boolean to hold


Copyright © 2006 Apache Software Foundation. All Rights Reserved.