Class PKIResponse
- java.lang.Object
-
- org.certificateservices.messages.pkimessages.jaxb.PKIResponse
-
- Direct Known Subclasses:
ChangeCredentialStatusResponse,FetchHardTokenDataResponse,GetCredentialResponse,GetCredentialStatusListResponse,GetIssuerCredentialsResponse,IsIssuerResponse,IssueCredentialStatusListResponse,IssueTokenCredentialsResponse,RemoveCredentialResponse,StoreHardTokenDataResponse
public class PKIResponse extends java.lang.ObjectJava class for PKIResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PKIResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="inResponseTo" type="{http://certificateservices.org/xsd/pkimessages1_0}uuid"/> <element name="status" type="{http://certificateservices.org/xsd/pkimessages1_0}RequestStatus"/> <element name="failureMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringfailureMessageprotected java.lang.StringinResponseToprotected RequestStatusstatus
-
Constructor Summary
Constructors Constructor Description PKIResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFailureMessage()Gets the value of the failureMessage property.java.lang.StringgetInResponseTo()Gets the value of the inResponseTo property.RequestStatusgetStatus()Gets the value of the status property.voidsetFailureMessage(java.lang.String value)Sets the value of the failureMessage property.voidsetInResponseTo(java.lang.String value)Sets the value of the inResponseTo property.voidsetStatus(RequestStatus value)Sets the value of the status property.
-
-
-
Field Detail
-
inResponseTo
protected java.lang.String inResponseTo
-
status
protected RequestStatus status
-
failureMessage
protected java.lang.String failureMessage
-
-
Method Detail
-
getInResponseTo
public java.lang.String getInResponseTo()
Gets the value of the inResponseTo property.- Returns:
- possible object is
String
-
setInResponseTo
public void setInResponseTo(java.lang.String value)
Sets the value of the inResponseTo property.- Parameters:
value- allowed object isString
-
getStatus
public RequestStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
RequestStatus
-
setStatus
public void setStatus(RequestStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isRequestStatus
-
getFailureMessage
public java.lang.String getFailureMessage()
Gets the value of the failureMessage property.- Returns:
- possible object is
String
-
setFailureMessage
public void setFailureMessage(java.lang.String value)
Sets the value of the failureMessage property.- Parameters:
value- allowed object isString
-
-