| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.xml.rpc.holders.StringHolder
Holder for Strings.
| Field Summary | |
|  java.lang.String | valueThe Stringcontained by this holder. | 
| Constructor Summary | |
| StringHolder()Make a new StringHolderwith anullvalue. | |
| StringHolder(java.lang.String value)Make a new StringHolderwithvalueas
 the value. | |
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public java.lang.String value
String contained by this holder.
| Constructor Detail | 
public StringHolder()
StringHolder with a null value.
public StringHolder(java.lang.String value)
StringHolder with value as
 the value.
value - the String to hold| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||