org.eclipse.stardust.engine.api.ws
Class PreferencesXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.PreferencesXto

public class PreferencesXto
extends Object

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

PreferencesXto

public PreferencesXto()
Method Detail

getModuleId

public String getModuleId()
Gets the value of the moduleId property.

Returns:
possible object is String

setModuleId

public void setModuleId(String value)
Sets the value of the moduleId property.

Parameters:
value - allowed object is String

getPreferencesId

public String getPreferencesId()
Gets the value of the preferencesId property.

Returns:
possible object is String

setPreferencesId

public void setPreferencesId(String value)
Sets the value of the preferencesId property.

Parameters:
value - allowed object is String

getPartitionId

public String getPartitionId()
Gets the value of the partitionId property.

Returns:
possible object is String

setPartitionId

public void setPartitionId(String value)
Sets the value of the partitionId property.

Parameters:
value - allowed object is String

getRealmId

public String getRealmId()
Gets the value of the realmId property.

Returns:
possible object is String

setRealmId

public void setRealmId(String value)
Sets the value of the realmId property.

Parameters:
value - allowed object is String

getUserId

public String getUserId()
Gets the value of the userId property.

Returns:
possible object is String

setUserId

public void setUserId(String value)
Sets the value of the userId property.

Parameters:
value - allowed object is String

getPreferenceScope

public PreferenceScopeXto getPreferenceScope()
Gets the value of the preferenceScope property.

Returns:
possible object is PreferenceScopeXto

setPreferenceScope

public void setPreferenceScope(PreferenceScopeXto value)
Sets the value of the preferenceScope property.

Parameters:
value - allowed object is PreferenceScopeXto

getPreferencesMap

public PreferencesMapXto getPreferencesMap()
Gets the value of the preferencesMap property.

Returns:
possible object is PreferencesMapXto

setPreferencesMap

public void setPreferencesMap(PreferencesMapXto value)
Sets the value of the preferencesMap property.

Parameters:
value - allowed object is PreferencesMapXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.