public class

CustomFieldQueryParam

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CustomFieldQueryParam

Class Overview

Product: QBW Description: Defines repeatable parameters for the Custom Field Query

Java class for CustomFieldQueryParam complex type.

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

 <complexType name="CustomFieldQueryParam">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CustomFieldDefinitionId" type="{http://www.intuit.com/sb/cdm/v2}IdType"/>
         <element name="CustomFieldValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Operator" type="{http://www.intuit.com/sb/cdm/v2}operatorEnumType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IdType customFieldDefinitionId
protected String customFieldValue
protected OperatorEnumType operator
Public Constructors
CustomFieldQueryParam()
Public Methods
IdType getCustomFieldDefinitionId()
Gets the value of the customFieldDefinitionId property.
String getCustomFieldValue()
Gets the value of the customFieldValue property.
OperatorEnumType getOperator()
Gets the value of the operator property.
void setCustomFieldDefinitionId(IdType value)
Sets the value of the customFieldDefinitionId property.
void setCustomFieldValue(String value)
Sets the value of the customFieldValue property.
void setOperator(OperatorEnumType value)
Sets the value of the operator property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdType customFieldDefinitionId

protected String customFieldValue

protected OperatorEnumType operator

Public Constructors

public CustomFieldQueryParam ()

Public Methods

public IdType getCustomFieldDefinitionId ()

Gets the value of the customFieldDefinitionId property.

Returns

public String getCustomFieldValue ()

Gets the value of the customFieldValue property.

Returns
  • possible object is String

public OperatorEnumType getOperator ()

Gets the value of the operator property.

Returns

public void setCustomFieldDefinitionId (IdType value)

Sets the value of the customFieldDefinitionId property.

Parameters
value Allowed object is IdType

public void setCustomFieldValue (String value)

Sets the value of the customFieldValue property.

Parameters
value Allowed object is String

public void setOperator (OperatorEnumType value)

Sets the value of the operator property.

Parameters
value Allowed object is OperatorEnumType