public class

NameValue

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.NameValue

Class Overview

Java class for name_value complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="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="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String name
protected String value
Public Constructors
NameValue()
NameValue(String name, String value)
Public Methods
String getName()
Gets the value of the name property.
String getValue()
Gets the value of the value property.
void setName(String value)
Sets the value of the name property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String name

protected String value

Public Constructors

public NameValue ()

public NameValue (String name, String value)

Parameters
name
value

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String