public class

Subscriptions

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.relationships_2013_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_2013_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.
Boolean getSubscribed()
Gets the value of the subscribed property.
RecordRef getSubscription()
Gets the value of the subscription 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 Boolean getSubscribed ()

Gets the value of the subscribed property. This getter has been renamed from isSubscribed() to getSubscribed() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public RecordRef getSubscription ()

Gets the value of the subscription property.

Returns

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