Class ChangeCredentialStatusResponse
- java.lang.Object
-
- org.certificateservices.messages.pkimessages.jaxb.PKIResponse
-
- org.certificateservices.messages.pkimessages.jaxb.ChangeCredentialStatusResponse
-
public class ChangeCredentialStatusResponse extends PKIResponse
Java class for ChangeCredentialStatusResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChangeCredentialStatusResponse"> <complexContent> <extension base="{http://certificateservices.org/xsd/pkimessages1_0}PKIResponse"> <sequence> <element name="issuerId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="credentialStatus" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="revocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="reasonInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected intcredentialStatusprotected java.lang.StringissuerIdprotected java.lang.StringreasonInformationprotected javax.xml.datatype.XMLGregorianCalendarrevocationDateprotected java.lang.StringserialNumber-
Fields inherited from class org.certificateservices.messages.pkimessages.jaxb.PKIResponse
failureMessage, inResponseTo, status
-
-
Constructor Summary
Constructors Constructor Description ChangeCredentialStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCredentialStatus()Gets the value of the credentialStatus property.java.lang.StringgetIssuerId()Gets the value of the issuerId property.java.lang.StringgetReasonInformation()Gets the value of the reasonInformation property.javax.xml.datatype.XMLGregorianCalendargetRevocationDate()Gets the value of the revocationDate property.java.lang.StringgetSerialNumber()Gets the value of the serialNumber property.voidsetCredentialStatus(int value)Sets the value of the credentialStatus property.voidsetIssuerId(java.lang.String value)Sets the value of the issuerId property.voidsetReasonInformation(java.lang.String value)Sets the value of the reasonInformation property.voidsetRevocationDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the revocationDate property.voidsetSerialNumber(java.lang.String value)Sets the value of the serialNumber property.-
Methods inherited from class org.certificateservices.messages.pkimessages.jaxb.PKIResponse
getFailureMessage, getInResponseTo, getStatus, setFailureMessage, setInResponseTo, setStatus
-
-
-
-
Field Detail
-
issuerId
protected java.lang.String issuerId
-
serialNumber
protected java.lang.String serialNumber
-
credentialStatus
protected int credentialStatus
-
revocationDate
protected javax.xml.datatype.XMLGregorianCalendar revocationDate
-
reasonInformation
protected java.lang.String reasonInformation
-
-
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 isString
-
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 isString
-
getCredentialStatus
public int getCredentialStatus()
Gets the value of the credentialStatus property.
-
setCredentialStatus
public void setCredentialStatus(int value)
Sets the value of the credentialStatus property.
-
getRevocationDate
public javax.xml.datatype.XMLGregorianCalendar getRevocationDate()
Gets the value of the revocationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setRevocationDate
public void setRevocationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the revocationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getReasonInformation
public java.lang.String getReasonInformation()
Gets the value of the reasonInformation property.- Returns:
- possible object is
String
-
setReasonInformation
public void setReasonInformation(java.lang.String value)
Sets the value of the reasonInformation property.- Parameters:
value- allowed object isString
-
-