|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Attachments
An XML Attachments(@http://enterprise.businessobjects.com/3.0/smtp). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
Attachments.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
Attachment |
addNewAttachment()
Appends and returns a new empty value (as xml) as the last "Attachment" element |
Attachment[] |
getAttachmentArray()
Gets array of all "Attachment" elements |
Attachment |
getAttachmentArray(int i)
Gets ith "Attachment" element |
Attachment |
insertNewAttachment(int i)
Inserts and returns a new empty value (as xml) as the ith "Attachment" element |
void |
removeAttachment(int i)
Removes the ith "Attachment" element |
void |
setAttachmentArray(Attachment[] attachmentArray)
Sets array of all "Attachment" element |
void |
setAttachmentArray(int i,
Attachment attachment)
Sets ith "Attachment" element |
int |
sizeOfAttachmentArray()
Returns number of "Attachment" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
Attachment[] getAttachmentArray()
Attachment getAttachmentArray(int i)
int sizeOfAttachmentArray()
void setAttachmentArray(Attachment[] attachmentArray)
void setAttachmentArray(int i,
Attachment attachment)
Attachment insertNewAttachment(int i)
Attachment addNewAttachment()
void removeAttachment(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||