public class

RecurrenceDowMaskList

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.activities.scheduling_2010_2.RecurrenceDowMaskList

Class Overview

Java class for RecurrenceDowMaskList complex type.

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

 <complexType name="RecurrenceDowMaskList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="recurrenceDowMask" type="{urn:types.scheduling_2010_2.activities.webservices.netsuite.com}CalendarEventDow" maxOccurs="7"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<CalendarEventDow> recurrenceDowMask
Public Constructors
RecurrenceDowMaskList()
Public Methods
List<CalendarEventDow> getRecurrenceDowMask()
Gets the value of the recurrenceDowMask property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<CalendarEventDow> recurrenceDowMask

Public Constructors

public RecurrenceDowMaskList ()

Public Methods

public List<CalendarEventDow> getRecurrenceDowMask ()

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

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

    getRecurrenceDowMask().add(newItem);
 

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