public class

LineBase

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.LineBase
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Subset of data that is common to all transaction lines.

Java class for LineBase complex type.

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

 <complexType name="LineBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
         <element name="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String desc
protected IdType id
Public Constructors
LineBase()
Public Methods
String getDesc()
Gets the value of the desc property.
IdType getId()
Gets the value of the id property.
void setDesc(String value)
Sets the value of the desc property.
void setId(IdType value)
Sets the value of the id property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String desc

protected IdType id

Public Constructors

public LineBase ()

Public Methods

public String getDesc ()

Gets the value of the desc property.

Returns
  • possible object is String

public IdType getId ()

Gets the value of the id property.

Returns

public void setDesc (String value)

Sets the value of the desc property.

Parameters
value Allowed object is String

public void setId (IdType value)

Sets the value of the id property.

Parameters
value Allowed object is IdType