public class

QboAccountValidationInfo

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

Class Overview

Hold validation request for an account path name

Java class for QboAccountValidationInfo complex type.

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

 <complexType name="QboAccountValidationInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AccountNamePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ValidQboAccountTypeEnums" type="{http://www.intuit.com/sb/cdm/qbopayroll/v1}QboAccountTypeEnums" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String accountNamePath
protected QboAccountTypeEnums validQboAccountTypeEnums
Public Constructors
QboAccountValidationInfo()
Public Methods
String getAccountNamePath()
Gets the value of the accountNamePath property.
QboAccountTypeEnums getValidQboAccountTypeEnums()
Gets the value of the validQboAccountTypeEnums property.
void setAccountNamePath(String value)
Sets the value of the accountNamePath property.
void setValidQboAccountTypeEnums(QboAccountTypeEnums value)
Sets the value of the validQboAccountTypeEnums property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String accountNamePath

protected QboAccountTypeEnums validQboAccountTypeEnums

Public Constructors

public QboAccountValidationInfo ()

Public Methods

public String getAccountNamePath ()

Gets the value of the accountNamePath property.

Returns
  • possible object is String

public QboAccountTypeEnums getValidQboAccountTypeEnums ()

Gets the value of the validQboAccountTypeEnums property.

Returns

public void setAccountNamePath (String value)

Sets the value of the accountNamePath property.

Parameters
value Allowed object is String

public void setValidQboAccountTypeEnums (QboAccountTypeEnums value)

Sets the value of the validQboAccountTypeEnums property.

Parameters
value Allowed object is QboAccountTypeEnums