public class PayPalType extends Object
Java class for payPalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="payPalType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="successUrl" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2048"/>
</restriction>
</simpleType>
</element>
<element name="cancelUrl" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2048"/>
</restriction>
</simpleType>
</element>
<element name="paypalLc" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="paypalHdrImg" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="127"/>
</restriction>
</simpleType>
</element>
<element name="paypalPayflowcolor" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
<element name="payerID" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cancelUrl |
protected String |
payerID |
protected String |
paypalHdrImg |
protected String |
paypalLc |
protected String |
paypalPayflowcolor |
protected String |
successUrl |
| Constructor and Description |
|---|
PayPalType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCancelUrl()
Gets the value of the cancelUrl property.
|
String |
getPayerID()
Gets the value of the payerID property.
|
String |
getPaypalHdrImg()
Gets the value of the paypalHdrImg property.
|
String |
getPaypalLc()
Gets the value of the paypalLc property.
|
String |
getPaypalPayflowcolor()
Gets the value of the paypalPayflowcolor property.
|
String |
getSuccessUrl()
Gets the value of the successUrl property.
|
void |
setCancelUrl(String value)
Sets the value of the cancelUrl property.
|
void |
setPayerID(String value)
Sets the value of the payerID property.
|
void |
setPaypalHdrImg(String value)
Sets the value of the paypalHdrImg property.
|
void |
setPaypalLc(String value)
Sets the value of the paypalLc property.
|
void |
setPaypalPayflowcolor(String value)
Sets the value of the paypalPayflowcolor property.
|
void |
setSuccessUrl(String value)
Sets the value of the successUrl property.
|
protected String successUrl
protected String cancelUrl
protected String paypalLc
protected String paypalHdrImg
protected String paypalPayflowcolor
protected String payerID
public String getSuccessUrl()
Stringpublic void setSuccessUrl(String value)
value - allowed object is
Stringpublic String getCancelUrl()
Stringpublic void setCancelUrl(String value)
value - allowed object is
Stringpublic String getPaypalLc()
Stringpublic void setPaypalLc(String value)
value - allowed object is
Stringpublic String getPaypalHdrImg()
Stringpublic void setPaypalHdrImg(String value)
value - allowed object is
Stringpublic String getPaypalPayflowcolor()
Stringpublic void setPaypalPayflowcolor(String value)
value - allowed object is
Stringpublic String getPayerID()
StringCopyright © 2020. All rights reserved.