com.quartzdesk.service.msgrecv.v5_0
Class MessageAttachment

java.lang.Object
  extended by com.quartzdesk.service.msgrecv.v5_0.MessageAttachment

public class MessageAttachment
extends Object

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

name

protected String name

mimeType

protected String mimeType

encoding

protected String encoding

contents

protected String contents
Constructor Detail

MessageAttachment

public MessageAttachment()
Method Detail

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 is String

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 is String

getEncoding

public String getEncoding()
Gets the value of the encoding property.

Returns:
possible object is String

setEncoding

public void setEncoding(String value)
Sets the value of the encoding property.

Parameters:
value - allowed object is String

getContents

public String getContents()
Gets the value of the contents property.

Returns:
possible object is String

setContents

public void setContents(String value)
Sets the value of the contents property.

Parameters:
value - allowed object is String

withName

public MessageAttachment withName(String value)

withMimeType

public MessageAttachment withMimeType(String value)

withEncoding

public MessageAttachment withEncoding(String value)

withContents

public MessageAttachment withContents(String value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.