public class

WsRole

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_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_2013_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
Boolean getIsDefault()
Gets the value of the isDefault property.
Boolean getIsInactive()
Gets the value of the isInactive property.
Boolean getIsLoggedInRole()
Gets the value of the isLoggedInRole property.
RecordRef getRole()
Gets the value of the role 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 Boolean getIsDefault ()

Gets the value of the isDefault property. This getter has been renamed from isIsDefault() to getIsDefault() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsInactive ()

Gets the value of the isInactive property. This getter has been renamed from isIsInactive() to getIsInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsLoggedInRole ()

Gets the value of the isLoggedInRole property. This getter has been renamed from isIsLoggedInRole() to getIsLoggedInRole() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public RecordRef getRole ()

Gets the value of the role property.

Returns

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