com.businessobjects.enterprise.user
Interface PrincipalProfiles


public interface PrincipalProfiles

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


Nested Class Summary
static class PrincipalProfiles.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 org.apache.xmlbeans.XmlString addNewPrincipalProfileIDs()
          Appends and returns a new empty value (as xml) as the last "PrincipalProfileIDs" element
 void addPrincipalProfileIDs(java.lang.String principalProfileIDs)
          Appends the value as the last "PrincipalProfileIDs" element
 java.lang.String[] getPrincipalProfileIDsArray()
          Gets array of all "PrincipalProfileIDs" elements
 java.lang.String getPrincipalProfileIDsArray(int i)
          Gets ith "PrincipalProfileIDs" element
 org.apache.xmlbeans.XmlString insertNewPrincipalProfileIDs(int i)
          Inserts and returns a new empty value (as xml) as the ith "PrincipalProfileIDs" element
 void insertPrincipalProfileIDs(int i, java.lang.String principalProfileIDs)
          Inserts the value as the ith "PrincipalProfileIDs" element
 void removePrincipalProfileIDs(int i)
          Removes the ith "PrincipalProfileIDs" element
 void setPrincipalProfileIDsArray(int i, java.lang.String principalProfileIDs)
          Sets ith "PrincipalProfileIDs" element
 void setPrincipalProfileIDsArray(java.lang.String[] principalProfileIDsArray)
          Sets array of all "PrincipalProfileIDs" element
 int sizeOfPrincipalProfileIDsArray()
          Returns number of "PrincipalProfileIDs" element
 org.apache.xmlbeans.XmlString[] xgetPrincipalProfileIDsArray()
          Gets (as xml) array of all "PrincipalProfileIDs" elements
 org.apache.xmlbeans.XmlString xgetPrincipalProfileIDsArray(int i)
          Gets (as xml) ith "PrincipalProfileIDs" element
 void xsetPrincipalProfileIDsArray(int i, org.apache.xmlbeans.XmlString principalProfileIDs)
          Sets (as xml) ith "PrincipalProfileIDs" element
 void xsetPrincipalProfileIDsArray(org.apache.xmlbeans.XmlString[] principalProfileIDsArray)
          Sets (as xml) array of all "PrincipalProfileIDs" element
 

Field Detail

type

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

getPrincipalProfileIDsArray

java.lang.String[] getPrincipalProfileIDsArray()
Gets array of all "PrincipalProfileIDs" elements


getPrincipalProfileIDsArray

java.lang.String getPrincipalProfileIDsArray(int i)
Gets ith "PrincipalProfileIDs" element


xgetPrincipalProfileIDsArray

org.apache.xmlbeans.XmlString[] xgetPrincipalProfileIDsArray()
Gets (as xml) array of all "PrincipalProfileIDs" elements


xgetPrincipalProfileIDsArray

org.apache.xmlbeans.XmlString xgetPrincipalProfileIDsArray(int i)
Gets (as xml) ith "PrincipalProfileIDs" element


sizeOfPrincipalProfileIDsArray

int sizeOfPrincipalProfileIDsArray()
Returns number of "PrincipalProfileIDs" element


setPrincipalProfileIDsArray

void setPrincipalProfileIDsArray(java.lang.String[] principalProfileIDsArray)
Sets array of all "PrincipalProfileIDs" element


setPrincipalProfileIDsArray

void setPrincipalProfileIDsArray(int i,
                                 java.lang.String principalProfileIDs)
Sets ith "PrincipalProfileIDs" element


xsetPrincipalProfileIDsArray

void xsetPrincipalProfileIDsArray(org.apache.xmlbeans.XmlString[] principalProfileIDsArray)
Sets (as xml) array of all "PrincipalProfileIDs" element


xsetPrincipalProfileIDsArray

void xsetPrincipalProfileIDsArray(int i,
                                  org.apache.xmlbeans.XmlString principalProfileIDs)
Sets (as xml) ith "PrincipalProfileIDs" element


insertPrincipalProfileIDs

void insertPrincipalProfileIDs(int i,
                               java.lang.String principalProfileIDs)
Inserts the value as the ith "PrincipalProfileIDs" element


addPrincipalProfileIDs

void addPrincipalProfileIDs(java.lang.String principalProfileIDs)
Appends the value as the last "PrincipalProfileIDs" element


insertNewPrincipalProfileIDs

org.apache.xmlbeans.XmlString insertNewPrincipalProfileIDs(int i)
Inserts and returns a new empty value (as xml) as the ith "PrincipalProfileIDs" element


addNewPrincipalProfileIDs

org.apache.xmlbeans.XmlString addNewPrincipalProfileIDs()
Appends and returns a new empty value (as xml) as the last "PrincipalProfileIDs" element


removePrincipalProfileIDs

void removePrincipalProfileIDs(int i)
Removes the ith "PrincipalProfileIDs" element