Class DocumentXmlWS

java.lang.Object
ch.aeis.exchange.web.ws.exchange_1_0.DocumentXmlWS

public class DocumentXmlWS extends Object
DocumentXmlWS is the webservice representation of the xml of a submitted document.
Author:
Rainer Alföldi
  • Constructor Details

    • DocumentXmlWS

      public DocumentXmlWS()
  • Method Details

    • getDocType

      public String getDocType()
    • setDocType

      public void setDocType(String docType)
    • getXml

      public String getXml()
    • setXml

      public void setXml(String xml)
    • toString

      public String toString()
      Overrides:
      toString in class Object