| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2013_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_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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isDefault | |||||||||||
| isInactive | |||||||||||
| isLoggedInRole | |||||||||||
| role | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the isDefault property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Gets the value of the isLoggedInRole property.
| |||||||||||
Gets the value of the role 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 isDefault property. This getter has been renamed from isIsDefault() to getIsDefault() by cxf-xjc-boolean plugin.
Gets the value of the isInactive property. This getter has been renamed from isIsInactive() to getIsInactive() by cxf-xjc-boolean plugin.
Gets the value of the isLoggedInRole property. This getter has been renamed from isIsLoggedInRole() to getIsLoggedInRole() by cxf-xjc-boolean plugin.
Gets the value of the role property.
RecordRef
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
|
|---|