public class BillPaymentCreditCard extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for BillPaymentCreditCard complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillPaymentCreditCard">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CCAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="CCDetail" type="{http://schema.intuit.com/finance/v3}CreditCardPayment" minOccurs="0"/>
<element name="BillPaymentCreditCardEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IntuitAnyType |
billPaymentCreditCardEx |
protected ReferenceType |
ccAccountRef |
protected CreditCardPayment |
ccDetail |
| Constructor and Description |
|---|
BillPaymentCreditCard() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
IntuitAnyType |
getBillPaymentCreditCardEx()
Gets the value of the billPaymentCreditCardEx property.
|
ReferenceType |
getCCAccountRef()
Gets the value of the ccAccountRef property.
|
CreditCardPayment |
getCCDetail()
Gets the value of the ccDetail property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBillPaymentCreditCardEx(IntuitAnyType value)
Sets the value of the billPaymentCreditCardEx property.
|
void |
setCCAccountRef(ReferenceType value)
Sets the value of the ccAccountRef property.
|
void |
setCCDetail(CreditCardPayment value)
Sets the value of the ccDetail property.
|
protected ReferenceType ccAccountRef
protected CreditCardPayment ccDetail
protected IntuitAnyType billPaymentCreditCardEx
public ReferenceType getCCAccountRef()
ReferenceTypepublic void setCCAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic CreditCardPayment getCCDetail()
CreditCardPaymentpublic void setCCDetail(CreditCardPayment value)
value - allowed object is
CreditCardPaymentpublic IntuitAnyType getBillPaymentCreditCardEx()
IntuitAnyTypepublic void setBillPaymentCreditCardEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.