Class UploadDocumentResponse

java.lang.Object
org.coderic.ws.dian.wsdl.UploadDocumentResponse

public class UploadDocumentResponse extends Object

Java class for UploadDocumentResponse complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="UploadDocumentResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ErrorMessageList" type="{http://schemas.datacontract.org/2004/07/XmlParamsResponseTrackId}ArrayOfXmlParamsResponseTrackId" minOccurs="0"/>
         <element name="ZipKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • UploadDocumentResponse

      public UploadDocumentResponse()
  • Method Details

    • getErrorMessageList

      public jakarta.xml.bind.JAXBElement<ArrayOfXmlParamsResponseTrackId> getErrorMessageList()
      Gets the value of the errorMessageList property.
      Returns:
      possible object is JAXBElement<ArrayOfXmlParamsResponseTrackId>
    • setErrorMessageList

      public void setErrorMessageList(jakarta.xml.bind.JAXBElement<ArrayOfXmlParamsResponseTrackId> value)
      Sets the value of the errorMessageList property.
      Parameters:
      value - allowed object is JAXBElement<ArrayOfXmlParamsResponseTrackId>
    • getZipKey

      public jakarta.xml.bind.JAXBElement<String> getZipKey()
      Gets the value of the zipKey property.
      Returns:
      possible object is JAXBElement<String>
    • setZipKey

      public void setZipKey(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the zipKey property.
      Parameters:
      value - allowed object is JAXBElement<String>