public class

NgIdSet

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.NgIdSet

Class Overview

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>
 

Summary

Fields
protected String ngId
protected ObjectName ngObjectType
protected String partyId
protected String syncToken
Public Constructors
NgIdSet()
Public Methods
String getNgId()
Gets the value of the ngId property.
ObjectName getNgObjectType()
Gets the value of the ngObjectType property.
String getPartyId()
Gets the value of the partyId property.
String getSyncToken()
Gets the value of the syncToken property.
void setNgId(String value)
Sets the value of the ngId property.
void setNgObjectType(ObjectName value)
Sets the value of the ngObjectType property.
void setPartyId(String value)
Sets the value of the partyId property.
void setSyncToken(String value)
Sets the value of the syncToken property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String ngId

protected ObjectName ngObjectType

protected String partyId

protected String syncToken

Public Constructors

public NgIdSet ()

Public Methods

public String getNgId ()

Gets the value of the ngId property.

Returns
  • possible object is String

public ObjectName getNgObjectType ()

Gets the value of the ngObjectType property.

Returns

public String getPartyId ()

Gets the value of the partyId property.

Returns
  • possible object is String

public String getSyncToken ()

Gets the value of the syncToken property.

Returns
  • possible object is String

public void setNgId (String value)

Sets the value of the ngId property.

Parameters
value Allowed object is String

public void setNgObjectType (ObjectName value)

Sets the value of the ngObjectType property.

Parameters
value Allowed object is ObjectName

public void setPartyId (String value)

Sets the value of the partyId property.

Parameters
value Allowed object is String

public void setSyncToken (String value)

Sets the value of the syncToken property.

Parameters
value Allowed object is String