| java.lang.Object | |
| ↳ | org.mule.modules.taleo.model.AttachmentBean |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contentType | |||||||||||
| creationDate | |||||||||||
| description | |||||||||||
| id | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contentType property.
| |||||||||||
Gets the value of the creationDate property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Sets the value of the contentType property.
| |||||||||||
Sets the value of the creationDate property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contentType property.
Gets the value of the creationDate property.
Gets the value of the description property.
Gets the value of the id property.
Sets the value of the contentType property.
| value | Allowed object is String |
|---|
Sets the value of the creationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value |
|---|