|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.PayPalType
public class PayPalType
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>
| Field Summary | |
|---|---|
protected String |
cancelUrl
|
protected String |
payerID
|
protected String |
paypalHdrImg
|
protected String |
paypalLc
|
protected String |
paypalPayflowcolor
|
protected String |
successUrl
|
| Constructor Summary | |
|---|---|
PayPalType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String successUrl
protected String cancelUrl
protected String paypalLc
protected String paypalHdrImg
protected String paypalPayflowcolor
protected String payerID
| Constructor Detail |
|---|
public PayPalType()
| Method Detail |
|---|
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()
Stringpublic void setPayerID(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||