com.google.code.facebookapi.schema
Class PagePaymentOptions

java.lang.Object
  extended by com.google.code.facebookapi.schema.PagePaymentOptions
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class PagePaymentOptions
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for page_payment_options complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="page_payment_options">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cash_only" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="visa" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="amex" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="mastercard" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="discover" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean amex
           
protected  boolean cashOnly
           
protected  boolean discover
           
protected  boolean mastercard
           
protected  boolean visa
           
 
Constructor Summary
PagePaymentOptions()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 boolean isAmex()
          Gets the value of the amex property.
 boolean isCashOnly()
          Gets the value of the cashOnly property.
 boolean isDiscover()
          Gets the value of the discover property.
 boolean isMastercard()
          Gets the value of the mastercard property.
 boolean isVisa()
          Gets the value of the visa property.
 void setAmex(boolean value)
          Sets the value of the amex property.
 void setCashOnly(boolean value)
          Sets the value of the cashOnly property.
 void setDiscover(boolean value)
          Sets the value of the discover property.
 void setMastercard(boolean value)
          Sets the value of the mastercard property.
 void setVisa(boolean value)
          Sets the value of the visa property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

cashOnly

protected boolean cashOnly

visa

protected boolean visa

amex

protected boolean amex

mastercard

protected boolean mastercard

discover

protected boolean discover
Constructor Detail

PagePaymentOptions

public PagePaymentOptions()
Method Detail

isCashOnly

public boolean isCashOnly()
Gets the value of the cashOnly property.


setCashOnly

public void setCashOnly(boolean value)
Sets the value of the cashOnly property.


isVisa

public boolean isVisa()
Gets the value of the visa property.


setVisa

public void setVisa(boolean value)
Sets the value of the visa property.


isAmex

public boolean isAmex()
Gets the value of the amex property.


setAmex

public void setAmex(boolean value)
Sets the value of the amex property.


isMastercard

public boolean isMastercard()
Gets the value of the mastercard property.


setMastercard

public void setMastercard(boolean value)
Sets the value of the mastercard property.


isDiscover

public boolean isDiscover()
Gets the value of the discover property.


setDiscover

public void setDiscover(boolean value)
Sets the value of the discover property.


toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010. All Rights Reserved.