public class LinkNameToFieldsArray extends Object
Java class for link_name_to_fields_array complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="link_name_to_fields_array">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.sugarcrm.com/sugarcrm}select_fields"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected SelectFields |
value |
| Constructor and Description |
|---|
LinkNameToFieldsArray() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
SelectFields |
getValue()
Gets the value of the value property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(SelectFields value)
Sets the value of the value property.
|
protected String name
protected SelectFields value
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic SelectFields getValue()
SelectFieldspublic void setValue(SelectFields value)
value - allowed object is
SelectFieldsCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.