com.businessobjects.enterprise.profile
Interface ProfilePublications


public interface ProfilePublications

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


Nested Class Summary
static class ProfilePublications.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 addNewProfilePublication()
          Appends and returns a new empty value (as xml) as the last "ProfilePublication" element
 void addProfilePublication(java.lang.String profilePublication)
          Appends the value as the last "ProfilePublication" element
 java.lang.String[] getProfilePublicationArray()
          Gets array of all "ProfilePublication" elements
 java.lang.String getProfilePublicationArray(int i)
          Gets ith "ProfilePublication" element
 org.apache.xmlbeans.XmlString insertNewProfilePublication(int i)
          Inserts and returns a new empty value (as xml) as the ith "ProfilePublication" element
 void insertProfilePublication(int i, java.lang.String profilePublication)
          Inserts the value as the ith "ProfilePublication" element
 void removeProfilePublication(int i)
          Removes the ith "ProfilePublication" element
 void setProfilePublicationArray(int i, java.lang.String profilePublication)
          Sets ith "ProfilePublication" element
 void setProfilePublicationArray(java.lang.String[] profilePublicationArray)
          Sets array of all "ProfilePublication" element
 int sizeOfProfilePublicationArray()
          Returns number of "ProfilePublication" element
 org.apache.xmlbeans.XmlString[] xgetProfilePublicationArray()
          Gets (as xml) array of all "ProfilePublication" elements
 org.apache.xmlbeans.XmlString xgetProfilePublicationArray(int i)
          Gets (as xml) ith "ProfilePublication" element
 void xsetProfilePublicationArray(int i, org.apache.xmlbeans.XmlString profilePublication)
          Sets (as xml) ith "ProfilePublication" element
 void xsetProfilePublicationArray(org.apache.xmlbeans.XmlString[] profilePublicationArray)
          Sets (as xml) array of all "ProfilePublication" element
 

Field Detail

type

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

getProfilePublicationArray

java.lang.String[] getProfilePublicationArray()
Gets array of all "ProfilePublication" elements


getProfilePublicationArray

java.lang.String getProfilePublicationArray(int i)
Gets ith "ProfilePublication" element


xgetProfilePublicationArray

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


xgetProfilePublicationArray

org.apache.xmlbeans.XmlString xgetProfilePublicationArray(int i)
Gets (as xml) ith "ProfilePublication" element


sizeOfProfilePublicationArray

int sizeOfProfilePublicationArray()
Returns number of "ProfilePublication" element


setProfilePublicationArray

void setProfilePublicationArray(java.lang.String[] profilePublicationArray)
Sets array of all "ProfilePublication" element


setProfilePublicationArray

void setProfilePublicationArray(int i,
                                java.lang.String profilePublication)
Sets ith "ProfilePublication" element


xsetProfilePublicationArray

void xsetProfilePublicationArray(org.apache.xmlbeans.XmlString[] profilePublicationArray)
Sets (as xml) array of all "ProfilePublication" element


xsetProfilePublicationArray

void xsetProfilePublicationArray(int i,
                                 org.apache.xmlbeans.XmlString profilePublication)
Sets (as xml) ith "ProfilePublication" element


insertProfilePublication

void insertProfilePublication(int i,
                              java.lang.String profilePublication)
Inserts the value as the ith "ProfilePublication" element


addProfilePublication

void addProfilePublication(java.lang.String profilePublication)
Appends the value as the last "ProfilePublication" element


insertNewProfilePublication

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


addNewProfilePublication

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


removeProfilePublication

void removeProfilePublication(int i)
Removes the ith "ProfilePublication" element