public class ItemComponentLine extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ItemComponentLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemComponentLine">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ItemRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="Qty" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="UOMRef" type="{http://schema.intuit.com/finance/v3}UOMRef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
itemRef |
protected BigDecimal |
qty |
protected UOMRef |
uomRef |
| Constructor and Description |
|---|
ItemComponentLine() |
| 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 |
getItemRef()
Gets the value of the itemRef property.
|
BigDecimal |
getQty()
Gets the value of the qty property.
|
UOMRef |
getUOMRef()
Gets the value of the uomRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setItemRef(ReferenceType value)
Sets the value of the itemRef property.
|
void |
setQty(BigDecimal value)
Sets the value of the qty property.
|
void |
setUOMRef(UOMRef value)
Sets the value of the uomRef property.
|
protected ReferenceType itemRef
protected BigDecimal qty
protected UOMRef uomRef
public ReferenceType getItemRef()
ReferenceTypepublic void setItemRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic BigDecimal getQty()
BigDecimalpublic void setQty(BigDecimal value)
value - allowed object is
BigDecimalpublic UOMRef getUOMRef()
UOMRefpublic void setUOMRef(UOMRef value)
value - allowed object is
UOMRefpublic 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.