IntegerWrapperHolder | javax.xml.rpc.holders |
JAX-RPC 1.0; JWSDP 1.0, J2EE 1.4 |
public final class IntegerWrapperHolder implements Holder { // Public Constructors public IntegerWrapperHolder( ); public IntegerWrapperHolder( Integer myint); // Public Instance Fields public Integer value; }
A Holder class that contains a value of type java.lang.Integer.