public class

DateTypeCustomFieldDefinition

extends CustomFieldDefinition
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CustomFieldDefinition
     ↳ org.mule.modules.quickbooks.online.schema.DateTypeCustomFieldDefinition

Class Overview

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}time" minOccurs="0"/>
         <element name="MinDate" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
         <element name="MaxDate" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar defaultDate
protected XMLGregorianCalendar maxDate
protected XMLGregorianCalendar minDate
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.CustomFieldDefinition
Public Constructors
DateTypeCustomFieldDefinition()
Public Methods
XMLGregorianCalendar getDefaultDate()
Gets the value of the defaultDate property.
XMLGregorianCalendar getMaxDate()
Gets the value of the maxDate property.
XMLGregorianCalendar getMinDate()
Gets the value of the minDate property.
void setDefaultDate(XMLGregorianCalendar value)
Sets the value of the defaultDate property.
void setMaxDate(XMLGregorianCalendar value)
Sets the value of the maxDate property.
void setMinDate(XMLGregorianCalendar value)
Sets the value of the minDate property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.CustomFieldDefinition
From class java.lang.Object

Fields

protected XMLGregorianCalendar defaultDate

protected XMLGregorianCalendar maxDate

protected XMLGregorianCalendar minDate

Public Constructors

public DateTypeCustomFieldDefinition ()

Public Methods

public XMLGregorianCalendar getDefaultDate ()

Gets the value of the defaultDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getMaxDate ()

Gets the value of the maxDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getMinDate ()

Gets the value of the minDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setDefaultDate (XMLGregorianCalendar value)

Sets the value of the defaultDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMaxDate (XMLGregorianCalendar value)

Sets the value of the maxDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMinDate (XMLGregorianCalendar value)

Sets the value of the minDate property.

Parameters
value Allowed object is XMLGregorianCalendar