| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.Passport |
Java class for Passport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Passport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="account" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="role" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| account | |||||||||||
| password | |||||||||||
| role | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the account property.
| |||||||||||
Gets the value of the email property.
| |||||||||||
Gets the value of the password property.
| |||||||||||
Gets the value of the role property.
| |||||||||||
Sets the value of the account property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the password property.
| |||||||||||
Sets the value of the role property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| password | |
|---|---|
| account | |
| role |
Gets the value of the account property.
Gets the value of the email property.
Gets the value of the password property.
Gets the value of the role property.
RecordRef
Sets the value of the account property.
| value | Allowed object is String |
|---|
Sets the value of the email property.
| value | Allowed object is String |
|---|
Sets the value of the password property.
| value | Allowed object is String |
|---|
Sets the value of the role property.
| value | Allowed object is
RecordRef
|
|---|