public class Session extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="session">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute use="required" name="type">
<xs:simpleType>
<!-- Reference to inner class Type -->
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
| Modifier and Type | Class and Description |
|---|---|
static class |
Session.Type
Schema fragment(s) for this class:
|
| Constructor and Description |
|---|
Session() |
| Modifier and Type | Method and Description |
|---|---|
String |
getString()
Get the extension value.
|
Session.Type |
getType()
Get the 'type' attribute value.
|
void |
setString(String string)
Set the extension value.
|
void |
setType(Session.Type type)
Set the 'type' attribute value.
|
public String getString()
public void setString(String string)
string - public Session.Type getType()
public void setType(Session.Type type)
type - Copyright © 2016. All Rights Reserved.