| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.messages_2010_2.SessionResponse |
Java class for SessionResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SessionResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:core_2010_2.platform.webservices.netsuite.com}status"/>
<element name="userId" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element ref="{urn:core_2010_2.platform.webservices.netsuite.com}wsRoleList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| status | |||||||||||
| userId | |||||||||||
| wsRoleList | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the status property.
| |||||||||||
Gets the value of the userId property.
| |||||||||||
Gets the value of the wsRoleList property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the userId property.
| |||||||||||
Sets the value of the wsRoleList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the userId property.
RecordRef
Gets the value of the wsRoleList property.
WsRoleList
Sets the value of the status property.
| value | Allowed object is
Status
|
|---|
Sets the value of the userId property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the wsRoleList property.
| value | Allowed object is
WsRoleList
|
|---|