javax.xml.rpc.holders
Class StringHolder
java.lang.Objectjavax.xml.rpc.holders.StringHolder
- Holder
public final class StringHolder
extends java.lang.Object
Holder for Strings.
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 © 2005 Apache Web Services Project. All Rights Reserved.