Class ValidityRestriction


  • public class ValidityRestriction
    extends java.lang.Object

    Java 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.BigInteger maxValidityMS  
      protected java.math.BigInteger minValidityMS  
      protected java.lang.String tokenClass  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getMaxValidityMS()
      Gets the value of the maxValidityMS property.
      java.math.BigInteger getMinValidityMS()
      Gets the value of the minValidityMS property.
      java.lang.String getTokenClass()
      Gets the value of the tokenClass property.
      void setMaxValidityMS​(java.math.BigInteger value)
      Sets the value of the maxValidityMS property.
      void setMinValidityMS​(java.math.BigInteger value)
      Sets the value of the minValidityMS property.
      void setTokenClass​(java.lang.String value)
      Sets the value of the tokenClass property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tokenClass

        protected java.lang.String tokenClass
      • minValidityMS

        protected java.math.BigInteger minValidityMS
      • maxValidityMS

        protected java.math.BigInteger maxValidityMS
    • Constructor Detail

      • ValidityRestriction

        public ValidityRestriction()
    • 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 is String
      • 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 is BigInteger
      • 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 is BigInteger