| java.lang.Object | |
| ↳ | org.mule.modules.taleo.model.MetadataBean |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| displayName | |||||||||||
| integrationName | |||||||||||
| isCustom | |||||||||||
| isReadOnly | |||||||||||
| isRequired | |||||||||||
| type | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the displayName property.
| |||||||||||
Gets the value of the integrationName property.
| |||||||||||
Gets the value of the isCustom property.
| |||||||||||
Gets the value of the isReadOnly property.
| |||||||||||
Gets the value of the isRequired property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the integrationName property.
| |||||||||||
Sets the value of the isCustom property.
| |||||||||||
Sets the value of the isReadOnly property.
| |||||||||||
Sets the value of the isRequired property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the displayName property.
Gets the value of the integrationName property.
Gets the value of the isCustom property. This getter has been renamed from isIsCustom() to getIsCustom() by cxf-xjc-boolean plugin.
Gets the value of the isReadOnly property. This getter has been renamed from isIsReadOnly() to getIsReadOnly() by cxf-xjc-boolean plugin.
Gets the value of the isRequired property. This getter has been renamed from isIsRequired() to getIsRequired() by cxf-xjc-boolean plugin.
Gets the value of the type property.
Sets the value of the displayName property.
| value | Allowed object is String |
|---|
Sets the value of the integrationName property.
| value | Allowed object is String |
|---|
Sets the value of the isCustom property.
| value |
|---|
Sets the value of the isReadOnly property.
| value |
|---|
Sets the value of the isRequired property.
| value |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|