|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.msgrecv.v5_0.MessageAttachment
public class MessageAttachment
Message attachment type.
Java class for MessageAttachment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageAttachment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contents" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
contents
|
protected String |
encoding
|
protected String |
mimeType
|
protected String |
name
|
| Constructor Summary | |
|---|---|
MessageAttachment()
|
|
| Method Summary | |
|---|---|
String |
getContents()
Gets the value of the contents property. |
String |
getEncoding()
Gets the value of the encoding property. |
String |
getMimeType()
Gets the value of the mimeType property. |
String |
getName()
Gets the value of the name property. |
void |
setContents(String value)
Sets the value of the contents property. |
void |
setEncoding(String value)
Sets the value of the encoding property. |
void |
setMimeType(String value)
Sets the value of the mimeType property. |
void |
setName(String value)
Sets the value of the name property. |
MessageAttachment |
withContents(String value)
|
MessageAttachment |
withEncoding(String value)
|
MessageAttachment |
withMimeType(String value)
|
MessageAttachment |
withName(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String mimeType
protected String encoding
protected String contents
| Constructor Detail |
|---|
public MessageAttachment()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic String getContents()
Stringpublic void setContents(String value)
value - allowed object is
Stringpublic MessageAttachment withName(String value)
public MessageAttachment withMimeType(String value)
public MessageAttachment withEncoding(String value)
public MessageAttachment withContents(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||