Class ChangeCredentialStatusRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.credmanagement.jaxb.ChangeCredentialStatusRequest
-
public class ChangeCredentialStatusRequest 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="serialNumber" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="newCredentialStatus" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="reasonInformation" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringissuerIdprotected intnewCredentialStatusprotected java.lang.StringreasonInformationprotected java.lang.StringserialNumber-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description ChangeCredentialStatusRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIssuerId()Gets the value of the issuerId property.intgetNewCredentialStatus()Gets the value of the newCredentialStatus property.java.lang.StringgetReasonInformation()Gets the value of the reasonInformation property.java.lang.StringgetSerialNumber()Gets the value of the serialNumber property.voidsetIssuerId(java.lang.String value)Sets the value of the issuerId property.voidsetNewCredentialStatus(int value)Sets the value of the newCredentialStatus property.voidsetReasonInformation(java.lang.String value)Sets the value of the reasonInformation property.voidsetSerialNumber(java.lang.String value)Sets the value of the serialNumber property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
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
-
getNewCredentialStatus
public int getNewCredentialStatus()
Gets the value of the newCredentialStatus property.
-
setNewCredentialStatus
public void setNewCredentialStatus(int value)
Sets the value of the newCredentialStatus property.
-
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
-
-