net.authorize.api.contract.v1
Class SettingType

java.lang.Object
  extended by 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
protected  String settingName
           
protected  String settingValue
           
 
Constructor Summary
SettingType()
           
 
Method Summary
 String getSettingName()
          Gets the value of the settingName property.
 String getSettingValue()
          Gets the value of the settingValue property.
 void setSettingName(String value)
          Sets the value of the settingName property.
 void setSettingValue(String value)
          Sets the value of the settingValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

settingName

protected String settingName

settingValue

protected String settingValue
Constructor Detail

SettingType

public SettingType()
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 is String

getSettingValue

public String getSettingValue()
Gets the value of the settingValue property.

Returns:
possible object is String

setSettingValue

public void setSettingValue(String value)
Sets the value of the settingValue property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.