public class CustomField extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for CustomField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DefinitionId" type="{http://schema.intuit.com/finance/v3}id" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://schema.intuit.com/finance/v3}CustomFieldTypeEnum"/>
<choice>
<element name="StringValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BooleanValue" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DateValue" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="NumberValue" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
booleanValue |
protected Date |
dateValue |
protected String |
definitionId |
protected String |
name |
protected BigDecimal |
numberValue |
protected String |
stringValue |
protected CustomFieldTypeEnum |
type |
| Constructor and Description |
|---|
CustomField() |
| 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) |
Date |
getDateValue()
Gets the value of the dateValue property.
|
String |
getDefinitionId()
Gets the value of the definitionId property.
|
String |
getName()
Gets the value of the name property.
|
BigDecimal |
getNumberValue()
Gets the value of the numberValue property.
|
String |
getStringValue()
Gets the value of the stringValue property.
|
CustomFieldTypeEnum |
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) |
Boolean |
isBooleanValue()
Gets the value of the booleanValue property.
|
void |
setBooleanValue(Boolean value)
Sets the value of the booleanValue property.
|
void |
setDateValue(Date value)
Sets the value of the dateValue property.
|
void |
setDefinitionId(String value)
Sets the value of the definitionId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumberValue(BigDecimal value)
Sets the value of the numberValue property.
|
void |
setStringValue(String value)
Sets the value of the stringValue property.
|
void |
setType(CustomFieldTypeEnum value)
Sets the value of the type property.
|
protected String definitionId
protected String name
protected CustomFieldTypeEnum type
protected String stringValue
protected Boolean booleanValue
protected Date dateValue
protected BigDecimal numberValue
public String getDefinitionId()
Stringpublic void setDefinitionId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic CustomFieldTypeEnum getType()
CustomFieldTypeEnumpublic void setType(CustomFieldTypeEnum value)
value - allowed object is
CustomFieldTypeEnumpublic String getStringValue()
Stringpublic void setStringValue(String value)
value - allowed object is
Stringpublic Boolean isBooleanValue()
Booleanpublic void setBooleanValue(Boolean value)
value - allowed object is
Booleanpublic Date getDateValue()
Stringpublic void setDateValue(Date value)
value - allowed object is
Stringpublic BigDecimal getNumberValue()
BigDecimalpublic void setNumberValue(BigDecimal value)
value - allowed object is
BigDecimalpublic 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.