javax.xml.rpc.holders
Class StringHolder
java.lang.Object
javax.xml.rpc.holders.StringHolder
- Holder
public final class StringHolder
extends java.lang.Object
Holder for String
s.
Version:
String | value - The
String contained by this holder.
|
StringHolder() - Make a new
StringHolder with a null value.
|
StringHolder(String value) - Make a new
StringHolder with value as
the value.
|
value
public String value
The String
contained by this holder.
StringHolder
public StringHolder()
Make a new StringHolder
with a null
value.
StringHolder
public StringHolder(String value)
Make a new StringHolder
with value
as
the value.
value
- the String
to hold
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.