Class DomibusConnectorMessageAttachmentType
- java.lang.Object
-
- eu.domibus.connector.domain.transition.DomibusConnectorMessageAttachmentType
-
public class DomibusConnectorMessageAttachmentType extends Object
<p>Java class for DomibusConnectorMessageAttachmentType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="DomibusConnectorMessageAttachmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="attachment" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected DataHandler
attachment
protected String
description
protected String
identifier
protected String
mimeType
protected String
name
-
Constructor Summary
Constructors Constructor Description DomibusConnectorMessageAttachmentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataHandler
getAttachment()
Gets the value of the attachment property.String
getDescription()
Gets the value of the description property.String
getIdentifier()
Gets the value of the identifier property.String
getMimeType()
Gets the value of the mimeType property.String
getName()
Gets the value of the name property.void
setAttachment(DataHandler value)
Sets the value of the attachment property.void
setDescription(String value)
Sets the value of the description property.void
setIdentifier(String value)
Sets the value of the identifier property.void
setMimeType(String value)
Sets the value of the mimeType property.void
setName(String value)
Sets the value of the name property.
-
-
-
Field Detail
-
identifier
protected String identifier
-
attachment
protected DataHandler attachment
-
name
protected String name
-
mimeType
protected String mimeType
-
description
protected String description
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
public void setIdentifier(String value)
Sets the value of the identifier property.- Parameters:
value
- allowed object isString
-
getAttachment
public DataHandler getAttachment()
Gets the value of the attachment property.- Returns:
- possible object is
DataHandler
-
setAttachment
public void setAttachment(DataHandler value)
Sets the value of the attachment property.- Parameters:
value
- allowed object isDataHandler
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getMimeType
public String getMimeType()
Gets the value of the mimeType property.- Returns:
- possible object is
String
-
setMimeType
public void setMimeType(String value)
Sets the value of the mimeType property.- Parameters:
value
- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
-