Class ChangePasswordArguments
java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.GenericArguments
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.ChangePasswordArguments
Java class for ChangePasswordArguments complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChangePasswordArguments"> <complexContent> <extension base="{http://uws.provider.com/}GenericArguments"> <sequence> <element name="newPassword" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.GenericArguments
password, username
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the newPassword property.void
setNewPassword
(String value) Sets the value of the newPassword property.Methods inherited from class ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.GenericArguments
getPassword, getUsername, setPassword, setUsername
-
Field Details
-
newPassword
-
-
Constructor Details
-
ChangePasswordArguments
public ChangePasswordArguments()
-
-
Method Details