| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.NgIdSet |
Product: QBW Description: Contains type ng id and the type of object. id needs to be provided to get the status. For add request request will be using requestid
Java class for NgIdSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NgIdSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NgId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SyncToken" type="{http://www.intuit.com/sb/cdm/v2}syncToken" minOccurs="0"/>
<element name="NgObjectType" type="{http://www.intuit.com/sb/cdm/v2}objectName"/>
<element name="PartyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ngId | |||||||||||
| ngObjectType | |||||||||||
| partyId | |||||||||||
| syncToken | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the ngId property.
| |||||||||||
Gets the value of the ngObjectType property.
| |||||||||||
Gets the value of the partyId property.
| |||||||||||
Gets the value of the syncToken property.
| |||||||||||
Sets the value of the ngId property.
| |||||||||||
Sets the value of the ngObjectType property.
| |||||||||||
Sets the value of the partyId property.
| |||||||||||
Sets the value of the syncToken property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the ngId property.
Gets the value of the ngObjectType property.
ObjectName
Gets the value of the partyId property.
Gets the value of the syncToken property.
Sets the value of the ngId property.
| value | Allowed object is String |
|---|
Sets the value of the ngObjectType property.
| value | Allowed object is
ObjectName
|
|---|
Sets the value of the partyId property.
| value | Allowed object is String |
|---|
Sets the value of the syncToken property.
| value | Allowed object is String |
|---|