net.authorize.api.contract.v1
Class PayPalType

java.lang.Object
  extended by 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
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

successUrl

protected String successUrl

cancelUrl

protected String cancelUrl

paypalLc

protected String paypalLc

paypalHdrImg

protected String paypalHdrImg

paypalPayflowcolor

protected String paypalPayflowcolor

payerID

protected String payerID
Constructor Detail

PayPalType

public PayPalType()
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 is String

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 is String

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 is String

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 is String

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 is String

getPayerID

public String getPayerID()
Gets the value of the payerID property.

Returns:
possible object is String

setPayerID

public void setPayerID(String value)
Sets the value of the payerID property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.