Package org.coderic.ws.dian.wsdl
Class UploadDocumentResponse
java.lang.Object
org.coderic.ws.dian.wsdl.UploadDocumentResponse
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ArrayOfXmlParamsResponseTrackId>
Gets the value of the errorMessageList property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the zipKey property.void
setErrorMessageList
(jakarta.xml.bind.JAXBElement<ArrayOfXmlParamsResponseTrackId> value) Sets the value of the errorMessageList property.void
Sets the value of the zipKey property.
-
Constructor Details
-
UploadDocumentResponse
public UploadDocumentResponse()
-
-
Method Details
-
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 isJAXBElement
<
ArrayOfXmlParamsResponseTrackId
>
-
getZipKey
Gets the value of the zipKey property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setZipKey
Sets the value of the zipKey property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-