| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.relationships_2010_2.CustomerDownload |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| expiration | |||||||||||
| file | |||||||||||
| licenseCode | |||||||||||
| remainingDownloads | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the expiration property.
| |||||||||||
Gets the value of the file property.
| |||||||||||
Gets the value of the licenseCode property.
| |||||||||||
Gets the value of the remainingDownloads property.
| |||||||||||
Sets the value of the expiration property.
| |||||||||||
Sets the value of the file property.
| |||||||||||
Sets the value of the licenseCode property.
| |||||||||||
Sets the value of the remainingDownloads property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the expiration property.
Gets the value of the file property.
RecordRef
Gets the value of the licenseCode property.
Gets the value of the remainingDownloads property.
Sets the value of the expiration property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the file property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the licenseCode property.
| value | Allowed object is String |
|---|
Sets the value of the remainingDownloads property.
| value | Allowed object is Long |
|---|