Class GenericParam
java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.ws.paynet.com.provider.uws.GenericParam
Java class for GenericParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="paramKey" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="paramValue" 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 paramKey property.Gets the value of the paramValue property.void
setParamKey
(String value) Sets the value of the paramKey property.void
setParamValue
(String value) Sets the value of the paramValue property.
-
Field Details
-
paramKey
-
paramValue
-
-
Constructor Details
-
GenericParam
public GenericParam()
-
-
Method Details
-
getParamKey
Gets the value of the paramKey property.- Returns:
- possible object is
String
-
setParamKey
Sets the value of the paramKey property.- Parameters:
value
- allowed object isString
-
getParamValue
Gets the value of the paramValue property.- Returns:
- possible object is
String
-
setParamValue
Sets the value of the paramValue property.- Parameters:
value
- allowed object isString
-