public class

MetadataBean

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.MetadataBean

Class Overview

Java class for MetadataBean complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MetadataBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="integrationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="isCustom" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="isReadOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String displayName
protected String integrationName
protected boolean isCustom
protected boolean isReadOnly
protected boolean isRequired
protected String type
Public Constructors
MetadataBean()
Public Methods
String getDisplayName()
Gets the value of the displayName property.
String getIntegrationName()
Gets the value of the integrationName property.
boolean getIsCustom()
Gets the value of the isCustom property.
boolean getIsReadOnly()
Gets the value of the isReadOnly property.
boolean getIsRequired()
Gets the value of the isRequired property.
String getType()
Gets the value of the type property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setIntegrationName(String value)
Sets the value of the integrationName property.
void setIsCustom(boolean value)
Sets the value of the isCustom property.
void setIsReadOnly(boolean value)
Sets the value of the isReadOnly property.
void setIsRequired(boolean value)
Sets the value of the isRequired property.
void setType(String value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String displayName

protected String integrationName

protected boolean isCustom

protected boolean isReadOnly

protected boolean isRequired

protected String type

Public Constructors

public MetadataBean ()

Public Methods

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public String getIntegrationName ()

Gets the value of the integrationName property.

Returns
  • possible object is String

public boolean getIsCustom ()

Gets the value of the isCustom property. This getter has been renamed from isIsCustom() to getIsCustom() by cxf-xjc-boolean plugin.

public boolean getIsReadOnly ()

Gets the value of the isReadOnly property. This getter has been renamed from isIsReadOnly() to getIsReadOnly() by cxf-xjc-boolean plugin.

public boolean getIsRequired ()

Gets the value of the isRequired property. This getter has been renamed from isIsRequired() to getIsRequired() by cxf-xjc-boolean plugin.

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setIntegrationName (String value)

Sets the value of the integrationName property.

Parameters
value Allowed object is String

public void setIsCustom (boolean value)

Sets the value of the isCustom property.

Parameters
value

public void setIsReadOnly (boolean value)

Sets the value of the isReadOnly property.

Parameters
value

public void setIsRequired (boolean value)

Sets the value of the isRequired property.

Parameters
value

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String