public class

EmployeeSubscriptions

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.employees_2010_2.EmployeeSubscriptions

Class Overview

Java class for EmployeeSubscriptions complex type.

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

 <complexType name="EmployeeSubscriptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="subscribed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="subscription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar lastModifiedDate
protected String subscribed
protected String subscription
Public Constructors
EmployeeSubscriptions()
Public Methods
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
String getSubscribed()
Gets the value of the subscribed property.
String getSubscription()
Gets the value of the subscription property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setSubscribed(String value)
Sets the value of the subscribed property.
void setSubscription(String value)
Sets the value of the subscription property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar lastModifiedDate

protected String subscribed

protected String subscription

Public Constructors

public EmployeeSubscriptions ()

Public Methods

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getSubscribed ()

Gets the value of the subscribed property.

Returns
  • possible object is String

public String getSubscription ()

Gets the value of the subscription property.

Returns
  • possible object is String

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSubscribed (String value)

Sets the value of the subscribed property.

Parameters
value Allowed object is String

public void setSubscription (String value)

Sets the value of the subscription property.

Parameters
value Allowed object is String