Class GetCSExportResponse
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSResponse
-
- org.certificateservices.messages.csexport.protocol.jaxb.GetCSExportResponse
-
public class GetCSExportResponse extends CSResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="result" type="{http://certificateservices.org/xsd/cs_export_protocol2_0}Result"/> </sequence> <attribute name="exportDataVersion" use="required" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringexportDataVersionprotected Resultresult-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
failureMessage, inResponseTo, status
-
-
Constructor Summary
Constructors Constructor Description GetCSExportResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExportDataVersion()Gets the value of the exportDataVersion property.ResultgetResult()Gets the value of the result property.voidsetExportDataVersion(java.lang.String value)Sets the value of the exportDataVersion property.voidsetResult(Result value)Sets the value of the result property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
getFailureMessage, getInResponseTo, getStatus, setFailureMessage, setInResponseTo, setStatus
-
-
-
-
Field Detail
-
result
protected Result result
-
exportDataVersion
protected java.lang.String exportDataVersion
-
-
Method Detail
-
getResult
public Result getResult()
Gets the value of the result property.- Returns:
- possible object is
Result
-
setResult
public void setResult(Result value)
Sets the value of the result property.- Parameters:
value- allowed object isResult
-
getExportDataVersion
public java.lang.String getExportDataVersion()
Gets the value of the exportDataVersion property.- Returns:
- possible object is
String
-
setExportDataVersion
public void setExportDataVersion(java.lang.String value)
Sets the value of the exportDataVersion property.- Parameters:
value- allowed object isString
-
-