public class UserLocale extends Object
Java class for userLocale complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userLocale"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ordinal" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
name |
protected int |
ordinal |
Constructor and Description |
---|
UserLocale() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
int |
getOrdinal()
Gets the value of the ordinal property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrdinal(int value)
Sets the value of the ordinal property.
|
protected String name
protected String description
protected int ordinal
public String getName()
String
public void setName(String value)
value
- allowed object is String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is String
public int getOrdinal()
public void setOrdinal(int value)