public class UserRealmXto extends Object
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 and Description |
|---|
UserRealmXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public long getOid()
public void setOid(long value)
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getPartitionOid()
public void setPartitionOid(long value)
public String getPartitionId()
StringCopyright © 2016 Eclipse Stardust. All Rights Reserved.