|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getObjectCUID()
org.apache.xmlbeans.XmlString xgetObjectCUID()
void setObjectCUID(java.lang.String objectCUID)
void xsetObjectCUID(org.apache.xmlbeans.XmlString objectCUID)
boolean[] getSystemRightResultArray()
boolean getSystemRightResultArray(int i)
org.apache.xmlbeans.XmlBoolean[] xgetSystemRightResultArray()
org.apache.xmlbeans.XmlBoolean xgetSystemRightResultArray(int i)
int sizeOfSystemRightResultArray()
void setSystemRightResultArray(boolean[] systemRightResultArray)
void setSystemRightResultArray(int i,
boolean systemRightResult)
void xsetSystemRightResultArray(org.apache.xmlbeans.XmlBoolean[] systemRightResultArray)
void xsetSystemRightResultArray(int i,
org.apache.xmlbeans.XmlBoolean systemRightResult)
void insertSystemRightResult(int i,
boolean systemRightResult)
void addSystemRightResult(boolean systemRightResult)
org.apache.xmlbeans.XmlBoolean insertNewSystemRightResult(int i)
org.apache.xmlbeans.XmlBoolean addNewSystemRightResult()
void removeSystemRightResult(int i)
boolean[] getCustomRightResultArray()
boolean getCustomRightResultArray(int i)
org.apache.xmlbeans.XmlBoolean[] xgetCustomRightResultArray()
org.apache.xmlbeans.XmlBoolean xgetCustomRightResultArray(int i)
int sizeOfCustomRightResultArray()
void setCustomRightResultArray(boolean[] customRightResultArray)
void setCustomRightResultArray(int i,
boolean customRightResult)
void xsetCustomRightResultArray(org.apache.xmlbeans.XmlBoolean[] customRightResultArray)
void xsetCustomRightResultArray(int i,
org.apache.xmlbeans.XmlBoolean customRightResult)
void insertCustomRightResult(int i,
boolean customRightResult)
void addCustomRightResult(boolean customRightResult)
org.apache.xmlbeans.XmlBoolean insertNewCustomRightResult(int i)
org.apache.xmlbeans.XmlBoolean addNewCustomRightResult()
void removeCustomRightResult(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||