Class XmlParamsResponseTrackId

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

public class XmlParamsResponseTrackId extends Object

Java class for XmlParamsResponseTrackId complex type

.

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


 <complexType name="XmlParamsResponseTrackId">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DocumentKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ProcessedMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SenderCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Success" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="XmlFileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • XmlParamsResponseTrackId

      public XmlParamsResponseTrackId()
  • Method Details

    • getDocumentKey

      public jakarta.xml.bind.JAXBElement<String> getDocumentKey()
      Gets the value of the documentKey property.
      Returns:
      possible object is JAXBElement<String>
    • setDocumentKey

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

      public jakarta.xml.bind.JAXBElement<String> getProcessedMessage()
      Gets the value of the processedMessage property.
      Returns:
      possible object is JAXBElement<String>
    • setProcessedMessage

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

      public jakarta.xml.bind.JAXBElement<String> getSenderCode()
      Gets the value of the senderCode property.
      Returns:
      possible object is JAXBElement<String>
    • setSenderCode

      public void setSenderCode(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the senderCode 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
    • 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>