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

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

public class UserRealmXto
extends Object

Provides a client view on a user realm.

Java class for UserRealm complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UserRealm">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="oid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="partitionOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="partitionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
UserRealmXto()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getId()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 long getOid()
          Gets the value of the oid property.
 String getPartitionId()
          Gets the value of the partitionId property.
 long getPartitionOid()
          Gets the value of the partitionOid property.
 void setDescription(String value)
          Sets the value of the description property.
 void setId(String value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 void setOid(long value)
          Sets the value of the oid property.
 void setPartitionId(String value)
          Sets the value of the partitionId property.
 void setPartitionOid(long value)
          Sets the value of the partitionOid property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRealmXto

public UserRealmXto()
Method Detail

getOid

public long getOid()
Gets the value of the oid property.


setOid

public void setOid(long value)
Sets the value of the oid property.


getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPartitionOid

public long getPartitionOid()
Gets the value of the partitionOid property.


setPartitionOid

public void setPartitionOid(long value)
Sets the value of the partitionOid property.


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


Copyright © 2017 Eclipse Stardust. All Rights Reserved.