javax.xml.rpc.holders
public final class StringHolder extends Object implements Holder
Strings.
Version: 1.0
| Field Summary | |
|---|---|
| String | value The String contained by this holder. |
| Constructor Summary | |
|---|---|
| StringHolder()
Make a new StringHolder with a null value. | |
| StringHolder(String value)
Make a new StringHolder with value as
the value.
| |
String contained by this holder.StringHolder with a null value.StringHolder with value as
the value.
Parameters: value the String to hold