Class 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 Detail

      • result

        protected Result result
      • exportDataVersion

        protected java.lang.String exportDataVersion
    • Constructor Detail

      • GetCSExportResponse

        public GetCSExportResponse()
    • 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 is Result
      • 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 is String