Package net.authorize.api.contract.v1
Class PayPalType
- java.lang.Object
-
- net.authorize.api.contract.v1.PayPalType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcancelUrlprotected StringpayerIDprotected StringpaypalHdrImgprotected StringpaypalLcprotected StringpaypalPayflowcolorprotected StringsuccessUrl
-
Constructor Summary
Constructors Constructor Description PayPalType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCancelUrl()Gets the value of the cancelUrl property.StringgetPayerID()Gets the value of the payerID property.StringgetPaypalHdrImg()Gets the value of the paypalHdrImg property.StringgetPaypalLc()Gets the value of the paypalLc property.StringgetPaypalPayflowcolor()Gets the value of the paypalPayflowcolor property.StringgetSuccessUrl()Gets the value of the successUrl property.voidsetCancelUrl(String value)Sets the value of the cancelUrl property.voidsetPayerID(String value)Sets the value of the payerID property.voidsetPaypalHdrImg(String value)Sets the value of the paypalHdrImg property.voidsetPaypalLc(String value)Sets the value of the paypalLc property.voidsetPaypalPayflowcolor(String value)Sets the value of the paypalPayflowcolor property.voidsetSuccessUrl(String value)Sets the value of the successUrl property.
-
-
-
Method Detail
-
getSuccessUrl
public String getSuccessUrl()
Gets the value of the successUrl property.- Returns:
- possible object is
String
-
setSuccessUrl
public void setSuccessUrl(String value)
Sets the value of the successUrl property.- Parameters:
value- allowed object isString
-
getCancelUrl
public String getCancelUrl()
Gets the value of the cancelUrl property.- Returns:
- possible object is
String
-
setCancelUrl
public void setCancelUrl(String value)
Sets the value of the cancelUrl property.- Parameters:
value- allowed object isString
-
getPaypalLc
public String getPaypalLc()
Gets the value of the paypalLc property.- Returns:
- possible object is
String
-
setPaypalLc
public void setPaypalLc(String value)
Sets the value of the paypalLc property.- Parameters:
value- allowed object isString
-
getPaypalHdrImg
public String getPaypalHdrImg()
Gets the value of the paypalHdrImg property.- Returns:
- possible object is
String
-
setPaypalHdrImg
public void setPaypalHdrImg(String value)
Sets the value of the paypalHdrImg property.- Parameters:
value- allowed object isString
-
getPaypalPayflowcolor
public String getPaypalPayflowcolor()
Gets the value of the paypalPayflowcolor property.- Returns:
- possible object is
String
-
setPaypalPayflowcolor
public void setPaypalPayflowcolor(String value)
Sets the value of the paypalPayflowcolor property.- Parameters:
value- allowed object isString
-
getPayerID
public String getPayerID()
Gets the value of the payerID property.- Returns:
- possible object is
String
-
-