com.businessobjects.enterprise.user
Interface UserProfiles


public interface UserProfiles

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


Nested Class Summary
static class UserProfiles.Factory
          A factory class with static methods for creating instances of this type.
static interface UserProfiles.ProfileData
          An XML ProfileData(@http://enterprise.businessobjects.com/3.0/user).
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 UserProfiles.ProfileData addNewProfileData()
          Appends and returns a new empty value (as xml) as the last "ProfileData" element
 java.lang.String getLocale()
          Gets the "Locale" element
 UserProfiles.ProfileData[] getProfileDataArray()
          Gets array of all "ProfileData" elements
 UserProfiles.ProfileData getProfileDataArray(int i)
          Gets ith "ProfileData" element
 java.lang.String getTimeZone()
          Gets the "TimeZone" element
 UserProfiles.ProfileData insertNewProfileData(int i)
          Inserts and returns a new empty value (as xml) as the ith "ProfileData" element
 boolean isSetLocale()
          True if has "Locale" element
 boolean isSetTimeZone()
          True if has "TimeZone" element
 void removeProfileData(int i)
          Removes the ith "ProfileData" element
 void setLocale(java.lang.String locale)
          Sets the "Locale" element
 void setProfileDataArray(int i, UserProfiles.ProfileData profileData)
          Sets ith "ProfileData" element
 void setProfileDataArray(UserProfiles.ProfileData[] profileDataArray)
          Sets array of all "ProfileData" element
 void setTimeZone(java.lang.String timeZone)
          Sets the "TimeZone" element
 int sizeOfProfileDataArray()
          Returns number of "ProfileData" element
 void unsetLocale()
          Unsets the "Locale" element
 void unsetTimeZone()
          Unsets the "TimeZone" element
 org.apache.xmlbeans.XmlString xgetLocale()
          Gets (as xml) the "Locale" element
 org.apache.xmlbeans.XmlString xgetTimeZone()
          Gets (as xml) the "TimeZone" element
 void xsetLocale(org.apache.xmlbeans.XmlString locale)
          Sets (as xml) the "Locale" element
 void xsetTimeZone(org.apache.xmlbeans.XmlString timeZone)
          Sets (as xml) the "TimeZone" element
 

Field Detail

type

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

getLocale

java.lang.String getLocale()
Gets the "Locale" element


xgetLocale

org.apache.xmlbeans.XmlString xgetLocale()
Gets (as xml) the "Locale" element


isSetLocale

boolean isSetLocale()
True if has "Locale" element


setLocale

void setLocale(java.lang.String locale)
Sets the "Locale" element


xsetLocale

void xsetLocale(org.apache.xmlbeans.XmlString locale)
Sets (as xml) the "Locale" element


unsetLocale

void unsetLocale()
Unsets the "Locale" element


getTimeZone

java.lang.String getTimeZone()
Gets the "TimeZone" element


xgetTimeZone

org.apache.xmlbeans.XmlString xgetTimeZone()
Gets (as xml) the "TimeZone" element


isSetTimeZone

boolean isSetTimeZone()
True if has "TimeZone" element


setTimeZone

void setTimeZone(java.lang.String timeZone)
Sets the "TimeZone" element


xsetTimeZone

void xsetTimeZone(org.apache.xmlbeans.XmlString timeZone)
Sets (as xml) the "TimeZone" element


unsetTimeZone

void unsetTimeZone()
Unsets the "TimeZone" element


getProfileDataArray

UserProfiles.ProfileData[] getProfileDataArray()
Gets array of all "ProfileData" elements


getProfileDataArray

UserProfiles.ProfileData getProfileDataArray(int i)
Gets ith "ProfileData" element


sizeOfProfileDataArray

int sizeOfProfileDataArray()
Returns number of "ProfileData" element


setProfileDataArray

void setProfileDataArray(UserProfiles.ProfileData[] profileDataArray)
Sets array of all "ProfileData" element


setProfileDataArray

void setProfileDataArray(int i,
                         UserProfiles.ProfileData profileData)
Sets ith "ProfileData" element


insertNewProfileData

UserProfiles.ProfileData insertNewProfileData(int i)
Inserts and returns a new empty value (as xml) as the ith "ProfileData" element


addNewProfileData

UserProfiles.ProfileData addNewProfileData()
Appends and returns a new empty value (as xml) as the last "ProfileData" element


removeProfileData

void removeProfileData(int i)
Removes the ith "ProfileData" element