|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getLocale()
org.apache.xmlbeans.XmlString xgetLocale()
boolean isSetLocale()
void setLocale(java.lang.String locale)
void xsetLocale(org.apache.xmlbeans.XmlString locale)
void unsetLocale()
java.lang.String getTimeZone()
org.apache.xmlbeans.XmlString xgetTimeZone()
boolean isSetTimeZone()
void setTimeZone(java.lang.String timeZone)
void xsetTimeZone(org.apache.xmlbeans.XmlString timeZone)
void unsetTimeZone()
UserProfiles.ProfileData[] getProfileDataArray()
UserProfiles.ProfileData getProfileDataArray(int i)
int sizeOfProfileDataArray()
void setProfileDataArray(UserProfiles.ProfileData[] profileDataArray)
void setProfileDataArray(int i,
UserProfiles.ProfileData profileData)
UserProfiles.ProfileData insertNewProfileData(int i)
UserProfiles.ProfileData addNewProfileData()
void removeProfileData(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||