|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.StringHolder
Holder for String
s.
Field Summary | |
java.lang.String |
value
The String contained by this holder. |
Constructor Summary | |
StringHolder()
Make a new StringHolder with a null value. |
|
StringHolder(java.lang.String value)
Make a new StringHolder with value as
the value. |
Methods inherited from class java.lang.Object |
equals, 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 |