public class

StringTypeCustomField

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

Class Overview

If StringTypeCustomFieldDefinition is defined, the StringTypeCustomField specifies the strongly typed field value

Java class for StringTypeCustomField complex type.

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

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

Summary

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

Fields

protected String value

Public Constructors

public StringTypeCustomField ()

Public Methods

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String