public class ActivationLimitUsagesType extends Object
Java class for ActivationLimitUsagesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivationLimitUsagesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
number |
Constructor and Description |
---|
ActivationLimitUsagesType(BigInteger theNumber) |
protected BigInteger number
public ActivationLimitUsagesType(BigInteger theNumber)
public BigInteger getNumber()
BigInteger
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.