|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.PagePaymentOptions
public class PagePaymentOptions
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 |
|---|
protected boolean cashOnly
protected boolean visa
protected boolean amex
protected boolean mastercard
protected boolean discover
| Constructor Detail |
|---|
public PagePaymentOptions()
| Method Detail |
|---|
public boolean isCashOnly()
public void setCashOnly(boolean value)
public boolean isVisa()
public void setVisa(boolean value)
public boolean isAmex()
public void setAmex(boolean value)
public boolean isMastercard()
public void setMastercard(boolean value)
public boolean isDiscover()
public void setDiscover(boolean value)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||