com.businessobjects.enterprise.infoobject
Interface Alert


public interface Alert

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


Nested Class Summary
static class Alert.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 getMessage()
          Gets the "Message" element
 java.lang.String getName()
          Gets the "Name" element
 boolean isSetMessage()
          True if has "Message" element
 boolean isSetName()
          True if has "Name" element
 void setMessage(java.lang.String message)
          Sets the "Message" element
 void setName(java.lang.String name)
          Sets the "Name" element
 void unsetMessage()
          Unsets the "Message" element
 void unsetName()
          Unsets the "Name" element
 org.apache.xmlbeans.XmlString xgetMessage()
          Gets (as xml) the "Message" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "Name" element
 void xsetMessage(org.apache.xmlbeans.XmlString message)
          Sets (as xml) the "Message" element
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "Name" element
 

Field Detail

type

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

getName

java.lang.String getName()
Gets the "Name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" element


isSetName

boolean isSetName()
True if has "Name" element


setName

void setName(java.lang.String name)
Sets the "Name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element


unsetName

void unsetName()
Unsets the "Name" element


getMessage

java.lang.String getMessage()
Gets the "Message" element


xgetMessage

org.apache.xmlbeans.XmlString xgetMessage()
Gets (as xml) the "Message" element


isSetMessage

boolean isSetMessage()
True if has "Message" element


setMessage

void setMessage(java.lang.String message)
Sets the "Message" element


xsetMessage

void xsetMessage(org.apache.xmlbeans.XmlString message)
Sets (as xml) the "Message" element


unsetMessage

void unsetMessage()
Unsets the "Message" element