public class OtherPaymentMethodDetailsType
extends java.lang.Object
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>Optional.
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ns="urn:ebay:apis:eBLBaseComponents" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
Java class for OtherPaymentMethodDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherPaymentMethodDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OtherPaymentMethodId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodLabelDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodLongDescriptionTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodLongDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodIcon" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OtherPaymentMethodHideLabel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
otherPaymentMethodHideLabel |
protected java.lang.String |
otherPaymentMethodIcon |
protected java.lang.String |
otherPaymentMethodId |
protected java.lang.String |
otherPaymentMethodLabel |
protected java.lang.String |
otherPaymentMethodLabelDescription |
protected java.lang.String |
otherPaymentMethodLongDescription |
protected java.lang.String |
otherPaymentMethodLongDescriptionTitle |
protected java.lang.String |
otherPaymentMethodType |
| Constructor and Description |
|---|
OtherPaymentMethodDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOtherPaymentMethodIcon()
Gets the value of the otherPaymentMethodIcon property.
|
java.lang.String |
getOtherPaymentMethodId()
Gets the value of the otherPaymentMethodId property.
|
java.lang.String |
getOtherPaymentMethodLabel()
Gets the value of the otherPaymentMethodLabel property.
|
java.lang.String |
getOtherPaymentMethodLabelDescription()
Gets the value of the otherPaymentMethodLabelDescription property.
|
java.lang.String |
getOtherPaymentMethodLongDescription()
Gets the value of the otherPaymentMethodLongDescription property.
|
java.lang.String |
getOtherPaymentMethodLongDescriptionTitle()
Gets the value of the otherPaymentMethodLongDescriptionTitle property.
|
java.lang.String |
getOtherPaymentMethodType()
Gets the value of the otherPaymentMethodType property.
|
java.lang.Boolean |
isOtherPaymentMethodHideLabel()
Gets the value of the otherPaymentMethodHideLabel property.
|
void |
setOtherPaymentMethodHideLabel(java.lang.Boolean value)
Sets the value of the otherPaymentMethodHideLabel property.
|
void |
setOtherPaymentMethodIcon(java.lang.String value)
Sets the value of the otherPaymentMethodIcon property.
|
void |
setOtherPaymentMethodId(java.lang.String value)
Sets the value of the otherPaymentMethodId property.
|
void |
setOtherPaymentMethodLabel(java.lang.String value)
Sets the value of the otherPaymentMethodLabel property.
|
void |
setOtherPaymentMethodLabelDescription(java.lang.String value)
Sets the value of the otherPaymentMethodLabelDescription property.
|
void |
setOtherPaymentMethodLongDescription(java.lang.String value)
Sets the value of the otherPaymentMethodLongDescription property.
|
void |
setOtherPaymentMethodLongDescriptionTitle(java.lang.String value)
Sets the value of the otherPaymentMethodLongDescriptionTitle property.
|
void |
setOtherPaymentMethodType(java.lang.String value)
Sets the value of the otherPaymentMethodType property.
|
protected java.lang.String otherPaymentMethodId
protected java.lang.String otherPaymentMethodType
protected java.lang.String otherPaymentMethodLabel
protected java.lang.String otherPaymentMethodLabelDescription
protected java.lang.String otherPaymentMethodLongDescriptionTitle
protected java.lang.String otherPaymentMethodLongDescription
protected java.lang.String otherPaymentMethodIcon
protected java.lang.Boolean otherPaymentMethodHideLabel
public java.lang.String getOtherPaymentMethodId()
Stringpublic void setOtherPaymentMethodId(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOtherPaymentMethodType()
Stringpublic void setOtherPaymentMethodType(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOtherPaymentMethodLabel()
Stringpublic void setOtherPaymentMethodLabel(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOtherPaymentMethodLabelDescription()
Stringpublic void setOtherPaymentMethodLabelDescription(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOtherPaymentMethodLongDescriptionTitle()
Stringpublic void setOtherPaymentMethodLongDescriptionTitle(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOtherPaymentMethodLongDescription()
Stringpublic void setOtherPaymentMethodLongDescription(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOtherPaymentMethodIcon()
Stringpublic void setOtherPaymentMethodIcon(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.Boolean isOtherPaymentMethodHideLabel()
Booleanpublic void setOtherPaymentMethodHideLabel(java.lang.Boolean value)
value - the value
allowed object is
BooleanstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.