public class

IdType

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.IdType
Known Direct Subclasses

Class Overview

Allows for strong-typing of Ids and qualifying the domain origin if 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>
 

Summary

Fields
protected IdDomainEnum idDomain
protected String value
Public Constructors
IdType()
Public Methods
IdDomainEnum getIdDomain()
Gets the value of the idDomain property.
String getValue()
Gets the value of the value property.
void setIdDomain(IdDomainEnum value)
Sets the value of the idDomain property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdDomainEnum idDomain

protected String value

Public Constructors

public IdType ()

Public Methods

public IdDomainEnum getIdDomain ()

Gets the value of the idDomain property.

Returns

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setIdDomain (IdDomainEnum value)

Sets the value of the idDomain property.

Parameters
value Allowed object is IdDomainEnum

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String