public class

CustomerDownload

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

Class Overview

Java class for CustomerDownload complex type.

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

 <complexType name="CustomerDownload">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="file" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="licenseCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="remainingDownloads" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="expiration" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar expiration
protected RecordRef file
protected String licenseCode
protected Long remainingDownloads
Public Constructors
CustomerDownload()
Public Methods
XMLGregorianCalendar getExpiration()
Gets the value of the expiration property.
RecordRef getFile()
Gets the value of the file property.
String getLicenseCode()
Gets the value of the licenseCode property.
Long getRemainingDownloads()
Gets the value of the remainingDownloads property.
void setExpiration(XMLGregorianCalendar value)
Sets the value of the expiration property.
void setFile(RecordRef value)
Sets the value of the file property.
void setLicenseCode(String value)
Sets the value of the licenseCode property.
void setRemainingDownloads(Long value)
Sets the value of the remainingDownloads property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar expiration

protected RecordRef file

protected String licenseCode

protected Long remainingDownloads

Public Constructors

public CustomerDownload ()

Public Methods

public XMLGregorianCalendar getExpiration ()

Gets the value of the expiration property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getFile ()

Gets the value of the file property.

Returns

public String getLicenseCode ()

Gets the value of the licenseCode property.

Returns
  • possible object is String

public Long getRemainingDownloads ()

Gets the value of the remainingDownloads property.

Returns
  • possible object is Long

public void setExpiration (XMLGregorianCalendar value)

Sets the value of the expiration property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setFile (RecordRef value)

Sets the value of the file property.

Parameters
value Allowed object is RecordRef

public void setLicenseCode (String value)

Sets the value of the licenseCode property.

Parameters
value Allowed object is String

public void setRemainingDownloads (Long value)

Sets the value of the remainingDownloads property.

Parameters
value Allowed object is Long