public class PreferencesXto extends Object
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 and Description |
|---|
PreferencesXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
PreferencesMapXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.