Class Token


  • public class Token
    extends java.lang.Object

    Java class for Token complex type.

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

     <complexType name="Token">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="tokenContainer" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="tokenType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="tokenClass" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="status" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <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/csmessages2_0}Attribute" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="credentials" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="credential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="issueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="expireDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="validFromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="requestDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="returnDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="dateCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="lastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="departmentName" type="{http://certificateservices.org/xsd/csmessages2_0}departmentnamestring" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Token.Attributes
      Java class for anonymous complex type.
      static class  Token.Credentials
      Java class for anonymous complex type.
    • Constructor Summary

      Constructors 
      Constructor Description
      Token()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Token.Attributes getAttributes()
      Gets the value of the attributes property.
      Token.Credentials getCredentials()
      Gets the value of the credentials property.
      javax.xml.datatype.XMLGregorianCalendar getDateCreated()
      Gets the value of the dateCreated property.
      java.lang.String getDepartmentName()
      Gets the value of the departmentName property.
      java.lang.String getDescription()
      Gets the value of the description property.
      javax.xml.datatype.XMLGregorianCalendar getExpireDate()
      Gets the value of the expireDate property.
      javax.xml.datatype.XMLGregorianCalendar getIssueDate()
      Gets the value of the issueDate property.
      javax.xml.datatype.XMLGregorianCalendar getLastUpdated()
      Gets the value of the lastUpdated property.
      javax.xml.datatype.XMLGregorianCalendar getRequestDate()
      Gets the value of the requestDate property.
      javax.xml.datatype.XMLGregorianCalendar getReturnDate()
      Gets the value of the returnDate property.
      java.lang.String getSerialNumber()
      Gets the value of the serialNumber property.
      int getStatus()
      Gets the value of the status property.
      java.lang.String getTokenClass()
      Gets the value of the tokenClass property.
      java.lang.String getTokenContainer()
      Gets the value of the tokenContainer property.
      java.lang.String getTokenType()
      Gets the value of the tokenType property.
      javax.xml.datatype.XMLGregorianCalendar getValidFromDate()
      Gets the value of the validFromDate property.
      void setAttributes​(Token.Attributes value)
      Sets the value of the attributes property.
      void setCredentials​(Token.Credentials value)
      Sets the value of the credentials property.
      void setDateCreated​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the dateCreated property.
      void setDepartmentName​(java.lang.String value)
      Sets the value of the departmentName property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setExpireDate​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the expireDate property.
      void setIssueDate​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the issueDate property.
      void setLastUpdated​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the lastUpdated property.
      void setRequestDate​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the requestDate property.
      void setReturnDate​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the returnDate property.
      void setSerialNumber​(java.lang.String value)
      Sets the value of the serialNumber property.
      void setStatus​(int value)
      Sets the value of the status property.
      void setTokenClass​(java.lang.String value)
      Sets the value of the tokenClass property.
      void setTokenContainer​(java.lang.String value)
      Sets the value of the tokenContainer property.
      void setTokenType​(java.lang.String value)
      Sets the value of the tokenType property.
      void setValidFromDate​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the validFromDate property.
      • Methods inherited from class java.lang.Object

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

      • serialNumber

        protected java.lang.String serialNumber
      • tokenContainer

        protected java.lang.String tokenContainer
      • tokenType

        protected java.lang.String tokenType
      • tokenClass

        protected java.lang.String tokenClass
      • status

        protected int status
      • description

        protected java.lang.String description
      • issueDate

        protected javax.xml.datatype.XMLGregorianCalendar issueDate
      • expireDate

        protected javax.xml.datatype.XMLGregorianCalendar expireDate
      • validFromDate

        protected javax.xml.datatype.XMLGregorianCalendar validFromDate
      • requestDate

        protected javax.xml.datatype.XMLGregorianCalendar requestDate
      • returnDate

        protected javax.xml.datatype.XMLGregorianCalendar returnDate
      • dateCreated

        protected javax.xml.datatype.XMLGregorianCalendar dateCreated
      • lastUpdated

        protected javax.xml.datatype.XMLGregorianCalendar lastUpdated
      • departmentName

        protected java.lang.String departmentName
    • Constructor Detail

      • Token

        public Token()
    • Method Detail

      • getSerialNumber

        public java.lang.String getSerialNumber()
        Gets the value of the serialNumber property.
      • setSerialNumber

        public void setSerialNumber​(java.lang.String value)
        Sets the value of the serialNumber property.
      • 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
      • getStatus

        public int getStatus()
        Gets the value of the status property.
      • setStatus

        public void setStatus​(int value)
        Sets the value of the status property.
      • setAttributes

        public void setAttributes​(Token.Attributes value)
        Sets the value of the attributes property.
        Parameters:
        value - allowed object is Token.Attributes
      • setCredentials

        public void setCredentials​(Token.Credentials value)
        Sets the value of the credentials property.
        Parameters:
        value - allowed object is Token.Credentials
      • 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
      • getIssueDate

        public javax.xml.datatype.XMLGregorianCalendar getIssueDate()
        Gets the value of the issueDate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setIssueDate

        public void setIssueDate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the issueDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getExpireDate

        public javax.xml.datatype.XMLGregorianCalendar getExpireDate()
        Gets the value of the expireDate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setExpireDate

        public void setExpireDate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the expireDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getValidFromDate

        public javax.xml.datatype.XMLGregorianCalendar getValidFromDate()
        Gets the value of the validFromDate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setValidFromDate

        public void setValidFromDate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the validFromDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getRequestDate

        public javax.xml.datatype.XMLGregorianCalendar getRequestDate()
        Gets the value of the requestDate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setRequestDate

        public void setRequestDate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the requestDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getReturnDate

        public javax.xml.datatype.XMLGregorianCalendar getReturnDate()
        Gets the value of the returnDate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setReturnDate

        public void setReturnDate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the returnDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getDateCreated

        public javax.xml.datatype.XMLGregorianCalendar getDateCreated()
        Gets the value of the dateCreated property.
        Returns:
        possible object is XMLGregorianCalendar
      • setDateCreated

        public void setDateCreated​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the dateCreated property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getLastUpdated

        public javax.xml.datatype.XMLGregorianCalendar getLastUpdated()
        Gets the value of the lastUpdated property.
        Returns:
        possible object is XMLGregorianCalendar
      • setLastUpdated

        public void setLastUpdated​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the lastUpdated property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getDepartmentName

        public java.lang.String getDepartmentName()
        Gets the value of the departmentName property.
        Returns:
        possible object is String
      • setDepartmentName

        public void setDepartmentName​(java.lang.String value)
        Sets the value of the departmentName property.
        Parameters:
        value - allowed object is String