public class

LocalizedLabel

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean isManaged
protected String label
protected Integer languageCode
Public Constructors
LocalizedLabel()
Public Methods
String getLabel()
Gets the value of the label property.
Integer getLanguageCode()
Gets the value of the languageCode property.
Boolean isIsManaged()
Gets the value of the isManaged property.
void setIsManaged(Boolean value)
Sets the value of the isManaged property.
void setLabel(String value)
Sets the value of the label property.
void setLanguageCode(Integer value)
Sets the value of the languageCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean isManaged

protected String label

protected Integer languageCode

Public Constructors

public LocalizedLabel ()

Public Methods

public String getLabel ()

Gets the value of the label property.

Returns
  • possible object is String

public Integer getLanguageCode ()

Gets the value of the languageCode property.

Returns
  • possible object is Integer

public Boolean isIsManaged ()

Gets the value of the isManaged property.

Returns
  • possible object is Boolean

public void setIsManaged (Boolean value)

Sets the value of the isManaged property.

Parameters
value Allowed object is Boolean

public void setLabel (String value)

Sets the value of the label property.

Parameters
value Allowed object is String

public void setLanguageCode (Integer value)

Sets the value of the languageCode property.

Parameters
value Allowed object is Integer