| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | |
| ↳ | org.mule.modules.quickbooks.windows.schema.ExternalRole | |
Product: QBW Description: Object that allows adding a role that will allow for filtering data pertaining only to the requestor.
Java class for ExternalRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalRole">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmObject">
<sequence>
<element name="AuthId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="RoleId">
<complexType>
<simpleContent>
<restriction base="<http://www.intuit.com/sb/cdm/v2>IdType">
<attribute name="idDomain" use="required" type="{http://www.intuit.com/sb/cdm/v2}idDomainEnum" fixed="QB" />
</restriction>
</simpleContent>
</complexType>
</element>
<element name="RoleType" type="{http://www.intuit.com/sb/cdm/v2}roleType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ExternalRole.RoleId | Java class for anonymous complex type. |
||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authId | |||||||||||
| roleId | |||||||||||
| roleType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authId property.
| |||||||||||
Gets the value of the roleId property.
| |||||||||||
Gets the value of the roleType property.
| |||||||||||
Sets the value of the authId property.
| |||||||||||
Sets the value of the roleId property.
| |||||||||||
Sets the value of the roleType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the authId property.
Gets the value of the roleId property.
ExternalRole.RoleId
Gets the value of the roleType property.
RoleType
Sets the value of the authId property.
| value | Allowed object is String |
|---|
Sets the value of the roleId property.
| value | Allowed object is
ExternalRole.RoleId
|
|---|
Sets the value of the roleType property.
| value | Allowed object is
RoleType
|
|---|