javax.xml.rpc.holders

Class ShortWrapperHolder

public final class ShortWrapperHolder extends Object implements Holder

Holder for Shorts.

Version: 1.0

Field Summary
Shortvalue
The Short contained by this holder.
Constructor Summary
ShortWrapperHolder()
Make a new ShortWrapperHolder with a null value.
ShortWrapperHolder(Short value)
Make a new ShortWrapperHolder with value as the value.

Field Detail

value

public Short value
The Short contained by this holder.

Constructor Detail

ShortWrapperHolder

public ShortWrapperHolder()
Make a new ShortWrapperHolder with a null value.

ShortWrapperHolder

public ShortWrapperHolder(Short value)
Make a new ShortWrapperHolder with value as the value.

Parameters: value the Short to hold

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.