public class Row extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Row complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Row"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <choice> <sequence> <element name="Header" type="{http://schema.intuit.com/finance/v3}Header" minOccurs="0"/> <element name="Rows" type="{http://schema.intuit.com/finance/v3}Rows" minOccurs="0"/> <element name="Summary" type="{http://schema.intuit.com/finance/v3}Summary" minOccurs="0"/> </sequence> <sequence> <element name="ColData" type="{http://schema.intuit.com/finance/v3}ColData" maxOccurs="unbounded"/> </sequence> </choice> </sequence> <attribute name="type" type="{http://schema.intuit.com/finance/v3}RowTypeEnum" /> <attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ColData> |
colData |
protected String |
group |
protected Header |
header |
protected String |
id |
protected String |
parentId |
protected Rows |
rows |
protected Summary |
summary |
protected RowTypeEnum |
type |
Constructor and Description |
---|
Row() |
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<ColData> |
getColData()
Gets the value of the colData property.
|
String |
getGroup()
Gets the value of the group property.
|
Header |
getHeader()
Gets the value of the header property.
|
String |
getId()
Gets the value of the id property.
|
String |
getParentId()
Gets the value of the parentId property.
|
Rows |
getRows()
Gets the value of the rows property.
|
Summary |
getSummary()
Gets the value of the summary property.
|
RowTypeEnum |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setColData(List<ColData> colData)
Sets the value of the colData property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setHeader(Header value)
Sets the value of the header property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setParentId(String value)
Sets the value of the parentId property.
|
void |
setRows(Rows value)
Sets the value of the rows property.
|
void |
setSummary(Summary value)
Sets the value of the summary property.
|
void |
setType(RowTypeEnum value)
Sets the value of the type property.
|
protected String id
protected String parentId
protected Header header
protected Rows rows
protected Summary summary
protected RowTypeEnum type
protected String group
public void setId(String value)
value
- allowed object is
String
public String getParentId()
String
public void setParentId(String value)
value
- allowed object is
String
public Header getHeader()
Header
public void setHeader(Header value)
value
- allowed object is
Header
public void setRows(Rows value)
value
- allowed object is
Rows
public Summary getSummary()
Summary
public void setSummary(Summary value)
value
- allowed object is
Summary
public List<ColData> getColData()
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 colData property.
For example, to add a new item, do as follows:
getColData().add(newItem);
Objects of the following type(s) are allowed in the list
ColData
public RowTypeEnum getType()
RowTypeEnum
public void setType(RowTypeEnum value)
value
- allowed object is
RowTypeEnum
public String getGroup()
String
public void setGroup(String value)
value
- allowed object is
String
public void setColData(List<ColData> colData)
colData
- allowed object is
ColData
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.