Package javax.xml.rpc.holders
Class BooleanHolder
java.lang.Object
javax.xml.rpc.holders.BooleanHolder
- All Implemented Interfaces:
Holder
Holder for
booleans.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newBooleanHolderwith anullvalue.BooleanHolder(boolean value) Make a newBooleanHolderwithvalueas the value. -
Method Summary
-
Field Details
-
value
public boolean valueThebooleancontained by this holder.
-
-
Constructor Details
-
BooleanHolder
public BooleanHolder()Make a newBooleanHolderwith anullvalue. -
BooleanHolder
public BooleanHolder(boolean value) Make a newBooleanHolderwithvalueas the value.- Parameters:
value- thebooleanto hold
-