FileDocCategorySizeDatePackage
NegativeIntegerHolder.javaAPI DocApache Axis 1.41187Sat Apr 22 18:57:26 BST 2006org.apache.axis.holders

NegativeIntegerHolder

public final class NegativeIntegerHolder extends Object implements javax.xml.rpc.holders.Holder
Class NegativeIntegerHolder

Fields Summary
public org.apache.axis.types.NegativeInteger
value
Field _value
Constructors Summary
public NegativeIntegerHolder()
Constructor NegativeIntegerHolder

    
public NegativeIntegerHolder(org.apache.axis.types.NegativeInteger value)
Constructor NegativeIntegerHolder

param
value

        this.value = value;
    
Methods Summary