Class DomibusConnectorDetachedSignatureType
- java.lang.Object
-
- eu.domibus.connector.domain.transition.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> <complexType name="DomibusConnectorDetachedSignatureType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="detachedSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="detachedSignatureName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="mimeType" type="{transition.domain.connector.domibus.eu}DomibusConnectorDetachedSignatureMimeType"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
detachedSignature
protected String
detachedSignatureName
protected DomibusConnectorDetachedSignatureMimeType
mimeType
-
Constructor Summary
Constructors Constructor Description DomibusConnectorDetachedSignatureType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getDetachedSignature()
Gets the value of the detachedSignature property.String
getDetachedSignatureName()
Gets the value of the detachedSignatureName property.DomibusConnectorDetachedSignatureMimeType
getMimeType()
Gets the value of the mimeType property.void
setDetachedSignature(byte[] value)
Sets the value of the detachedSignature property.void
setDetachedSignatureName(String value)
Sets the value of the detachedSignatureName property.void
setMimeType(DomibusConnectorDetachedSignatureMimeType value)
Sets the value of the mimeType property.
-
-
-
Field Detail
-
detachedSignature
protected byte[] detachedSignature
-
detachedSignatureName
protected String detachedSignatureName
-
mimeType
protected DomibusConnectorDetachedSignatureMimeType mimeType
-
-
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 isString
-
getMimeType
public DomibusConnectorDetachedSignatureMimeType getMimeType()
Gets the value of the mimeType property.- Returns:
- possible object is
DomibusConnectorDetachedSignatureMimeType
-
setMimeType
public void setMimeType(DomibusConnectorDetachedSignatureMimeType value)
Sets the value of the mimeType property.- Parameters:
value
- allowed object isDomibusConnectorDetachedSignatureMimeType
-
-