Class CredentialStatusList


  • public class CredentialStatusList
    extends java.lang.Object

    Java class for CredentialStatusList complex type.

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

     <complexType name="CredentialStatusList">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="issuerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="credentialStatusListType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="credentialType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="listData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <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"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCredentialStatusListType()
      Gets the value of the credentialStatusListType property.
      java.lang.String getCredentialType()
      Gets the value of the credentialType 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.
      java.lang.String getIssuerId()
      Gets the value of the issuerId property.
      byte[] getListData()
      Gets the value of the listData property.
      long getSerialNumber()
      Gets the value of the serialNumber property.
      javax.xml.datatype.XMLGregorianCalendar getValidFromDate()
      Gets the value of the validFromDate property.
      void setCredentialStatusListType​(java.lang.String value)
      Sets the value of the credentialStatusListType property.
      void setCredentialType​(java.lang.String value)
      Sets the value of the credentialType 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 setIssuerId​(java.lang.String value)
      Sets the value of the issuerId property.
      void setListData​(byte[] value)
      Sets the value of the listData property.
      void setSerialNumber​(long value)
      Sets the value of the serialNumber 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

      • issuerId

        protected java.lang.String issuerId
      • credentialStatusListType

        protected java.lang.String credentialStatusListType
      • credentialType

        protected java.lang.String credentialType
      • serialNumber

        protected long serialNumber
      • listData

        protected byte[] listData
      • 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
    • Constructor Detail

      • CredentialStatusList

        public CredentialStatusList()
    • Method Detail

      • getIssuerId

        public java.lang.String getIssuerId()
        Gets the value of the issuerId property.
        Returns:
        possible object is String
      • setIssuerId

        public void setIssuerId​(java.lang.String value)
        Sets the value of the issuerId property.
        Parameters:
        value - allowed object is String
      • getCredentialStatusListType

        public java.lang.String getCredentialStatusListType()
        Gets the value of the credentialStatusListType property.
        Returns:
        possible object is String
      • setCredentialStatusListType

        public void setCredentialStatusListType​(java.lang.String value)
        Sets the value of the credentialStatusListType property.
        Parameters:
        value - allowed object is String
      • getCredentialType

        public java.lang.String getCredentialType()
        Gets the value of the credentialType property.
        Returns:
        possible object is String
      • setCredentialType

        public void setCredentialType​(java.lang.String value)
        Sets the value of the credentialType property.
        Parameters:
        value - allowed object is String
      • getSerialNumber

        public long getSerialNumber()
        Gets the value of the serialNumber property.
      • setSerialNumber

        public void setSerialNumber​(long value)
        Sets the value of the serialNumber property.
      • getListData

        public byte[] getListData()
        Gets the value of the listData property.
        Returns:
        possible object is byte[]
      • setListData

        public void setListData​(byte[] value)
        Sets the value of the listData property.
        Parameters:
        value - allowed object is byte[]
      • 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