|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttachmentType
A representation of the model object 'Attachment Type'.
The following features are supported:
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getBodyPath()
Returns the value of the 'Body Path' attribute |
java.lang.String |
getContentID()
Returns the value of the 'Content ID' attribute |
java.lang.String |
getContentType()
Returns the value of the 'Content Type' attribute |
byte[] |
getData()
Returns the value of the 'Data' attribute |
void |
setBodyPath(java.lang.String value)
Sets the value of the ' Body Path ' attribute |
void |
setContentID(java.lang.String value)
Sets the value of the ' Content ID ' attribute |
void |
setContentType(java.lang.String value)
Sets the value of the ' Content Type ' attribute |
void |
setData(byte[] value)
Sets the value of the ' Data ' attribute |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
Method Detail |
---|
java.lang.String getContentID()
setContentID(String)
void setContentID(java.lang.String value)
Content ID
' attribute.
value
- the new value of the 'Content ID' attribute.getContentID()
java.lang.String getContentType()
setContentType(String)
void setContentType(java.lang.String value)
Content Type
' attribute.
value
- the new value of the 'Content Type' attribute.getContentType()
byte[] getData()
setData(byte[])
void setData(byte[] value)
Data
' attribute.
value
- the new value of the 'Data' attribute.getData()
java.lang.String getBodyPath()
setBodyPath(String)
void setBodyPath(java.lang.String value)
Body Path
' attribute.
value
- the new value of the 'Body Path' attribute.getBodyPath()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |