javax.xml.rpc.holders

Class IntHolder

Implemented Interfaces:
Holder

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

Holder for ints.

Field Summary

int
value
The int contained by this holder.

Constructor Summary

IntHolder()
Make a new IntHolder with a null value.
IntHolder(int value)
Make a new IntHolder with value as the value.

Field Details

value

public int value
The int contained by this holder.

Constructor Details

IntHolder

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

IntHolder

public IntHolder(int value)
Make a new IntHolder with value as the value.
Parameters:
value - the int to hold