com.businessobjects.dsws.biplatform
Interface BatchRightsResponse


public interface BatchRightsResponse

An XML BatchRightsResponse(@http://biplatform.dsws.businessobjects.com/2007/06/01). This is a complex type.


Nested Class Summary
static class BatchRightsResponse.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 void addCustomRightResult(boolean customRightResult)
          Appends the value as the last "CustomRightResult" element
 org.apache.xmlbeans.XmlBoolean addNewCustomRightResult()
          Appends and returns a new empty value (as xml) as the last "CustomRightResult" element
 org.apache.xmlbeans.XmlBoolean addNewSystemRightResult()
          Appends and returns a new empty value (as xml) as the last "SystemRightResult" element
 void addSystemRightResult(boolean systemRightResult)
          Appends the value as the last "SystemRightResult" element
 boolean[] getCustomRightResultArray()
          Gets array of all "CustomRightResult" elements
 boolean getCustomRightResultArray(int i)
          Gets ith "CustomRightResult" element
 java.lang.String getObjectCUID()
          Gets the "ObjectCUID" element
 boolean[] getSystemRightResultArray()
          Gets array of all "SystemRightResult" elements
 boolean getSystemRightResultArray(int i)
          Gets ith "SystemRightResult" element
 void insertCustomRightResult(int i, boolean customRightResult)
          Inserts the value as the ith "CustomRightResult" element
 org.apache.xmlbeans.XmlBoolean insertNewCustomRightResult(int i)
          Inserts and returns a new empty value (as xml) as the ith "CustomRightResult" element
 org.apache.xmlbeans.XmlBoolean insertNewSystemRightResult(int i)
          Inserts and returns a new empty value (as xml) as the ith "SystemRightResult" element
 void insertSystemRightResult(int i, boolean systemRightResult)
          Inserts the value as the ith "SystemRightResult" element
 void removeCustomRightResult(int i)
          Removes the ith "CustomRightResult" element
 void removeSystemRightResult(int i)
          Removes the ith "SystemRightResult" element
 void setCustomRightResultArray(boolean[] customRightResultArray)
          Sets array of all "CustomRightResult" element
 void setCustomRightResultArray(int i, boolean customRightResult)
          Sets ith "CustomRightResult" element
 void setObjectCUID(java.lang.String objectCUID)
          Sets the "ObjectCUID" element
 void setSystemRightResultArray(boolean[] systemRightResultArray)
          Sets array of all "SystemRightResult" element
 void setSystemRightResultArray(int i, boolean systemRightResult)
          Sets ith "SystemRightResult" element
 int sizeOfCustomRightResultArray()
          Returns number of "CustomRightResult" element
 int sizeOfSystemRightResultArray()
          Returns number of "SystemRightResult" element
 org.apache.xmlbeans.XmlBoolean[] xgetCustomRightResultArray()
          Gets (as xml) array of all "CustomRightResult" elements
 org.apache.xmlbeans.XmlBoolean xgetCustomRightResultArray(int i)
          Gets (as xml) ith "CustomRightResult" element
 org.apache.xmlbeans.XmlString xgetObjectCUID()
          Gets (as xml) the "ObjectCUID" element
 org.apache.xmlbeans.XmlBoolean[] xgetSystemRightResultArray()
          Gets (as xml) array of all "SystemRightResult" elements
 org.apache.xmlbeans.XmlBoolean xgetSystemRightResultArray(int i)
          Gets (as xml) ith "SystemRightResult" element
 void xsetCustomRightResultArray(int i, org.apache.xmlbeans.XmlBoolean customRightResult)
          Sets (as xml) ith "CustomRightResult" element
 void xsetCustomRightResultArray(org.apache.xmlbeans.XmlBoolean[] customRightResultArray)
          Sets (as xml) array of all "CustomRightResult" element
 void xsetObjectCUID(org.apache.xmlbeans.XmlString objectCUID)
          Sets (as xml) the "ObjectCUID" element
 void xsetSystemRightResultArray(int i, org.apache.xmlbeans.XmlBoolean systemRightResult)
          Sets (as xml) ith "SystemRightResult" element
 void xsetSystemRightResultArray(org.apache.xmlbeans.XmlBoolean[] systemRightResultArray)
          Sets (as xml) array of all "SystemRightResult" element
 

Field Detail

type

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

getObjectCUID

java.lang.String getObjectCUID()
Gets the "ObjectCUID" element


xgetObjectCUID

org.apache.xmlbeans.XmlString xgetObjectCUID()
Gets (as xml) the "ObjectCUID" element


setObjectCUID

void setObjectCUID(java.lang.String objectCUID)
Sets the "ObjectCUID" element


xsetObjectCUID

void xsetObjectCUID(org.apache.xmlbeans.XmlString objectCUID)
Sets (as xml) the "ObjectCUID" element


getSystemRightResultArray

boolean[] getSystemRightResultArray()
Gets array of all "SystemRightResult" elements


getSystemRightResultArray

boolean getSystemRightResultArray(int i)
Gets ith "SystemRightResult" element


xgetSystemRightResultArray

org.apache.xmlbeans.XmlBoolean[] xgetSystemRightResultArray()
Gets (as xml) array of all "SystemRightResult" elements


xgetSystemRightResultArray

org.apache.xmlbeans.XmlBoolean xgetSystemRightResultArray(int i)
Gets (as xml) ith "SystemRightResult" element


sizeOfSystemRightResultArray

int sizeOfSystemRightResultArray()
Returns number of "SystemRightResult" element


setSystemRightResultArray

void setSystemRightResultArray(boolean[] systemRightResultArray)
Sets array of all "SystemRightResult" element


setSystemRightResultArray

void setSystemRightResultArray(int i,
                               boolean systemRightResult)
Sets ith "SystemRightResult" element


xsetSystemRightResultArray

void xsetSystemRightResultArray(org.apache.xmlbeans.XmlBoolean[] systemRightResultArray)
Sets (as xml) array of all "SystemRightResult" element


xsetSystemRightResultArray

void xsetSystemRightResultArray(int i,
                                org.apache.xmlbeans.XmlBoolean systemRightResult)
Sets (as xml) ith "SystemRightResult" element


insertSystemRightResult

void insertSystemRightResult(int i,
                             boolean systemRightResult)
Inserts the value as the ith "SystemRightResult" element


addSystemRightResult

void addSystemRightResult(boolean systemRightResult)
Appends the value as the last "SystemRightResult" element


insertNewSystemRightResult

org.apache.xmlbeans.XmlBoolean insertNewSystemRightResult(int i)
Inserts and returns a new empty value (as xml) as the ith "SystemRightResult" element


addNewSystemRightResult

org.apache.xmlbeans.XmlBoolean addNewSystemRightResult()
Appends and returns a new empty value (as xml) as the last "SystemRightResult" element


removeSystemRightResult

void removeSystemRightResult(int i)
Removes the ith "SystemRightResult" element


getCustomRightResultArray

boolean[] getCustomRightResultArray()
Gets array of all "CustomRightResult" elements


getCustomRightResultArray

boolean getCustomRightResultArray(int i)
Gets ith "CustomRightResult" element


xgetCustomRightResultArray

org.apache.xmlbeans.XmlBoolean[] xgetCustomRightResultArray()
Gets (as xml) array of all "CustomRightResult" elements


xgetCustomRightResultArray

org.apache.xmlbeans.XmlBoolean xgetCustomRightResultArray(int i)
Gets (as xml) ith "CustomRightResult" element


sizeOfCustomRightResultArray

int sizeOfCustomRightResultArray()
Returns number of "CustomRightResult" element


setCustomRightResultArray

void setCustomRightResultArray(boolean[] customRightResultArray)
Sets array of all "CustomRightResult" element


setCustomRightResultArray

void setCustomRightResultArray(int i,
                               boolean customRightResult)
Sets ith "CustomRightResult" element


xsetCustomRightResultArray

void xsetCustomRightResultArray(org.apache.xmlbeans.XmlBoolean[] customRightResultArray)
Sets (as xml) array of all "CustomRightResult" element


xsetCustomRightResultArray

void xsetCustomRightResultArray(int i,
                                org.apache.xmlbeans.XmlBoolean customRightResult)
Sets (as xml) ith "CustomRightResult" element


insertCustomRightResult

void insertCustomRightResult(int i,
                             boolean customRightResult)
Inserts the value as the ith "CustomRightResult" element


addCustomRightResult

void addCustomRightResult(boolean customRightResult)
Appends the value as the last "CustomRightResult" element


insertNewCustomRightResult

org.apache.xmlbeans.XmlBoolean insertNewCustomRightResult(int i)
Inserts and returns a new empty value (as xml) as the ith "CustomRightResult" element


addNewCustomRightResult

org.apache.xmlbeans.XmlBoolean addNewCustomRightResult()
Appends and returns a new empty value (as xml) as the last "CustomRightResult" element


removeCustomRightResult

void removeCustomRightResult(int i)
Removes the ith "CustomRightResult" element