public class PayPalType
extends java.lang.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 java.lang.String |
cancelUrl |
protected java.lang.String |
payerID |
protected java.lang.String |
paypalHdrImg |
protected java.lang.String |
paypalLc |
protected java.lang.String |
paypalPayflowcolor |
protected java.lang.String |
successUrl |
| Constructor and Description |
|---|
PayPalType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCancelUrl()
Gets the value of the cancelUrl property.
|
java.lang.String |
getPayerID()
Gets the value of the payerID property.
|
java.lang.String |
getPaypalHdrImg()
Gets the value of the paypalHdrImg property.
|
java.lang.String |
getPaypalLc()
Gets the value of the paypalLc property.
|
java.lang.String |
getPaypalPayflowcolor()
Gets the value of the paypalPayflowcolor property.
|
java.lang.String |
getSuccessUrl()
Gets the value of the successUrl property.
|
void |
setCancelUrl(java.lang.String value)
Sets the value of the cancelUrl property.
|
void |
setPayerID(java.lang.String value)
Sets the value of the payerID property.
|
void |
setPaypalHdrImg(java.lang.String value)
Sets the value of the paypalHdrImg property.
|
void |
setPaypalLc(java.lang.String value)
Sets the value of the paypalLc property.
|
void |
setPaypalPayflowcolor(java.lang.String value)
Sets the value of the paypalPayflowcolor property.
|
void |
setSuccessUrl(java.lang.String value)
Sets the value of the successUrl property.
|
protected java.lang.String successUrl
protected java.lang.String cancelUrl
protected java.lang.String paypalLc
protected java.lang.String paypalHdrImg
protected java.lang.String paypalPayflowcolor
protected java.lang.String payerID
public java.lang.String getSuccessUrl()
Stringpublic void setSuccessUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCancelUrl()
Stringpublic void setCancelUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPaypalLc()
Stringpublic void setPaypalLc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPaypalHdrImg()
Stringpublic void setPaypalHdrImg(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPaypalPayflowcolor()
Stringpublic void setPaypalPayflowcolor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPayerID()
Stringpublic void setPayerID(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.