public class Column extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Column">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ColTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ColType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MetaData" type="{http://schema.intuit.com/finance/v3}NameValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="Columns" type="{http://schema.intuit.com/finance/v3}Columns" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
colTitle |
protected String |
colType |
protected Columns |
columns |
protected List<NameValue> |
metaData |
| Constructor and Description |
|---|
Column() |
| 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) |
String |
getColTitle()
Gets the value of the colTitle property.
|
String |
getColType()
Gets the value of the colType property.
|
Columns |
getColumns()
Gets the value of the columns property.
|
List<NameValue> |
getMetaData()
Gets the value of the metaData property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setColTitle(String value)
Sets the value of the colTitle property.
|
void |
setColType(String value)
Sets the value of the colType property.
|
void |
setColumns(Columns value)
Sets the value of the columns property.
|
void |
setMetaData(List<NameValue> metaData)
Sets the value of the metaData property.
|
protected String colTitle
protected String colType
protected Columns columns
public String getColTitle()
Stringpublic void setColTitle(String value)
value - allowed object is
Stringpublic String getColType()
Stringpublic void setColType(String value)
value - allowed object is
Stringpublic List<NameValue> getMetaData()
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 metaData property.
For example, to add a new item, do as follows:
getMetaData().add(newItem);
Objects of the following type(s) are allowed in the list
NameValue
public Columns getColumns()
Columnspublic void setColumns(Columns value)
value - allowed object is
Columnspublic void setMetaData(List<NameValue> metaData)
metaData - allowed object is
NameValuepublic 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.