Class DomibusConnectorDetachedSignatureType


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

      • DomibusConnectorDetachedSignatureType

        public DomibusConnectorDetachedSignatureType()
    • Method Detail

      • getDetachedSignature

        public byte[] getDetachedSignature()
        Gets the value of the detachedSignature property.
        Returns:
        possible object is byte[]
      • setDetachedSignature

        public void setDetachedSignature​(byte[] value)
        Sets the value of the detachedSignature property.
        Parameters:
        value - allowed object is byte[]
      • getDetachedSignatureName

        public String getDetachedSignatureName()
        Gets the value of the detachedSignatureName property.
        Returns:
        possible object is String
      • setDetachedSignatureName

        public void setDetachedSignatureName​(String value)
        Sets the value of the detachedSignatureName property.
        Parameters:
        value - allowed object is String