Class GenericArguments
java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.test.com.provider.uws.GenericArguments
- Direct Known Subclasses:
CancelTransactionArguments
,ChangePasswordArguments
,CheckTransactionArguments
,GetInformationArguments
,GetStatementArguments
,PerformTransactionArguments
Java class for GenericArguments complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericArguments"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the password property.Gets the value of the username property.void
setPassword
(String value) Sets the value of the password property.void
setUsername
(String value) Sets the value of the username property.
-
Field Details
-
password
-
username
-
-
Constructor Details
-
GenericArguments
public GenericArguments()
-
-
Method Details
-
getPassword
Gets the value of the password property.- Returns:
- possible object is
String
-
setPassword
Sets the value of the password property.- Parameters:
value
- allowed object isString
-
getUsername
Gets the value of the username property.- Returns:
- possible object is
String
-
setUsername
Sets the value of the username property.- Parameters:
value
- allowed object isString
-