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

public class GenericParam extends Object

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 Details

    • paramKey

      protected String paramKey
    • paramValue

      protected String paramValue
  • Constructor Details

    • GenericParam

      public GenericParam()
  • Method Details

    • getParamKey

      public String getParamKey()
      Gets the value of the paramKey property.
      Returns:
      possible object is String
    • setParamKey

      public void setParamKey(String value)
      Sets the value of the paramKey property.
      Parameters:
      value - allowed object is String
    • getParamValue

      public String getParamValue()
      Gets the value of the paramValue property.
      Returns:
      possible object is String
    • setParamValue

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