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