public class

ExternalRole

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

Class Overview

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>
 

Summary

Nested Classes
class ExternalRole.RoleId

Java class for anonymous complex type. 

Fields
protected String authId
protected ExternalRole.RoleId roleId
protected RoleType roleType
Public Constructors
ExternalRole()
Public Methods
String getAuthId()
Gets the value of the authId property.
ExternalRole.RoleId getRoleId()
Gets the value of the roleId property.
RoleType getRoleType()
Gets the value of the roleType property.
void setAuthId(String value)
Sets the value of the authId property.
void setRoleId(ExternalRole.RoleId value)
Sets the value of the roleId property.
void setRoleType(RoleType value)
Sets the value of the roleType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String authId

protected ExternalRole.RoleId roleId

protected RoleType roleType

Public Constructors

public ExternalRole ()

Public Methods

public String getAuthId ()

Gets the value of the authId property.

Returns
  • possible object is String

public ExternalRole.RoleId getRoleId ()

Gets the value of the roleId property.

Returns

public RoleType getRoleType ()

Gets the value of the roleType property.

Returns

public void setAuthId (String value)

Sets the value of the authId property.

Parameters
value Allowed object is String

public void setRoleId (ExternalRole.RoleId value)

Sets the value of the roleId property.

Parameters
value Allowed object is ExternalRole.RoleId

public void setRoleType (RoleType value)

Sets the value of the roleType property.

Parameters
value Allowed object is RoleType