com.businessobjects.enterprise.publication
Interface Profiles


public interface Profiles

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


Nested Class Summary
static class Profiles.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 addNewProfileIDs()
          Appends and returns a new empty value (as xml) as the last "ProfileIDs" element
 void addProfileIDs(java.lang.String profileIDs)
          Appends the value as the last "ProfileIDs" element
 java.lang.String[] getProfileIDsArray()
          Gets array of all "ProfileIDs" elements
 java.lang.String getProfileIDsArray(int i)
          Gets ith "ProfileIDs" element
 org.apache.xmlbeans.XmlString insertNewProfileIDs(int i)
          Inserts and returns a new empty value (as xml) as the ith "ProfileIDs" element
 void insertProfileIDs(int i, java.lang.String profileIDs)
          Inserts the value as the ith "ProfileIDs" element
 void removeProfileIDs(int i)
          Removes the ith "ProfileIDs" element
 void setProfileIDsArray(int i, java.lang.String profileIDs)
          Sets ith "ProfileIDs" element
 void setProfileIDsArray(java.lang.String[] profileIDsArray)
          Sets array of all "ProfileIDs" element
 int sizeOfProfileIDsArray()
          Returns number of "ProfileIDs" element
 org.apache.xmlbeans.XmlString[] xgetProfileIDsArray()
          Gets (as xml) array of all "ProfileIDs" elements
 org.apache.xmlbeans.XmlString xgetProfileIDsArray(int i)
          Gets (as xml) ith "ProfileIDs" element
 void xsetProfileIDsArray(int i, org.apache.xmlbeans.XmlString profileIDs)
          Sets (as xml) ith "ProfileIDs" element
 void xsetProfileIDsArray(org.apache.xmlbeans.XmlString[] profileIDsArray)
          Sets (as xml) array of all "ProfileIDs" element
 

Field Detail

type

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

getProfileIDsArray

java.lang.String[] getProfileIDsArray()
Gets array of all "ProfileIDs" elements


getProfileIDsArray

java.lang.String getProfileIDsArray(int i)
Gets ith "ProfileIDs" element


xgetProfileIDsArray

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


xgetProfileIDsArray

org.apache.xmlbeans.XmlString xgetProfileIDsArray(int i)
Gets (as xml) ith "ProfileIDs" element


sizeOfProfileIDsArray

int sizeOfProfileIDsArray()
Returns number of "ProfileIDs" element


setProfileIDsArray

void setProfileIDsArray(java.lang.String[] profileIDsArray)
Sets array of all "ProfileIDs" element


setProfileIDsArray

void setProfileIDsArray(int i,
                        java.lang.String profileIDs)
Sets ith "ProfileIDs" element


xsetProfileIDsArray

void xsetProfileIDsArray(org.apache.xmlbeans.XmlString[] profileIDsArray)
Sets (as xml) array of all "ProfileIDs" element


xsetProfileIDsArray

void xsetProfileIDsArray(int i,
                         org.apache.xmlbeans.XmlString profileIDs)
Sets (as xml) ith "ProfileIDs" element


insertProfileIDs

void insertProfileIDs(int i,
                      java.lang.String profileIDs)
Inserts the value as the ith "ProfileIDs" element


addProfileIDs

void addProfileIDs(java.lang.String profileIDs)
Appends the value as the last "ProfileIDs" element


insertNewProfileIDs

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


addNewProfileIDs

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


removeProfileIDs

void removeProfileIDs(int i)
Removes the ith "ProfileIDs" element