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()
String
public void setDefinitionId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public CustomFieldTypeEnum getType()
CustomFieldTypeEnum
public void setType(CustomFieldTypeEnum value)
value
- allowed object is
CustomFieldTypeEnum
public String getStringValue()
String
public void setStringValue(String value)
value
- allowed object is
String
public Boolean isBooleanValue()
Boolean
public void setBooleanValue(Boolean value)
value
- allowed object is
Boolean
public Date getDateValue()
String
public void setDateValue(Date value)
value
- allowed object is
String
public BigDecimal getNumberValue()
BigDecimal
public void setNumberValue(BigDecimal value)
value
- allowed object is
BigDecimal
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.