Package javax.xml.rpc.holders
Class BooleanHolder
- java.lang.Object
-
- javax.xml.rpc.holders.BooleanHolder
-
-
Field Summary
Fields Modifier and Type Field Description booleanvalueThebooleancontained by this holder.
-
Constructor Summary
Constructors Constructor Description BooleanHolder()Make a newBooleanHolderwith anullvalue.BooleanHolder(boolean value)Make a newBooleanHolderwithvalueas the value.
-