public class ColData extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ColData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Attributes" type="{http://schema.intuit.com/finance/v3}Attributes" minOccurs="0"/>
</sequence>
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Attributes |
attributes |
protected String |
href |
protected String |
id |
protected String |
value |
| Constructor and Description |
|---|
ColData() |
| 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) |
Attributes |
getAttributes()
Gets the value of the attributes property.
|
String |
getHref()
Gets the value of the href property.
|
String |
getId()
Gets the value of the id property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAttributes(Attributes value)
Sets the value of the attributes property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected Attributes attributes
protected String value
protected String id
protected String href
public Attributes getAttributes()
Attributespublic void setAttributes(Attributes value)
value - allowed object is
Attributespublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic 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.