public class

AttachmentBean

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.AttachmentBean

Class Overview

Java class for AttachmentBean complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttachmentBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String contentType
protected XMLGregorianCalendar creationDate
protected String description
protected long id
Public Constructors
AttachmentBean()
Public Methods
String getContentType()
Gets the value of the contentType property.
XMLGregorianCalendar getCreationDate()
Gets the value of the creationDate property.
String getDescription()
Gets the value of the description property.
long getId()
Gets the value of the id property.
void setContentType(String value)
Sets the value of the contentType property.
void setCreationDate(XMLGregorianCalendar value)
Sets the value of the creationDate property.
void setDescription(String value)
Sets the value of the description property.
void setId(long value)
Sets the value of the id property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String contentType

protected XMLGregorianCalendar creationDate

protected String description

protected long id

Public Constructors

public AttachmentBean ()

Public Methods

public String getContentType ()

Gets the value of the contentType property.

Returns
  • possible object is String

public XMLGregorianCalendar getCreationDate ()

Gets the value of the creationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public long getId ()

Gets the value of the id property.

public void setContentType (String value)

Sets the value of the contentType property.

Parameters
value Allowed object is String

public void setCreationDate (XMLGregorianCalendar value)

Sets the value of the creationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setId (long value)

Sets the value of the id property.

Parameters
value