PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.ac.classes
Class ActivationLimitUsagesType

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

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>
 


Field Summary
protected  BigInteger number
           
 
Constructor Summary
ActivationLimitUsagesType(BigInteger theNumber)
           
 
Method Summary
 BigInteger getNumber()
          Gets 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 BigInteger number
Constructor Detail

ActivationLimitUsagesType

public ActivationLimitUsagesType(BigInteger theNumber)
Method Detail

getNumber

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

Returns:
possible object is BigInteger

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.