| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.Field |
Java class for field complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="field">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="required" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="options" type="{http://www.sugarcrm.com/sugarcrm}name_value_list"/>
<element name="default_value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| defaultValue | |||||||||||
| group | |||||||||||
| label | |||||||||||
| name | |||||||||||
| options | |||||||||||
| required | |||||||||||
| type | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the defaultValue property.
| |||||||||||
Gets the value of the group property.
| |||||||||||
Gets the value of the label property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the options property.
| |||||||||||
Gets the value of the required property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the defaultValue property.
| |||||||||||
Sets the value of the group property.
| |||||||||||
Sets the value of the label property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the options property.
| |||||||||||
Sets the value of the required property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the defaultValue property.
Gets the value of the group property.
Gets the value of the label property.
Gets the value of the name property.
Gets the value of the options property.
NameValueList
Gets the value of the required property.
Gets the value of the type property.
Sets the value of the defaultValue property.
| value | Allowed object is String |
|---|
Sets the value of the group property.
| value | Allowed object is String |
|---|
Sets the value of the label property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the options property.
| value | Allowed object is
NameValueList
|
|---|
Sets the value of the required property.
| value |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|