public class TAttachment extends TExtensibleElements implements java.io.Serializable
Java class for tAttachment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAttachment">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TAttachment() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMimeType()
Gets the value of the mimeType property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
boolean |
isSetMimeType() |
boolean |
isSetName() |
void |
setMimeType(java.lang.String value)
Sets the value of the mimeType property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
getDocumentation, isSetDocumentation, unsetDocumentationpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String getMimeType()
Stringpublic void setMimeType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetMimeType()