| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.website_2012_1.SiteCategoryTranslation |
Java class for SiteCategoryTranslation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SiteCategoryTranslation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="locale" type="{urn:types.common_2012_1.platform.webservices.netsuite.com}Language" minOccurs="0"/>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="displayName" 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="storeDetailedDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pageTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| displayName | |||||||||||
| language | |||||||||||
| locale | |||||||||||
| pageTitle | |||||||||||
| storeDetailedDescription | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the displayName property.
| |||||||||||
Gets the value of the language property.
| |||||||||||
Gets the value of the locale property.
| |||||||||||
Gets the value of the pageTitle property.
| |||||||||||
Gets the value of the storeDetailedDescription property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the language property.
| |||||||||||
Sets the value of the locale property.
| |||||||||||
Sets the value of the pageTitle property.
| |||||||||||
Sets the value of the storeDetailedDescription property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the displayName property.
Gets the value of the language property.
Gets the value of the locale property.
Language
Gets the value of the pageTitle property.
Gets the value of the storeDetailedDescription property.
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the displayName property.
| value | Allowed object is String |
|---|
Sets the value of the language property.
| value | Allowed object is String |
|---|
Sets the value of the locale property.
| value | Allowed object is
Language
|
|---|
Sets the value of the pageTitle property.
| value | Allowed object is String |
|---|
Sets the value of the storeDetailedDescription property.
| value | Allowed object is String |
|---|