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