Package javax.xml.rpc.holders
Class BooleanWrapperHolder
java.lang.Object
javax.xml.rpc.holders.BooleanWrapperHolder
- All Implemented Interfaces:
Holder
Holder for
Boolean
s.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newBooleanWrapperHolder
with anull
value.BooleanWrapperHolder
(Boolean value) Make a newBooleanWrapperHolder
withvalue
as the value. -
Method Summary
-
Field Details
-
value
TheBoolean
contained by this holder.
-
-
Constructor Details
-
BooleanWrapperHolder
public BooleanWrapperHolder()Make a newBooleanWrapperHolder
with anull
value. -
BooleanWrapperHolder
Make a newBooleanWrapperHolder
withvalue
as the value.- Parameters:
value
- theBoolean
to hold
-