public class

DateTypeCustomField

extends CustomField
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CustomField
     ↳ org.mule.modules.quickbooks.windows.schema.DateTypeCustomField

Class Overview

Product: ALL Description: If DateTypeCustomFieldDefinition is defined, the DateTypeCustomField specifies the strongly typed field value

Java class for DateTypeCustomField complex type.

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

 <complexType name="DateTypeCustomField">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CustomField">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar value
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CustomField
Public Constructors
DateTypeCustomField()
Public Methods
XMLGregorianCalendar getValue()
Gets the value of the value property.
void setValue(XMLGregorianCalendar value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CustomField
From class java.lang.Object

Fields

protected XMLGregorianCalendar value

Public Constructors

public DateTypeCustomField ()

Public Methods

public XMLGregorianCalendar getValue ()

Gets the value of the value property.

Returns
  • possible object is XMLGregorianCalendar

public void setValue (XMLGregorianCalendar value)

Sets the value of the value property.

Parameters
value Allowed object is XMLGregorianCalendar