Class ActivationLimitUsagesType
java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.ActivationLimitUsagesType
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
-
Constructor Summary
-
Method Summary
-
Field Details
-
number
-
-
Constructor Details
-
ActivationLimitUsagesType
-
-
Method Details
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
BigInteger
-