public class

CustomFieldList

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

Class Overview

Java class for CustomFieldList complex type.

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

 <complexType name="CustomFieldList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="customField" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldRef" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<CustomFieldRef> customField
Public Constructors
CustomFieldList()
Public Methods
List<CustomFieldRef> getCustomField()
Gets the value of the customField property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<CustomFieldRef> customField

Public Constructors

public CustomFieldList ()

Public Methods

public List<CustomFieldRef> getCustomField ()

Gets the value of the customField property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the customField property.

For example, to add a new item, do as follows:

    getCustomField().add(newItem);
 

Objects of the following type(s) are allowed in the list CustomFieldRef