Class DocIdentifierWithEventsResponse

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

public class DocIdentifierWithEventsResponse extends Object

Java class for DocIdentifierWithEventsResponse complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="DocIdentifierWithEventsResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CsvBase64Bytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Success" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DocIdentifierWithEventsResponse

      public DocIdentifierWithEventsResponse()
  • Method Details

    • getCsvBase64Bytes

      public jakarta.xml.bind.JAXBElement<byte[]> getCsvBase64Bytes()
      Gets the value of the csvBase64Bytes property.
      Returns:
      possible object is JAXBElement<byte>
    • setCsvBase64Bytes

      public void setCsvBase64Bytes(jakarta.xml.bind.JAXBElement<byte[]> value)
      Sets the value of the csvBase64Bytes property.
      Parameters:
      value - allowed object is JAXBElement<byte>
    • 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>
    • getStatusCode

      public jakarta.xml.bind.JAXBElement<String> getStatusCode()
      Gets the value of the statusCode property.
      Returns:
      possible object is JAXBElement<String>
    • setStatusCode

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

      public Boolean isSuccess()
      Gets the value of the success property.
      Returns:
      possible object is Boolean
    • setSuccess

      public void setSuccess(Boolean value)
      Sets the value of the success property.
      Parameters:
      value - allowed object is Boolean