public class

Subscriptions

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.relationships_2010_2.Subscriptions

Class Overview

Java class for Subscriptions complex type.

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

 <complexType name="Subscriptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="subscribed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="subscription" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" 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 Boolean subscribed
protected RecordRef subscription
Public Constructors
Subscriptions()
Public Methods
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
RecordRef getSubscription()
Gets the value of the subscription property.
Boolean isSubscribed()
Gets the value of the subscribed property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setSubscribed(Boolean value)
Sets the value of the subscribed property.
void setSubscription(RecordRef value)
Sets the value of the subscription property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar lastModifiedDate

protected Boolean subscribed

protected RecordRef subscription

Public Constructors

public Subscriptions ()

Public Methods

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getSubscription ()

Gets the value of the subscription property.

Returns

public Boolean isSubscribed ()

Gets the value of the subscribed property.

Returns
  • possible object is Boolean

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSubscribed (Boolean value)

Sets the value of the subscribed property.

Parameters
value Allowed object is Boolean

public void setSubscription (RecordRef value)

Sets the value of the subscription property.

Parameters
value Allowed object is RecordRef