public class

InitializeRefList

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.InitializeRefList

Class Overview

Java class for InitializeRefList complex type.

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

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

Summary

Fields
protected List<InitializeRef> initializeRef
Public Constructors
InitializeRefList()
Public Methods
List<InitializeRef> getInitializeRef()
Gets the value of the initializeRef property.
void setInitializeRef(List<InitializeRef> initializeRef)
Sets the value of the initializeRef property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<InitializeRef> initializeRef

Public Constructors

public InitializeRefList ()

Public Methods

public List<InitializeRef> getInitializeRef ()

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

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

    getInitializeRef().add(newItem);
 

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

public void setInitializeRef (List<InitializeRef> initializeRef)

Sets the value of the initializeRef property.

Parameters
initializeRef Allowed object is InitializeRef