public class

StringCustomFieldRef

extends CustomFieldRef
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.CustomFieldRef
     ↳ com.netsuite.webservices.platform.core_2013_2.StringCustomFieldRef

Class Overview

Java class for StringCustomFieldRef complex type.

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

 <complexType name="StringCustomFieldRef">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}CustomFieldRef">
       <sequence>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String value
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.CustomFieldRef
Public Constructors
StringCustomFieldRef()
Public Methods
String getValue()
Gets the value of the value property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.CustomFieldRef
From class java.lang.Object

Fields

protected String value

Public Constructors

public StringCustomFieldRef ()

Public Methods

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String