javax.xml.rpc.holders
Class IntHolder
java.lang.Objectjavax.xml.rpc.holders.IntHolder
- Holder
public final class IntHolder
extends java.lang.Object
Holder for ints.
int | value- The
int contained by this holder.
|
IntHolder()- Make a new
IntHolder with a null value.
|
IntHolder(int value)- Make a new
IntHolder with value as
the value.
|
value
public int value
The int contained by this holder.
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.
Copyright © 2005 Apache Web Services Project. All Rights Reserved.