Package javax.xml.rpc.holders
Class BooleanHolder
- java.lang.Object
-
- javax.xml.rpc.holders.BooleanHolder
-
-
Field Summary
Fields Modifier and Type Field Description boolean
value
Theboolean
contained by this holder.
-
Constructor Summary
Constructors Constructor Description BooleanHolder()
Make a newBooleanHolder
with anull
value.BooleanHolder(boolean value)
Make a newBooleanHolder
withvalue
as the value.
-