public class

Label

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.contracts.Label

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected LocalizedLabelCollection localizedLabels
protected LocalizedLabel userLocalizedLabel
Public Constructors
Label()
Public Methods
LocalizedLabelCollection getLocalizedLabels()
Gets the value of the localizedLabels property.
LocalizedLabel getUserLocalizedLabel()
Gets the value of the userLocalizedLabel property.
void setLocalizedLabels(LocalizedLabelCollection value)
Sets the value of the localizedLabels property.
void setUserLocalizedLabel(LocalizedLabel value)
Sets the value of the userLocalizedLabel property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected LocalizedLabelCollection localizedLabels

protected LocalizedLabel userLocalizedLabel

Public Constructors

public Label ()

Public Methods

public LocalizedLabelCollection getLocalizedLabels ()

Gets the value of the localizedLabels property.

Returns

public LocalizedLabel getUserLocalizedLabel ()

Gets the value of the userLocalizedLabel property.

Returns

public void setLocalizedLabels (LocalizedLabelCollection value)

Sets the value of the localizedLabels property.

Parameters
value Allowed object is LocalizedLabelCollection

public void setUserLocalizedLabel (LocalizedLabel value)

Sets the value of the userLocalizedLabel property.

Parameters
value Allowed object is LocalizedLabel