| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.employees_2010_2.EmployeeSubscriptions |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| lastModifiedDate | |||||||||||
| subscribed | |||||||||||
| subscription | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the lastModifiedDate property.
| |||||||||||
Gets the value of the subscribed property.
| |||||||||||
Gets the value of the subscription property.
| |||||||||||
Sets the value of the lastModifiedDate property.
| |||||||||||
Sets the value of the subscribed property.
| |||||||||||
Sets the value of the subscription property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the lastModifiedDate property.
Gets the value of the subscribed property.
Gets the value of the subscription property.
Sets the value of the lastModifiedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the subscribed property.
| value | Allowed object is String |
|---|
Sets the value of the subscription property.
| value | Allowed object is String |
|---|