public class

WsRoleList

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

Class Overview

Java class for WsRoleList complex type.

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

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

Summary

Fields
protected List<WsRole> wsRole
Public Constructors
WsRoleList()
Public Methods
List<WsRole> getWsRole()
Gets the value of the wsRole property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<WsRole> wsRole

Public Constructors

public WsRoleList ()

Public Methods

public List<WsRole> getWsRole ()

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

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

    getWsRole().add(newItem);
 

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