public class

ListOrRecordRef

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.ListOrRecordRef

Class Overview

Java class for ListOrRecordRef complex type.

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

 <complexType name="ListOrRecordRef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="typeId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String externalId
protected String internalId
protected String name
protected String typeId
Public Constructors
ListOrRecordRef()
Public Methods
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
String getName()
Gets the value of the name property.
String getTypeId()
Gets the value of the typeId property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setName(String value)
Sets the value of the name property.
void setTypeId(String value)
Sets the value of the typeId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String externalId

protected String internalId

protected String name

protected String typeId

Public Constructors

public ListOrRecordRef ()

Public Methods

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getTypeId ()

Gets the value of the typeId property.

Returns
  • possible object is String

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setTypeId (String value)

Sets the value of the typeId property.

Parameters
value Allowed object is String