public class GroupLineDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for GroupLineDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupLineDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GroupItemRef" type="{http://schema.intuit.com/finance/v3}ReferenceType"/>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="UOMRef" type="{http://schema.intuit.com/finance/v3}UOMRef" minOccurs="0"/>
<element name="ServiceDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Line" type="{http://schema.intuit.com/finance/v3}Line" maxOccurs="unbounded" minOccurs="0"/>
<element name="GroupLineDetailEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
groupItemRef |
protected IntuitAnyType |
groupLineDetailEx |
protected List<Line> |
line |
protected BigDecimal |
quantity |
protected Date |
serviceDate |
protected UOMRef |
uomRef |
| Constructor and Description |
|---|
GroupLineDetail() |
| 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 |
getGroupItemRef()
Gets the value of the groupItemRef property.
|
IntuitAnyType |
getGroupLineDetailEx()
Gets the value of the groupLineDetailEx property.
|
List<Line> |
getLine()
Gets the value of the line property.
|
BigDecimal |
getQuantity()
Gets the value of the quantity property.
|
Date |
getServiceDate()
Gets the value of the serviceDate 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 |
setGroupItemRef(ReferenceType value)
Sets the value of the groupItemRef property.
|
void |
setGroupLineDetailEx(IntuitAnyType value)
Sets the value of the groupLineDetailEx property.
|
void |
setLine(List<Line> line)
Sets the value of the line property.
|
void |
setQuantity(BigDecimal value)
Sets the value of the quantity property.
|
void |
setServiceDate(Date value)
Sets the value of the serviceDate property.
|
void |
setUOMRef(UOMRef value)
Sets the value of the uomRef property.
|
protected ReferenceType groupItemRef
protected BigDecimal quantity
protected UOMRef uomRef
protected Date serviceDate
protected IntuitAnyType groupLineDetailEx
public ReferenceType getGroupItemRef()
ReferenceTypepublic void setGroupItemRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic BigDecimal getQuantity()
BigDecimalpublic void setQuantity(BigDecimal value)
value - allowed object is
BigDecimalpublic UOMRef getUOMRef()
UOMRefpublic void setUOMRef(UOMRef value)
value - allowed object is
UOMRefpublic Date getServiceDate()
Stringpublic void setServiceDate(Date value)
value - allowed object is
Stringpublic List<Line> getLine()
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 line property.
For example, to add a new item, do as follows:
getLine().add(newItem);
Objects of the following type(s) are allowed in the list
Line
public IntuitAnyType getGroupLineDetailEx()
IntuitAnyTypepublic void setGroupLineDetailEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic void setLine(List<Line> line)
line - allowed object is
Linepublic 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.