public class

DateTypeCustomFieldDefinition

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.DateTypeCustomFieldDefinition

Class Overview

Product: ALL Description: Specifies the strongly typed DateTypeCustomFieldDefintion

Java class for DateTypeCustomFieldDefinition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DateTypeCustomFieldDefinition">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CustomFieldDefinition">
       <sequence>
         <element name="DefaultDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="MinDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="MaxDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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 Date defaultDate
protected Date maxDate
protected Date minDate
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition
Public Constructors
DateTypeCustomFieldDefinition()
Public Methods
Date getDefaultDate()
Gets the value of the defaultDate property.
Date getMaxDate()
Gets the value of the maxDate property.
Date getMinDate()
Gets the value of the minDate property.
void setDefaultDate(Date value)
Sets the value of the defaultDate property.
void setMaxDate(Date value)
Sets the value of the maxDate property.
void setMinDate(Date value)
Sets the value of the minDate 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 Date defaultDate

protected Date maxDate

protected Date minDate

Public Constructors

public DateTypeCustomFieldDefinition ()

Public Methods

public Date getDefaultDate ()

Gets the value of the defaultDate property.

Returns
  • possible object is String

public Date getMaxDate ()

Gets the value of the maxDate property.

Returns
  • possible object is String

public Date getMinDate ()

Gets the value of the minDate property.

Returns
  • possible object is String

public void setDefaultDate (Date value)

Sets the value of the defaultDate property.

Parameters
value Allowed object is String

public void setMaxDate (Date value)

Sets the value of the maxDate property.

Parameters
value Allowed object is String

public void setMinDate (Date value)

Sets the value of the minDate property.

Parameters
value Allowed object is String