|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.PreferencesXto
public class PreferencesXto
none yet
Java class for Preferences complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Preferences">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="moduleId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="preferencesId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="partitionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="realmId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="preferenceScope" type="{http://eclipse.org/stardust/ws/v2012a/api}PreferenceScope"/>
<element name="preferencesMap" type="{http://eclipse.org/stardust/ws/v2012a/api}PreferencesMap"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PreferencesXto()
|
|
| Method Summary | |
|---|---|
String |
getModuleId()
Gets the value of the moduleId property. |
String |
getPartitionId()
Gets the value of the partitionId property. |
PreferenceScopeXto |
getPreferenceScope()
Gets the value of the preferenceScope property. |
String |
getPreferencesId()
Gets the value of the preferencesId property. |
PreferencesMapXto |
getPreferencesMap()
Gets the value of the preferencesMap property. |
String |
getRealmId()
Gets the value of the realmId property. |
String |
getUserId()
Gets the value of the userId property. |
void |
setModuleId(String value)
Sets the value of the moduleId property. |
void |
setPartitionId(String value)
Sets the value of the partitionId property. |
void |
setPreferenceScope(PreferenceScopeXto value)
Sets the value of the preferenceScope property. |
void |
setPreferencesId(String value)
Sets the value of the preferencesId property. |
void |
setPreferencesMap(PreferencesMapXto value)
Sets the value of the preferencesMap property. |
void |
setRealmId(String value)
Sets the value of the realmId property. |
void |
setUserId(String value)
Sets the value of the userId property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreferencesXto()
| Method Detail |
|---|
public String getModuleId()
Stringpublic void setModuleId(String value)
value - allowed object is
Stringpublic String getPreferencesId()
Stringpublic void setPreferencesId(String value)
value - allowed object is
Stringpublic String getPartitionId()
Stringpublic void setPartitionId(String value)
value - allowed object is
Stringpublic String getRealmId()
Stringpublic void setRealmId(String value)
value - allowed object is
Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic PreferenceScopeXto getPreferenceScope()
PreferenceScopeXtopublic void setPreferenceScope(PreferenceScopeXto value)
value - allowed object is
PreferenceScopeXtopublic PreferencesMapXto getPreferencesMap()
PreferencesMapXtopublic void setPreferencesMap(PreferencesMapXto value)
value - allowed object is
PreferencesMapXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||