| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.CustomFieldDefinition | |
| ↳ | org.mule.modules.quickbooks.online.schema.DateTypeCustomFieldDefinition | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| defaultDate | |||||||||||
| maxDate | |||||||||||
| minDate | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.CustomFieldDefinition
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the defaultDate property.
| |||||||||||
Gets the value of the maxDate property.
| |||||||||||
Gets the value of the minDate property.
| |||||||||||
Sets the value of the defaultDate property.
| |||||||||||
Sets the value of the maxDate property.
| |||||||||||
Sets the value of the minDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.CustomFieldDefinition
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the defaultDate property.
Gets the value of the maxDate property.
Gets the value of the minDate property.
Sets the value of the defaultDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the maxDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the minDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|