Class ValidityRestriction
- java.lang.Object
-
- org.certificateservices.messages.csexport.data.jaxb.ValidityRestriction
-
public class ValidityRestriction extends java.lang.ObjectJava class for ValidityRestriction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidityRestriction"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tokenClass" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="minValidityMS" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="maxValidityMS" type="{http://www.w3.org/2001/XMLSchema}integer"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigIntegermaxValidityMSprotected java.math.BigIntegerminValidityMSprotected java.lang.StringtokenClass
-
Constructor Summary
Constructors Constructor Description ValidityRestriction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetMaxValidityMS()Gets the value of the maxValidityMS property.java.math.BigIntegergetMinValidityMS()Gets the value of the minValidityMS property.java.lang.StringgetTokenClass()Gets the value of the tokenClass property.voidsetMaxValidityMS(java.math.BigInteger value)Sets the value of the maxValidityMS property.voidsetMinValidityMS(java.math.BigInteger value)Sets the value of the minValidityMS property.voidsetTokenClass(java.lang.String value)Sets the value of the tokenClass property.
-
-
-
Method Detail
-
getTokenClass
public java.lang.String getTokenClass()
Gets the value of the tokenClass property.- Returns:
- possible object is
String
-
setTokenClass
public void setTokenClass(java.lang.String value)
Sets the value of the tokenClass property.- Parameters:
value- allowed object isString
-
getMinValidityMS
public java.math.BigInteger getMinValidityMS()
Gets the value of the minValidityMS property.- Returns:
- possible object is
BigInteger
-
setMinValidityMS
public void setMinValidityMS(java.math.BigInteger value)
Sets the value of the minValidityMS property.- Parameters:
value- allowed object isBigInteger
-
getMaxValidityMS
public java.math.BigInteger getMaxValidityMS()
Gets the value of the maxValidityMS property.- Returns:
- possible object is
BigInteger
-
setMaxValidityMS
public void setMaxValidityMS(java.math.BigInteger value)
Sets the value of the maxValidityMS property.- Parameters:
value- allowed object isBigInteger
-
-