Package javax.xml.rpc.holders
Class BooleanWrapperHolder
java.lang.Object
javax.xml.rpc.holders.BooleanWrapperHolder
- All Implemented Interfaces:
Holder
Holder for
Booleans.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newBooleanWrapperHolderwith anullvalue.BooleanWrapperHolder(Boolean value) Make a newBooleanWrapperHolderwithvalueas the value. -
Method Summary
-
Field Details
-
value
TheBooleancontained by this holder.
-
-
Constructor Details
-
BooleanWrapperHolder
public BooleanWrapperHolder()Make a newBooleanWrapperHolderwith anullvalue. -
BooleanWrapperHolder
Make a newBooleanWrapperHolderwithvalueas the value.- Parameters:
value- theBooleanto hold
-