Package net.authorize.api.contract.v1
Class SettingType
- java.lang.Object
-
- net.authorize.api.contract.v1.SettingType
-
public class SettingType extends Object
Java class for settingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="settingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="settingName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="settingValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringsettingNameprotected StringsettingValue
-
Constructor Summary
Constructors Constructor Description SettingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSettingName()Gets the value of the settingName property.StringgetSettingValue()Gets the value of the settingValue property.voidsetSettingName(String value)Sets the value of the settingName property.voidsetSettingValue(String value)Sets the value of the settingValue property.
-
-
-
Method Detail
-
getSettingName
public String getSettingName()
Gets the value of the settingName property.- Returns:
- possible object is
String
-
setSettingName
public void setSettingName(String value)
Sets the value of the settingName property.- Parameters:
value- allowed object isString
-
getSettingValue
public String getSettingValue()
Gets the value of the settingValue property.- Returns:
- possible object is
String
-
-