public class MarkupInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for MarkupInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkupInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PercentBased" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Percent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="PriceLevelRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="MarkUpIncomeAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
markUpIncomeAccountRef |
protected BigDecimal |
percent |
protected Boolean |
percentBased |
protected ReferenceType |
priceLevelRef |
protected BigDecimal |
value |
| Constructor and Description |
|---|
MarkupInfo() |
| 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 |
getMarkUpIncomeAccountRef()
Gets the value of the markUpIncomeAccountRef property.
|
BigDecimal |
getPercent()
Gets the value of the percent property.
|
ReferenceType |
getPriceLevelRef()
Gets the value of the priceLevelRef property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isPercentBased()
Gets the value of the percentBased property.
|
void |
setMarkUpIncomeAccountRef(ReferenceType value)
Sets the value of the markUpIncomeAccountRef property.
|
void |
setPercent(BigDecimal value)
Sets the value of the percent property.
|
void |
setPercentBased(Boolean value)
Sets the value of the percentBased property.
|
void |
setPriceLevelRef(ReferenceType value)
Sets the value of the priceLevelRef property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected Boolean percentBased
protected BigDecimal value
protected BigDecimal percent
protected ReferenceType priceLevelRef
protected ReferenceType markUpIncomeAccountRef
public Boolean isPercentBased()
Booleanpublic void setPercentBased(Boolean value)
value - allowed object is
Booleanpublic BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getPercent()
BigDecimalpublic void setPercent(BigDecimal value)
value - allowed object is
BigDecimalpublic ReferenceType getPriceLevelRef()
ReferenceTypepublic void setPriceLevelRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getMarkUpIncomeAccountRef()
ReferenceTypepublic void setMarkUpIncomeAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic 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.