FileDocCategorySizeDatePackage
NonNegativeIntegerHolder.javaAPI DocApache Axis 1.41214Sat Apr 22 18:57:28 BST 2006org.apache.axis.holders

NonNegativeIntegerHolder

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

Fields Summary
public org.apache.axis.types.NonNegativeInteger
value
Field _value
Constructors Summary
public NonNegativeIntegerHolder()
Constructor NonNegativeIntegerHolder

    
public NonNegativeIntegerHolder(org.apache.axis.types.NonNegativeInteger value)
Constructor NonNegativeIntegerHolder

param
value

        this.value = value;
    
Methods Summary