public class

SearchDoc

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

Class Overview

Java class for SearchDoc complex type.

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

 <complexType name="SearchDoc">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType"/>
         <element name="score" type="{http://www.w3.org/2001/XMLSchema}float"/>
         <element name="EntityType" type="{http://www.intuit.com/sb/cdm/v2}objectName"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ObjectName entityType
protected IdType id
protected float score
Public Constructors
SearchDoc()
Public Methods
ObjectName getEntityType()
Gets the value of the entityType property.
IdType getId()
Gets the value of the id property.
float getScore()
Gets the value of the score property.
void setEntityType(ObjectName value)
Sets the value of the entityType property.
void setId(IdType value)
Sets the value of the id property.
void setScore(float value)
Sets the value of the score property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ObjectName entityType

protected IdType id

protected float score

Public Constructors

public SearchDoc ()

Public Methods

public ObjectName getEntityType ()

Gets the value of the entityType property.

Returns

public IdType getId ()

Gets the value of the id property.

Returns

public float getScore ()

Gets the value of the score property.

public void setEntityType (ObjectName value)

Sets the value of the entityType property.

Parameters
value Allowed object is ObjectName

public void setId (IdType value)

Sets the value of the id property.

Parameters
value Allowed object is IdType

public void setScore (float value)

Sets the value of the score property.

Parameters
value