public class Subclient extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="subclient">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:id"/>
<xs:element ref="ns:pwd" minOccurs="0"/>
<xs:element ref="ns:serviceid" minOccurs="0"/>
</xs:sequence>
<xs:attribute default="NO" name="last_client">
<xs:simpleType>
<!-- Reference to inner class LastClient -->
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
| Modifier and Type | Class and Description |
|---|---|
static class |
Subclient.LastClient
Schema fragment(s) for this class:
|
| Constructor and Description |
|---|
Subclient() |
| Modifier and Type | Method and Description |
|---|---|
Id |
getId()
Get the 'id' element value.
|
Subclient.LastClient |
getLastClient()
Get the 'last_client' attribute value.
|
Pwd |
getPwd()
Get the 'pwd' element value.
|
Serviceid |
getServiceid()
Get the 'serviceid' element value.
|
void |
setId(Id id)
Set the 'id' element value.
|
void |
setLastClient(Subclient.LastClient lastClient)
Set the 'last_client' attribute value.
|
void |
setPwd(Pwd pwd)
Set the 'pwd' element value.
|
void |
setServiceid(Serviceid serviceid)
Set the 'serviceid' element value.
|
public Id getId()
public void setId(Id id)
id - public Pwd getPwd()
public void setPwd(Pwd pwd)
pwd - public Serviceid getServiceid()
public void setServiceid(Serviceid serviceid)
serviceid - public Subclient.LastClient getLastClient()
public void setLastClient(Subclient.LastClient lastClient)
lastClient - Copyright © 2016. All Rights Reserved.