public class SetLocaleRequestType extends Object
Java class for SetLocaleRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetLocaleRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:lookup}ManagedObjectReference"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
locale |
| Constructor and Description |
|---|
SetLocaleRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocale()
Gets the value of the locale property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String locale
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getLocale()
StringCopyright © 2016. All Rights Reserved.