Class IssueCredentialStatusListRequest


  • public class IssueCredentialStatusListRequest
    extends CSRequest

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSRequest">
           <sequence>
             <element name="issuerId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
             <element name="credentialStatusListType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="force" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="requestedValidFromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="requestedNotAfterDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • issuerId

        protected java.lang.String issuerId
      • credentialStatusListType

        protected java.lang.String credentialStatusListType
      • force

        protected java.lang.Boolean force
      • requestedValidFromDate

        protected javax.xml.datatype.XMLGregorianCalendar requestedValidFromDate
      • requestedNotAfterDate

        protected javax.xml.datatype.XMLGregorianCalendar requestedNotAfterDate
    • Constructor Detail

      • IssueCredentialStatusListRequest

        public IssueCredentialStatusListRequest()
    • 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
      • isForce

        public java.lang.Boolean isForce()
        Gets the value of the force property.
        Returns:
        possible object is Boolean
      • setForce

        public void setForce​(java.lang.Boolean value)
        Sets the value of the force property.
        Parameters:
        value - allowed object is Boolean
      • getRequestedValidFromDate

        public javax.xml.datatype.XMLGregorianCalendar getRequestedValidFromDate()
        Gets the value of the requestedValidFromDate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setRequestedValidFromDate

        public void setRequestedValidFromDate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the requestedValidFromDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getRequestedNotAfterDate

        public javax.xml.datatype.XMLGregorianCalendar getRequestedNotAfterDate()
        Gets the value of the requestedNotAfterDate property.
        Returns:
        possible object is XMLGregorianCalendar
      • setRequestedNotAfterDate

        public void setRequestedNotAfterDate​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the requestedNotAfterDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar