Class TokenRequest


  • public class TokenRequest
    extends java.lang.Object

    Java class for TokenRequest complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TokenRequest">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="credentialRequests">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="credentialRequest" type="{http://certificateservices.org/xsd/pkimessages1_0}CredentialRequest" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>                  
             <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="relatedTokenId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="tokenContainer" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="tokenType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="tokenClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="attributes" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="attribute" type="{http://certificateservices.org/xsd/pkimessages1_0}Attribute" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="revokePreviousTokens" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • user

        protected java.lang.String user
      • userDisplayName

        protected java.lang.String userDisplayName
      • relatedTokenId

        protected java.lang.Long relatedTokenId
      • serialNumber

        protected java.lang.String serialNumber
      • tokenContainer

        protected java.lang.String tokenContainer
      • tokenType

        protected java.lang.String tokenType
      • tokenClass

        protected java.lang.String tokenClass
      • description

        protected java.lang.String description
      • revokePreviousTokens

        protected java.lang.Boolean revokePreviousTokens
    • Constructor Detail

      • TokenRequest

        public TokenRequest()
    • Method Detail

      • getUser

        public java.lang.String getUser()
        Gets the value of the user property.
        Returns:
        possible object is String
      • setUser

        public void setUser​(java.lang.String value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is String
      • getUserDisplayName

        public java.lang.String getUserDisplayName()
        Gets the value of the userDisplayName property.
        Returns:
        possible object is String
      • setUserDisplayName

        public void setUserDisplayName​(java.lang.String value)
        Sets the value of the userDisplayName property.
        Parameters:
        value - allowed object is String
      • getRelatedTokenId

        public java.lang.Long getRelatedTokenId()
        Gets the value of the relatedTokenId property.
        Returns:
        possible object is Long
      • setRelatedTokenId

        public void setRelatedTokenId​(java.lang.Long value)
        Sets the value of the relatedTokenId property.
        Parameters:
        value - allowed object is Long
      • getSerialNumber

        public java.lang.String getSerialNumber()
        Gets the value of the serialNumber property.
        Returns:
        possible object is String
      • setSerialNumber

        public void setSerialNumber​(java.lang.String value)
        Sets the value of the serialNumber property.
        Parameters:
        value - allowed object is String
      • getTokenContainer

        public java.lang.String getTokenContainer()
        Gets the value of the tokenContainer property.
        Returns:
        possible object is String
      • setTokenContainer

        public void setTokenContainer​(java.lang.String value)
        Sets the value of the tokenContainer property.
        Parameters:
        value - allowed object is String
      • getTokenType

        public java.lang.String getTokenType()
        Gets the value of the tokenType property.
        Returns:
        possible object is String
      • setTokenType

        public void setTokenType​(java.lang.String value)
        Sets the value of the tokenType property.
        Parameters:
        value - allowed object is String
      • 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
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • isRevokePreviousTokens

        public java.lang.Boolean isRevokePreviousTokens()
        Gets the value of the revokePreviousTokens property.
        Returns:
        possible object is Boolean
      • setRevokePreviousTokens

        public void setRevokePreviousTokens​(java.lang.Boolean value)
        Sets the value of the revokePreviousTokens property.
        Parameters:
        value - allowed object is Boolean