public class LocaleData
extends java.lang.Object
Java class for localeData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="localeData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="keywords" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</choice>
<attribute ref="{}update"/>
<attribute name="locale" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="charset" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
charset |
protected java.lang.String |
description |
protected java.lang.String |
keywords |
protected java.lang.String |
locale |
protected java.lang.String |
prefix |
protected java.lang.String |
title |
protected UpdateValues |
update |
protected java.lang.String |
url |
| Constructor and Description |
|---|
LocaleData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCharset()
Gets the value of the charset property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getKeywords()
Gets the value of the keywords property.
|
java.lang.String |
getLocale()
Gets the value of the locale property.
|
java.lang.String |
getPrefix()
Gets the value of the prefix property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
void |
setCharset(java.lang.String value)
Sets the value of the charset property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setKeywords(java.lang.String value)
Sets the value of the keywords property.
|
void |
setLocale(java.lang.String value)
Sets the value of the locale property.
|
void |
setPrefix(java.lang.String value)
Sets the value of the prefix property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
protected java.lang.String title
protected java.lang.String description
protected java.lang.String keywords
protected java.lang.String url
protected UpdateValues update
protected java.lang.String locale
protected java.lang.String charset
protected java.lang.String prefix
public java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKeywords()
Stringpublic void setKeywords(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValuespublic java.lang.String getLocale()
Stringpublic void setLocale(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCharset()
Stringpublic void setCharset(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrefix()
Stringpublic void setPrefix(java.lang.String value)
value - allowed object is
String