com.businessobjects.enterprise.smtp
Interface Attachment


public interface Attachment

An XML Attachment(@http://enterprise.businessobjects.com/3.0/smtp). This is a complex type.


Nested Class Summary
static class Attachment.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 java.lang.String getEmbedName()
          Gets the "EmbedName" element
 java.lang.String getMimeType()
          Gets the "MimeType" element
 boolean isSetEmbedName()
          True if has "EmbedName" element
 boolean isSetMimeType()
          True if has "MimeType" element
 void setEmbedName(java.lang.String embedName)
          Sets the "EmbedName" element
 void setMimeType(java.lang.String mimeType)
          Sets the "MimeType" element
 void unsetEmbedName()
          Unsets the "EmbedName" element
 void unsetMimeType()
          Unsets the "MimeType" element
 org.apache.xmlbeans.XmlString xgetEmbedName()
          Gets (as xml) the "EmbedName" element
 org.apache.xmlbeans.XmlString xgetMimeType()
          Gets (as xml) the "MimeType" element
 void xsetEmbedName(org.apache.xmlbeans.XmlString embedName)
          Sets (as xml) the "EmbedName" element
 void xsetMimeType(org.apache.xmlbeans.XmlString mimeType)
          Sets (as xml) the "MimeType" element
 

Field Detail

type

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

getEmbedName

java.lang.String getEmbedName()
Gets the "EmbedName" element


xgetEmbedName

org.apache.xmlbeans.XmlString xgetEmbedName()
Gets (as xml) the "EmbedName" element


isSetEmbedName

boolean isSetEmbedName()
True if has "EmbedName" element


setEmbedName

void setEmbedName(java.lang.String embedName)
Sets the "EmbedName" element


xsetEmbedName

void xsetEmbedName(org.apache.xmlbeans.XmlString embedName)
Sets (as xml) the "EmbedName" element


unsetEmbedName

void unsetEmbedName()
Unsets the "EmbedName" element


getMimeType

java.lang.String getMimeType()
Gets the "MimeType" element


xgetMimeType

org.apache.xmlbeans.XmlString xgetMimeType()
Gets (as xml) the "MimeType" element


isSetMimeType

boolean isSetMimeType()
True if has "MimeType" element


setMimeType

void setMimeType(java.lang.String mimeType)
Sets the "MimeType" element


xsetMimeType

void xsetMimeType(org.apache.xmlbeans.XmlString mimeType)
Sets (as xml) the "MimeType" element


unsetMimeType

void unsetMimeType()
Unsets the "MimeType" element