| java.lang.Object |
| ↳ |
org.mule.modules.quickbooks.online.schema.CustomField |
Known Direct Subclasses
| BooleanTypeCustomField |
If BooleanTypeCustomFieldDefinition is defined, the BooleanTypeCustomField specifies the strongly typed field value
Java class for BooleanTypeCustomField complex type. |
| DateTypeCustomField |
If StringTypeCustomFieldDefinition is defined, the StringTypeCustomField specifies the strongly typed field value
Java class for DateTypeCustomField complex type. |
| NumberTypeCustomField |
If NumberTypeCustomFieldDefinition is defined, the NumberTypeCustomField specifies the strongly typed field value
Java class for NumberTypeCustomField complex type. |
| StringTypeCustomField |
If StringTypeCustomFieldDefinition is defined, the StringTypeCustomField specifies the strongly typed field value
Java class for StringTypeCustomField complex type. |
|
Class Overview
Specifies the custom field type that can be added to an entity, this object is not extended from CdmBase as CustomField can not be manipulated as indepdent object and will always be considered in association with another top level CDM object
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://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Summary
| Public Methods |
|
String
|
getDefinitionId()
Gets the value of the definitionId property.
|
|
void
|
setDefinitionId(String value)
Sets the value of the definitionId property.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
1
(0x0000000000000001)
Fields
protected
String
definitionId
Public Constructors
Public Methods
public
String
getDefinitionId
()
Gets the value of the definitionId property.
Returns
- possible object is
String
public
void
setDefinitionId
(String value)
Sets the value of the definitionId property.
Parameters
| value
| Allowed object is
String
|