java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.test.com.provider.uws.GenericArguments
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.test.com.provider.uws.ChangePasswordArguments

public class ChangePasswordArguments extends GenericArguments

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 Details

    • newPassword

      protected String newPassword
  • Constructor Details

    • ChangePasswordArguments

      public ChangePasswordArguments()
  • Method Details

    • getNewPassword

      public String getNewPassword()
      Gets the value of the newPassword property.
      Returns:
      possible object is String
    • setNewPassword

      public void setNewPassword(String value)
      Sets the value of the newPassword property.
      Parameters:
      value - allowed object is String