Class DianResponse

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

public class DianResponse extends Object

Java class for DianResponse complex type

.

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


 <complexType name="DianResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ErrorMessage" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
         <element name="IsValid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StatusDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StatusMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="XmlBase64Bytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="XmlBytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="XmlDocumentKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="XmlFileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DianResponse

      public DianResponse()
  • Method Details

    • getErrorMessage

      public jakarta.xml.bind.JAXBElement<ArrayOfstring> getErrorMessage()
      Gets the value of the errorMessage property.
      Returns:
      possible object is JAXBElement<ArrayOfstring>
    • setErrorMessage

      public void setErrorMessage(jakarta.xml.bind.JAXBElement<ArrayOfstring> value)
      Sets the value of the errorMessage property.
      Parameters:
      value - allowed object is JAXBElement<ArrayOfstring>
    • isIsValid

      public Boolean isIsValid()
      Gets the value of the isValid property.
      Returns:
      possible object is Boolean
    • setIsValid

      public void setIsValid(Boolean value)
      Sets the value of the isValid property.
      Parameters:
      value - allowed object is Boolean
    • 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>
    • getStatusDescription

      public jakarta.xml.bind.JAXBElement<String> getStatusDescription()
      Gets the value of the statusDescription property.
      Returns:
      possible object is JAXBElement<String>
    • setStatusDescription

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

      public jakarta.xml.bind.JAXBElement<String> getStatusMessage()
      Gets the value of the statusMessage property.
      Returns:
      possible object is JAXBElement<String>
    • setStatusMessage

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

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

      public void setXmlBase64Bytes(jakarta.xml.bind.JAXBElement<byte[]> value)
      Sets the value of the xmlBase64Bytes property.
      Parameters:
      value - allowed object is JAXBElement<byte>
    • getXmlBytes

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

      public void setXmlBytes(jakarta.xml.bind.JAXBElement<byte[]> value)
      Sets the value of the xmlBytes property.
      Parameters:
      value - allowed object is JAXBElement<byte>
    • getXmlDocumentKey

      public jakarta.xml.bind.JAXBElement<String> getXmlDocumentKey()
      Gets the value of the xmlDocumentKey property.
      Returns:
      possible object is JAXBElement<String>
    • setXmlDocumentKey

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

      public jakarta.xml.bind.JAXBElement<String> getXmlFileName()
      Gets the value of the xmlFileName property.
      Returns:
      possible object is JAXBElement<String>
    • setXmlFileName

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