com.businessobjects.enterprise.profile
Interface ProfilePrincipals


public interface ProfilePrincipals

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


Nested Class Summary
static class ProfilePrincipals.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 addNewProfilePrincipal()
          Appends and returns a new empty value (as xml) as the last "ProfilePrincipal" element
 void addProfilePrincipal(java.lang.String profilePrincipal)
          Appends the value as the last "ProfilePrincipal" element
 java.lang.String[] getProfilePrincipalArray()
          Gets array of all "ProfilePrincipal" elements
 java.lang.String getProfilePrincipalArray(int i)
          Gets ith "ProfilePrincipal" element
 org.apache.xmlbeans.XmlString insertNewProfilePrincipal(int i)
          Inserts and returns a new empty value (as xml) as the ith "ProfilePrincipal" element
 void insertProfilePrincipal(int i, java.lang.String profilePrincipal)
          Inserts the value as the ith "ProfilePrincipal" element
 void removeProfilePrincipal(int i)
          Removes the ith "ProfilePrincipal" element
 void setProfilePrincipalArray(int i, java.lang.String profilePrincipal)
          Sets ith "ProfilePrincipal" element
 void setProfilePrincipalArray(java.lang.String[] profilePrincipalArray)
          Sets array of all "ProfilePrincipal" element
 int sizeOfProfilePrincipalArray()
          Returns number of "ProfilePrincipal" element
 org.apache.xmlbeans.XmlString[] xgetProfilePrincipalArray()
          Gets (as xml) array of all "ProfilePrincipal" elements
 org.apache.xmlbeans.XmlString xgetProfilePrincipalArray(int i)
          Gets (as xml) ith "ProfilePrincipal" element
 void xsetProfilePrincipalArray(int i, org.apache.xmlbeans.XmlString profilePrincipal)
          Sets (as xml) ith "ProfilePrincipal" element
 void xsetProfilePrincipalArray(org.apache.xmlbeans.XmlString[] profilePrincipalArray)
          Sets (as xml) array of all "ProfilePrincipal" element
 

Field Detail

type

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

getProfilePrincipalArray

java.lang.String[] getProfilePrincipalArray()
Gets array of all "ProfilePrincipal" elements


getProfilePrincipalArray

java.lang.String getProfilePrincipalArray(int i)
Gets ith "ProfilePrincipal" element


xgetProfilePrincipalArray

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


xgetProfilePrincipalArray

org.apache.xmlbeans.XmlString xgetProfilePrincipalArray(int i)
Gets (as xml) ith "ProfilePrincipal" element


sizeOfProfilePrincipalArray

int sizeOfProfilePrincipalArray()
Returns number of "ProfilePrincipal" element


setProfilePrincipalArray

void setProfilePrincipalArray(java.lang.String[] profilePrincipalArray)
Sets array of all "ProfilePrincipal" element


setProfilePrincipalArray

void setProfilePrincipalArray(int i,
                              java.lang.String profilePrincipal)
Sets ith "ProfilePrincipal" element


xsetProfilePrincipalArray

void xsetProfilePrincipalArray(org.apache.xmlbeans.XmlString[] profilePrincipalArray)
Sets (as xml) array of all "ProfilePrincipal" element


xsetProfilePrincipalArray

void xsetProfilePrincipalArray(int i,
                               org.apache.xmlbeans.XmlString profilePrincipal)
Sets (as xml) ith "ProfilePrincipal" element


insertProfilePrincipal

void insertProfilePrincipal(int i,
                            java.lang.String profilePrincipal)
Inserts the value as the ith "ProfilePrincipal" element


addProfilePrincipal

void addProfilePrincipal(java.lang.String profilePrincipal)
Appends the value as the last "ProfilePrincipal" element


insertNewProfilePrincipal

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


addNewProfilePrincipal

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


removeProfilePrincipal

void removeProfilePrincipal(int i)
Removes the ith "ProfilePrincipal" element