public class DiscountLineDetail extends DiscountOverride implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for DiscountLineDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiscountLineDetail">
<complexContent>
<extension base="{http://schema.intuit.com/finance/v3}DiscountOverride">
<sequence>
<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="TaxCodeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="DiscountLineDetailEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
classRef |
protected IntuitAnyType |
discountLineDetailEx |
protected Date |
serviceDate |
protected ReferenceType |
taxCodeRef |
discountAccountRef, discountPercent, discountRef, percentBased| Constructor and Description |
|---|
DiscountLineDetail() |
| 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) |
ReferenceType |
getClassRef()
Gets the value of the classRef property.
|
IntuitAnyType |
getDiscountLineDetailEx()
Gets the value of the discountLineDetailEx property.
|
Date |
getServiceDate()
Gets the value of the serviceDate property.
|
ReferenceType |
getTaxCodeRef()
Gets the value of the taxCodeRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setClassRef(ReferenceType value)
Sets the value of the classRef property.
|
void |
setDiscountLineDetailEx(IntuitAnyType value)
Sets the value of the discountLineDetailEx property.
|
void |
setServiceDate(Date value)
Sets the value of the serviceDate property.
|
void |
setTaxCodeRef(ReferenceType value)
Sets the value of the taxCodeRef property.
|
getDiscountAccountRef, getDiscountPercent, getDiscountRef, isPercentBased, setDiscountAccountRef, setDiscountPercent, setDiscountRef, setPercentBasedprotected Date serviceDate
protected ReferenceType classRef
protected ReferenceType taxCodeRef
protected IntuitAnyType discountLineDetailEx
public Date getServiceDate()
Stringpublic void setServiceDate(Date value)
value - allowed object is
Stringpublic ReferenceType getClassRef()
ReferenceTypepublic void setClassRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getTaxCodeRef()
ReferenceTypepublic void setTaxCodeRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic IntuitAnyType getDiscountLineDetailEx()
IntuitAnyTypepublic void setDiscountLineDetailEx(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.Equals2equals in class DiscountOverridepublic boolean equals(Object object)
equals in class DiscountOverridepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class DiscountOverridepublic int hashCode()
hashCode in class DiscountOverrideCopyright © 2017. All rights reserved.