| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.WsRole |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isDefault | |||||||||||
| isInactive | |||||||||||
| isLoggedInRole | |||||||||||
| role | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the role property.
| |||||||||||
Gets the value of the isDefault property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Gets the value of the isLoggedInRole property.
| |||||||||||
Sets the value of the isDefault property.
| |||||||||||
Sets the value of the isInactive property.
| |||||||||||
Sets the value of the isLoggedInRole property.
| |||||||||||
Sets the value of the role property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the role property.
RecordRef
Gets the value of the isDefault property.
Gets the value of the isInactive property.
Gets the value of the isLoggedInRole property.
Sets the value of the isDefault property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isInactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isLoggedInRole property.
| value | Allowed object is Boolean |
|---|
Sets the value of the role property.
| value | Allowed object is
RecordRef
|
|---|