| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.LinkField |
Java class for link_field complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="link_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="relationship" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="module" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="bean_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beanName | |||||||||||
| module | |||||||||||
| name | |||||||||||
| relationship | |||||||||||
| type | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beanName property.
| |||||||||||
Gets the value of the module property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the relationship property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the beanName property.
| |||||||||||
Sets the value of the module property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the relationship property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the beanName property.
Gets the value of the module property.
Gets the value of the name property.
Gets the value of the relationship property.
Gets the value of the type property.
Sets the value of the beanName property.
| value | Allowed object is String |
|---|
Sets the value of the module property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the relationship property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|