Package org.coderic.ws.dian.wsdl
Class EventResponse
java.lang.Object
org.coderic.ws.dian.wsdl.EventResponse
Java class for EventResponse complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="EventResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValidationDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="XmlBytesBase64" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<String>
getCode()
Gets the value of the code property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the message property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the validationDate property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the xmlBytesBase64 property.void
Sets the value of the code property.void
setMessage
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the message property.void
setValidationDate
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the validationDate property.void
setXmlBytesBase64
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the xmlBytesBase64 property.
-
Constructor Details
-
EventResponse
public EventResponse()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setCode
Sets the value of the code property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setMessage
Sets the value of the message property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getValidationDate
Gets the value of the validationDate property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setValidationDate
Sets the value of the validationDate property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getXmlBytesBase64
Gets the value of the xmlBytesBase64 property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setXmlBytesBase64
Sets the value of the xmlBytesBase64 property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-