public class LinkNameValue extends Object
Java class for link_name_value complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="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}link_array_list"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected LinkArrayList |
records |
| Constructor and Description |
|---|
LinkNameValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
LinkArrayList |
getRecords()
Gets the value of the records property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRecords(LinkArrayList value)
Sets the value of the records property.
|
protected String name
protected LinkArrayList records
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic LinkArrayList getRecords()
LinkArrayListpublic void setRecords(LinkArrayList value)
value - allowed object is
LinkArrayListCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.