public class PaymentLineDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for PaymentLineDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentLineDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ItemRef" type="{http://schema.intuit.com/finance/v3}ReferenceType"/>
<element name="ServiceDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="ClassRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="Balance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="HomeBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Discount" type="{http://schema.intuit.com/finance/v3}DiscountOverride" minOccurs="0"/>
<element name="PaymentLineEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
balance |
protected ReferenceType |
classRef |
protected DiscountOverride |
discount |
protected BigDecimal |
homeBalance |
protected ReferenceType |
itemRef |
protected IntuitAnyType |
paymentLineEx |
protected Date |
serviceDate |
| Constructor and Description |
|---|
PaymentLineDetail() |
| 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) |
BigDecimal |
getBalance()
Gets the value of the balance property.
|
ReferenceType |
getClassRef()
Gets the value of the classRef property.
|
DiscountOverride |
getDiscount()
Gets the value of the discount property.
|
BigDecimal |
getHomeBalance()
Gets the value of the homeBalance property.
|
ReferenceType |
getItemRef()
Gets the value of the itemRef property.
|
IntuitAnyType |
getPaymentLineEx()
Gets the value of the paymentLineEx property.
|
Date |
getServiceDate()
Gets the value of the serviceDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBalance(BigDecimal value)
Sets the value of the balance property.
|
void |
setClassRef(ReferenceType value)
Sets the value of the classRef property.
|
void |
setDiscount(DiscountOverride value)
Sets the value of the discount property.
|
void |
setHomeBalance(BigDecimal value)
Sets the value of the homeBalance property.
|
void |
setItemRef(ReferenceType value)
Sets the value of the itemRef property.
|
void |
setPaymentLineEx(IntuitAnyType value)
Sets the value of the paymentLineEx property.
|
void |
setServiceDate(Date value)
Sets the value of the serviceDate property.
|
protected ReferenceType itemRef
protected Date serviceDate
protected ReferenceType classRef
protected BigDecimal balance
protected BigDecimal homeBalance
protected DiscountOverride discount
protected IntuitAnyType paymentLineEx
public ReferenceType getItemRef()
ReferenceTypepublic void setItemRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic Date getServiceDate()
Stringpublic void setServiceDate(Date value)
value - allowed object is
Stringpublic ReferenceType getClassRef()
ReferenceTypepublic void setClassRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic BigDecimal getBalance()
BigDecimalpublic void setBalance(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getHomeBalance()
BigDecimalpublic void setHomeBalance(BigDecimal value)
value - allowed object is
BigDecimalpublic DiscountOverride getDiscount()
DiscountOverridepublic void setDiscount(DiscountOverride value)
value - allowed object is
DiscountOverridepublic IntuitAnyType getPaymentLineEx()
IntuitAnyTypepublic void setPaymentLineEx(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.