Package org.coderic.ws.dian.wsdl
Class GetStatusZipResponse
java.lang.Object
org.coderic.ws.dian.wsdl.GetStatusZipResponse
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="GetStatusZipResult" type="{http://schemas.datacontract.org/2004/07/DianResponse}ArrayOfDianResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ArrayOfDianResponse>
Gets the value of the getStatusZipResult property.void
setGetStatusZipResult
(jakarta.xml.bind.JAXBElement<ArrayOfDianResponse> value) Sets the value of the getStatusZipResult property.
-
Constructor Details
-
GetStatusZipResponse
public GetStatusZipResponse()
-
-
Method Details
-
getGetStatusZipResult
Gets the value of the getStatusZipResult property.- Returns:
- possible object is
JAXBElement
<
ArrayOfDianResponse
>
-
setGetStatusZipResult
Sets the value of the getStatusZipResult property.- Parameters:
value
- allowed object isJAXBElement
<
ArrayOfDianResponse
>
-