| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.SearchDoc |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entityType | |||||||||||
| id | |||||||||||
| score | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the entityType property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the score property.
| |||||||||||
Sets the value of the entityType property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the score property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the entityType property.
ObjectName
Gets the value of the score property.
Sets the value of the entityType property.
| value | Allowed object is
ObjectName
|
|---|
Sets the value of the id property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the score property.
| value |
|---|