| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.IdType |
Known Direct Subclasses
|
Product: ALL Description: Allows for strong-typing of Ids and qualifying the domain origin of the Id. The acceptable values for the domain are defined in the idDomainEnum.
Java class for IdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="idDomain" type="{http://www.intuit.com/sb/cdm/v2}idDomainEnum" default="NG" />
</extension>
</simpleContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| idDomain | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the idDomain property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the idDomain property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the idDomain property.
IdDomainEnum
Gets the value of the value property.
Sets the value of the idDomain property.
| value | Allowed object is
IdDomainEnum
|
|---|
Sets the value of the value property.
| value | Allowed object is String |
|---|