|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.SettingType
public class SettingType
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 |
|---|
protected String settingName
protected String settingValue
| Constructor Detail |
|---|
public SettingType()
| Method Detail |
|---|
public String getSettingName()
Stringpublic void setSettingName(String value)
value - allowed object is
Stringpublic String getSettingValue()
Stringpublic void setSettingValue(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||