Class DomibusConnectorMessageDocumentType


  • public class DomibusConnectorMessageDocumentType
    extends Object
    <p>Java class for DomibusConnectorMessageDocumentType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DomibusConnectorMessageDocumentType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="document" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/&gt; &lt;element name="documentName" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="aesType" type="{transition.domain.connector.domibus.eu}DomibusConnectorDocumentAESType" minOccurs="0"/&gt; &lt;element name="detachedSignature" type="{transition.domain.connector.domibus.eu}DomibusConnectorDetachedSignatureType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>