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