public class

GatewayOption

extends ZObject
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.object.ZObject
       ↳ com.zuora.api.object.GatewayOption

Class Overview

Java class for GatewayOption complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GatewayOption">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.zuora.api.object.ZObject
Fields
protected String name
protected String value
[Expand]
Inherited Fields
From class com.zuora.api.object.ZObject
Public Constructors
GatewayOption()
Public Methods
String getName()
Gets the value of the name property.
String getValue()
Gets the value of the value property.
void setName(String value)
Sets the value of the name property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected String name

protected String value

Public Constructors

public GatewayOption ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String