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