| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.LocalizedLabel |
Java class for LocalizedLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalizedLabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IsManaged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LanguageCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isManaged | |||||||||||
| label | |||||||||||
| languageCode | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the label property.
| |||||||||||
Gets the value of the languageCode property.
| |||||||||||
Gets the value of the isManaged property.
| |||||||||||
Sets the value of the isManaged property.
| |||||||||||
Sets the value of the label property.
| |||||||||||
Sets the value of the languageCode property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the label property.
Gets the value of the languageCode property.
Gets the value of the isManaged property.
Sets the value of the isManaged property.
| value | Allowed object is Boolean |
|---|
Sets the value of the label property.
| value | Allowed object is String |
|---|
Sets the value of the languageCode property.
| value | Allowed object is Integer |
|---|