javax.xml.rpc.holders

Class ShortWrapperHolder

Implemented Interfaces:
Holder

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

Holder for Shorts.
Version:
1.0

Field Summary

Short
value
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 Details

value

public Short value
The Short contained by this holder.

Constructor Details

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.