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