Class DomibusConnectorMessageDocumentType
- java.lang.Object
-
- eu.domibus.connector.domain.transition.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> <complexType name="DomibusConnectorMessageDocumentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="document" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="documentName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="aesType" type="{transition.domain.connector.domibus.eu}DomibusConnectorDocumentAESType" minOccurs="0"/> <element name="detachedSignature" type="{transition.domain.connector.domibus.eu}DomibusConnectorDetachedSignatureType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected DomibusConnectorDocumentAESType
aesType
protected DomibusConnectorDetachedSignatureType
detachedSignature
protected DataHandler
document
protected String
documentName
-
Constructor Summary
Constructors Constructor Description DomibusConnectorMessageDocumentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomibusConnectorDocumentAESType
getAesType()
Gets the value of the aesType property.DomibusConnectorDetachedSignatureType
getDetachedSignature()
Gets the value of the detachedSignature property.DataHandler
getDocument()
Gets the value of the document property.String
getDocumentName()
Gets the value of the documentName property.void
setAesType(DomibusConnectorDocumentAESType value)
Sets the value of the aesType property.void
setDetachedSignature(DomibusConnectorDetachedSignatureType value)
Sets the value of the detachedSignature property.void
setDocument(DataHandler value)
Sets the value of the document property.void
setDocumentName(String value)
Sets the value of the documentName property.
-
-
-
Field Detail
-
document
protected DataHandler document
-
documentName
protected String documentName
-
aesType
protected DomibusConnectorDocumentAESType aesType
-
detachedSignature
protected DomibusConnectorDetachedSignatureType detachedSignature
-
-
Method Detail
-
getDocument
public DataHandler getDocument()
Gets the value of the document property.- Returns:
- possible object is
DataHandler
-
setDocument
public void setDocument(DataHandler value)
Sets the value of the document property.- Parameters:
value
- allowed object isDataHandler
-
getDocumentName
public String getDocumentName()
Gets the value of the documentName property.- Returns:
- possible object is
String
-
setDocumentName
public void setDocumentName(String value)
Sets the value of the documentName property.- Parameters:
value
- allowed object isString
-
getAesType
public DomibusConnectorDocumentAESType getAesType()
Gets the value of the aesType property.- Returns:
- possible object is
DomibusConnectorDocumentAESType
-
setAesType
public void setAesType(DomibusConnectorDocumentAESType value)
Sets the value of the aesType property.- Parameters:
value
- allowed object isDomibusConnectorDocumentAESType
-
getDetachedSignature
public DomibusConnectorDetachedSignatureType getDetachedSignature()
Gets the value of the detachedSignature property.- Returns:
- possible object is
DomibusConnectorDetachedSignatureType
-
setDetachedSignature
public void setDetachedSignature(DomibusConnectorDetachedSignatureType value)
Sets the value of the detachedSignature property.- Parameters:
value
- allowed object isDomibusConnectorDetachedSignatureType
-
-