public class

MatrixOptionList

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2010_2.MatrixOptionList

Class Overview

Java class for MatrixOptionList complex type.

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

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

Summary

Fields
protected List<SelectCustomFieldRef> matrixOption
Public Constructors
MatrixOptionList()
Public Methods
List<SelectCustomFieldRef> getMatrixOption()
Gets the value of the matrixOption property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SelectCustomFieldRef> matrixOption

Public Constructors

public MatrixOptionList ()

Public Methods

public List<SelectCustomFieldRef> getMatrixOption ()

Gets the value of the matrixOption 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 matrixOption property.

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

    getMatrixOption().add(newItem);
 

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