public class CreditCardPayment extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for CreditCardPayment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditCardPayment"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CreditChargeInfo" type="{http://schema.intuit.com/finance/v3}CreditChargeInfo" minOccurs="0"/> <element name="CreditChargeResponse" type="{http://schema.intuit.com/finance/v3}CreditChargeResponse" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CreditChargeInfo |
creditChargeInfo |
protected CreditChargeResponse |
creditChargeResponse |
Constructor and Description |
---|
CreditCardPayment() |
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) |
CreditChargeInfo |
getCreditChargeInfo()
Gets the value of the creditChargeInfo property.
|
CreditChargeResponse |
getCreditChargeResponse()
Gets the value of the creditChargeResponse property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setCreditChargeInfo(CreditChargeInfo value)
Sets the value of the creditChargeInfo property.
|
void |
setCreditChargeResponse(CreditChargeResponse value)
Sets the value of the creditChargeResponse property.
|
protected CreditChargeInfo creditChargeInfo
protected CreditChargeResponse creditChargeResponse
public CreditChargeInfo getCreditChargeInfo()
CreditChargeInfo
public void setCreditChargeInfo(CreditChargeInfo value)
value
- allowed object is
CreditChargeInfo
public CreditChargeResponse getCreditChargeResponse()
CreditChargeResponse
public void setCreditChargeResponse(CreditChargeResponse value)
value
- allowed object is
CreditChargeResponse
public 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.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
Copyright © 2017. All rights reserved.