public class

StringTypeCustomFieldDefinition

extends CustomFieldDefinition
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition
       ↳ org.mule.modules.quickbooks.windows.schema.StringTypeCustomFieldDefinition

Class Overview

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>
 

Summary

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
protected String defaultString
protected Integer maxLength
protected String regularExpression
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition
Public Constructors
StringTypeCustomFieldDefinition()
Public Methods
String getDefaultString()
Gets the value of the defaultString property.
Integer getMaxLength()
Gets the value of the maxLength property.
String getRegularExpression()
Gets the value of the regularExpression property.
void setDefaultString(String value)
Sets the value of the defaultString property.
void setMaxLength(Integer value)
Sets the value of the maxLength property.
void setRegularExpression(String value)
Sets the value of the regularExpression property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String defaultString

protected Integer maxLength

protected String regularExpression

Public Constructors

public StringTypeCustomFieldDefinition ()

Public Methods

public String getDefaultString ()

Gets the value of the defaultString property.

Returns
  • possible object is String

public Integer getMaxLength ()

Gets the value of the maxLength property.

Returns
  • possible object is Integer

public String getRegularExpression ()

Gets the value of the regularExpression property.

Returns
  • possible object is String

public void setDefaultString (String value)

Sets the value of the defaultString property.

Parameters
value Allowed object is String

public void setMaxLength (Integer value)

Sets the value of the maxLength property.

Parameters
value Allowed object is Integer

public void setRegularExpression (String value)

Sets the value of the regularExpression property.

Parameters
value Allowed object is String