com.businessobjects.enterprise.smtp
Interface Attachments


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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getAttachmentArray

Attachment[] getAttachmentArray()
Gets array of all "Attachment" elements


getAttachmentArray

Attachment getAttachmentArray(int i)
Gets ith "Attachment" element


sizeOfAttachmentArray

int sizeOfAttachmentArray()
Returns number of "Attachment" element


setAttachmentArray

void setAttachmentArray(Attachment[] attachmentArray)
Sets array of all "Attachment" element


setAttachmentArray

void setAttachmentArray(int i,
                        Attachment attachment)
Sets ith "Attachment" element


insertNewAttachment

Attachment insertNewAttachment(int i)
Inserts and returns a new empty value (as xml) as the ith "Attachment" element


addNewAttachment

Attachment addNewAttachment()
Appends and returns a new empty value (as xml) as the last "Attachment" element


removeAttachment

void removeAttachment(int i)
Removes the ith "Attachment" element