public class ItemGroupDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ItemGroupDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemGroupDetail"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ItemGroupLine" type="{http://schema.intuit.com/finance/v3}ItemComponentLine" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ItemComponentLine> |
itemGroupLine |
Constructor and Description |
---|
ItemGroupDetail() |
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) |
List<ItemComponentLine> |
getItemGroupLine()
Gets the value of the itemGroupLine property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setItemGroupLine(List<ItemComponentLine> itemGroupLine)
Sets the value of the itemGroupLine property.
|
protected List<ItemComponentLine> itemGroupLine
public List<ItemComponentLine> getItemGroupLine()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the itemGroupLine property.
For example, to add a new item, do as follows:
getItemGroupLine().add(newItem);
Objects of the following type(s) are allowed in the list
ItemComponentLine
public void setItemGroupLine(List<ItemComponentLine> itemGroupLine)
itemGroupLine
- allowed object is
ItemComponentLine
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.