public class

CustomFieldDefinitions

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

Class Overview

Java class for CustomFieldDefinitions complex type.

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

 <complexType name="CustomFieldDefinitions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CustomFieldDefinition" type="{http://www.intuit.com/sb/cdm/v2}CustomFieldDefinition" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<CustomFieldDefinition> customFieldDefinition
Public Constructors
CustomFieldDefinitions()
Public Methods
List<CustomFieldDefinition> getCustomFieldDefinition()
Gets the value of the customFieldDefinition property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<CustomFieldDefinition> customFieldDefinition

Public Constructors

public CustomFieldDefinitions ()

Public Methods

public List<CustomFieldDefinition> getCustomFieldDefinition ()

Gets the value of the customFieldDefinition property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the customFieldDefinition property.

For example, to add a new item, do as follows:

    getCustomFieldDefinition().add(newItem);
 

Objects of the following type(s) are allowed in the list CustomFieldDefinition