com.businessobjects.enterprise.server
Interface StatusInfo


public interface StatusInfo

An XML StatusInfo(@http://enterprise.businessobjects.com/4.0/server). This is a complex type.


Nested Class Summary
static class StatusInfo.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 com.businessobjects.enterprise.infoobject.SubstitutionStrings addNewSubstitutionStrings()
          Appends and returns a new empty "SubstitutionStrings" element
 int getActualRunState()
          Gets the "ActualRunState" element
 int getExpectedRunState()
          Gets the "ExpectedRunState" element
 java.lang.String getResourceId()
          Gets the "ResourceId" element
 int getStatus()
          Gets the "Status" element
 com.businessobjects.enterprise.infoobject.SubstitutionStrings getSubstitutionStrings()
          Gets the "SubstitutionStrings" element
 boolean isSetActualRunState()
          True if has "ActualRunState" element
 boolean isSetExpectedRunState()
          True if has "ExpectedRunState" element
 boolean isSetResourceId()
          True if has "ResourceId" element
 boolean isSetStatus()
          True if has "Status" element
 boolean isSetSubstitutionStrings()
          True if has "SubstitutionStrings" element
 void setActualRunState(int actualRunState)
          Sets the "ActualRunState" element
 void setExpectedRunState(int expectedRunState)
          Sets the "ExpectedRunState" element
 void setResourceId(java.lang.String resourceId)
          Sets the "ResourceId" element
 void setStatus(int status)
          Sets the "Status" element
 void setSubstitutionStrings(com.businessobjects.enterprise.infoobject.SubstitutionStrings substitutionStrings)
          Sets the "SubstitutionStrings" element
 void unsetActualRunState()
          Unsets the "ActualRunState" element
 void unsetExpectedRunState()
          Unsets the "ExpectedRunState" element
 void unsetResourceId()
          Unsets the "ResourceId" element
 void unsetStatus()
          Unsets the "Status" element
 void unsetSubstitutionStrings()
          Unsets the "SubstitutionStrings" element
 org.apache.xmlbeans.XmlInt xgetActualRunState()
          Gets (as xml) the "ActualRunState" element
 org.apache.xmlbeans.XmlInt xgetExpectedRunState()
          Gets (as xml) the "ExpectedRunState" element
 org.apache.xmlbeans.XmlString xgetResourceId()
          Gets (as xml) the "ResourceId" element
 org.apache.xmlbeans.XmlInt xgetStatus()
          Gets (as xml) the "Status" element
 void xsetActualRunState(org.apache.xmlbeans.XmlInt actualRunState)
          Sets (as xml) the "ActualRunState" element
 void xsetExpectedRunState(org.apache.xmlbeans.XmlInt expectedRunState)
          Sets (as xml) the "ExpectedRunState" element
 void xsetResourceId(org.apache.xmlbeans.XmlString resourceId)
          Sets (as xml) the "ResourceId" element
 void xsetStatus(org.apache.xmlbeans.XmlInt status)
          Sets (as xml) the "Status" element
 

Field Detail

type

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

getSubstitutionStrings

com.businessobjects.enterprise.infoobject.SubstitutionStrings getSubstitutionStrings()
Gets the "SubstitutionStrings" element


isSetSubstitutionStrings

boolean isSetSubstitutionStrings()
True if has "SubstitutionStrings" element


setSubstitutionStrings

void setSubstitutionStrings(com.businessobjects.enterprise.infoobject.SubstitutionStrings substitutionStrings)
Sets the "SubstitutionStrings" element


addNewSubstitutionStrings

com.businessobjects.enterprise.infoobject.SubstitutionStrings addNewSubstitutionStrings()
Appends and returns a new empty "SubstitutionStrings" element


unsetSubstitutionStrings

void unsetSubstitutionStrings()
Unsets the "SubstitutionStrings" element


getResourceId

java.lang.String getResourceId()
Gets the "ResourceId" element


xgetResourceId

org.apache.xmlbeans.XmlString xgetResourceId()
Gets (as xml) the "ResourceId" element


isSetResourceId

boolean isSetResourceId()
True if has "ResourceId" element


setResourceId

void setResourceId(java.lang.String resourceId)
Sets the "ResourceId" element


xsetResourceId

void xsetResourceId(org.apache.xmlbeans.XmlString resourceId)
Sets (as xml) the "ResourceId" element


unsetResourceId

void unsetResourceId()
Unsets the "ResourceId" element


getStatus

int getStatus()
Gets the "Status" element


xgetStatus

org.apache.xmlbeans.XmlInt xgetStatus()
Gets (as xml) the "Status" element


isSetStatus

boolean isSetStatus()
True if has "Status" element


setStatus

void setStatus(int status)
Sets the "Status" element


xsetStatus

void xsetStatus(org.apache.xmlbeans.XmlInt status)
Sets (as xml) the "Status" element


unsetStatus

void unsetStatus()
Unsets the "Status" element


getActualRunState

int getActualRunState()
Gets the "ActualRunState" element


xgetActualRunState

org.apache.xmlbeans.XmlInt xgetActualRunState()
Gets (as xml) the "ActualRunState" element


isSetActualRunState

boolean isSetActualRunState()
True if has "ActualRunState" element


setActualRunState

void setActualRunState(int actualRunState)
Sets the "ActualRunState" element


xsetActualRunState

void xsetActualRunState(org.apache.xmlbeans.XmlInt actualRunState)
Sets (as xml) the "ActualRunState" element


unsetActualRunState

void unsetActualRunState()
Unsets the "ActualRunState" element


getExpectedRunState

int getExpectedRunState()
Gets the "ExpectedRunState" element


xgetExpectedRunState

org.apache.xmlbeans.XmlInt xgetExpectedRunState()
Gets (as xml) the "ExpectedRunState" element


isSetExpectedRunState

boolean isSetExpectedRunState()
True if has "ExpectedRunState" element


setExpectedRunState

void setExpectedRunState(int expectedRunState)
Sets the "ExpectedRunState" element


xsetExpectedRunState

void xsetExpectedRunState(org.apache.xmlbeans.XmlInt expectedRunState)
Sets (as xml) the "ExpectedRunState" element


unsetExpectedRunState

void unsetExpectedRunState()
Unsets the "ExpectedRunState" element