| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.StringTypeCustomFieldDefinition | ||
Product: ALL Description: Specifies the strongly typed version of StringTypeCustomFieldDefinition
Java class for StringTypeCustomFieldDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringTypeCustomFieldDefinition">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CustomFieldDefinition">
<sequence>
<element name="DefaultString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RegularExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MaxLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| defaultString | |||||||||||
| maxLength | |||||||||||
| regularExpression | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the defaultString property.
| |||||||||||
Gets the value of the maxLength property.
| |||||||||||
Gets the value of the regularExpression property.
| |||||||||||
Sets the value of the defaultString property.
| |||||||||||
Sets the value of the maxLength property.
| |||||||||||
Sets the value of the regularExpression property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the defaultString property.
Gets the value of the maxLength property.
Gets the value of the regularExpression property.
Sets the value of the defaultString property.
| value | Allowed object is String |
|---|
Sets the value of the maxLength property.
| value | Allowed object is Integer |
|---|
Sets the value of the regularExpression property.
| value | Allowed object is String |
|---|