org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony
Class ActivationLimitUsagesType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.authenticatedtelephony.ActivationLimitUsagesType

public class ActivationLimitUsagesType
extends java.lang.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>
 


Field Summary
protected  java.math.BigInteger number
           
 
Constructor Summary
ActivationLimitUsagesType()
           
 
Method Summary
 java.math.BigInteger getNumber()
          Gets the value of the number property.
 void setNumber(java.math.BigInteger value)
          Sets the value of the number property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

number

protected java.math.BigInteger number
Constructor Detail

ActivationLimitUsagesType

public ActivationLimitUsagesType()
Method Detail

getNumber

public java.math.BigInteger getNumber()
Gets the value of the number property.

Returns:
possible object is BigInteger

setNumber

public void setNumber(java.math.BigInteger value)
Sets the value of the number property.

Parameters:
value - allowed object is BigInteger


Copyright © 2009 JBoss Inc.. All Rights Reserved.