| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2013_2.ChangePassword |
Java class for ChangePassword complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChangePassword">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="currentPassword" 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 | |||||||||||
| newPassword | |||||||||||
| newPassword2 | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currentPassword property.
| |||||||||||
Gets the value of the justThisAccount property.
| |||||||||||
Gets the value of the newPassword property.
| |||||||||||
Gets the value of the newPassword2 property.
| |||||||||||
Sets the value of the currentPassword property.
| |||||||||||
Sets the value of the justThisAccount 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 justThisAccount property. This getter has been renamed from isJustThisAccount() to getJustThisAccount() by cxf-xjc-boolean plugin.
Gets the value of the newPassword property.
Gets the value of the newPassword2 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 newPassword property.
| value | Allowed object is String |
|---|
Sets the value of the newPassword2 property.
| value | Allowed object is String |
|---|