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