public class

WsRole

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.WsRole

Class Overview

Java class for WsRole complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="WsRole">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="role" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isLoggedInRole" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean isDefault
protected Boolean isInactive
protected Boolean isLoggedInRole
protected RecordRef role
Public Constructors
WsRole()
Public Methods
RecordRef getRole()
Gets the value of the role property.
Boolean isIsDefault()
Gets the value of the isDefault property.
Boolean isIsInactive()
Gets the value of the isInactive property.
Boolean isIsLoggedInRole()
Gets the value of the isLoggedInRole property.
void setIsDefault(Boolean value)
Sets the value of the isDefault property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setIsLoggedInRole(Boolean value)
Sets the value of the isLoggedInRole property.
void setRole(RecordRef value)
Sets the value of the role property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean isDefault

protected Boolean isInactive

protected Boolean isLoggedInRole

protected RecordRef role

Public Constructors

public WsRole ()

Public Methods

public RecordRef getRole ()

Gets the value of the role property.

Returns

public Boolean isIsDefault ()

Gets the value of the isDefault property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public Boolean isIsLoggedInRole ()

Gets the value of the isLoggedInRole property.

Returns
  • possible object is Boolean

public void setIsDefault (Boolean value)

Sets the value of the isDefault property.

Parameters
value Allowed object is Boolean

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setIsLoggedInRole (Boolean value)

Sets the value of the isLoggedInRole property.

Parameters
value Allowed object is Boolean

public void setRole (RecordRef value)

Sets the value of the role property.

Parameters
value Allowed object is RecordRef