Class EventResponse

java.lang.Object
org.coderic.ws.dian.wsdl.EventResponse

public class EventResponse extends Object

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 Details

    • EventResponse

      public EventResponse()
  • Method Details

    • getCode

      public jakarta.xml.bind.JAXBElement<String> getCode()
      Gets the value of the code property.
      Returns:
      possible object is JAXBElement<String>
    • setCode

      public void setCode(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getMessage

      public jakarta.xml.bind.JAXBElement<String> getMessage()
      Gets the value of the message property.
      Returns:
      possible object is JAXBElement<String>
    • setMessage

      public void setMessage(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getValidationDate

      public jakarta.xml.bind.JAXBElement<String> getValidationDate()
      Gets the value of the validationDate property.
      Returns:
      possible object is JAXBElement<String>
    • setValidationDate

      public void setValidationDate(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the validationDate property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getXmlBytesBase64

      public jakarta.xml.bind.JAXBElement<String> getXmlBytesBase64()
      Gets the value of the xmlBytesBase64 property.
      Returns:
      possible object is JAXBElement<String>
    • setXmlBytesBase64

      public void setXmlBytesBase64(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the xmlBytesBase64 property.
      Parameters:
      value - allowed object is JAXBElement<String>