javax.xml.rpc.holders

Class StringHolder

Implemented Interfaces:
Holder

public final class StringHolder
extends java.lang.Object
implements Holder

Holder for Strings.

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.

Field Details

value

public String value
The String contained by this holder.

Constructor Details

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.
Parameters:
value - the String to hold