public class Client extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="client">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:id"/>
<xs:element ref="ns:pwd" minOccurs="0"/>
<xs:element ref="ns:serviceid" minOccurs="0"/>
<xs:element ref="ns:requestmode" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Client() |
| Modifier and Type | Method and Description |
|---|---|
Id |
getId()
Get the 'id' element value.
|
Pwd |
getPwd()
Get the 'pwd' element value.
|
Requestmode |
getRequestmode()
Get the 'requestmode' element value.
|
Serviceid |
getServiceid()
Get the 'serviceid' element value.
|
void |
setId(Id id)
Set the 'id' element value.
|
void |
setPwd(Pwd pwd)
Set the 'pwd' element value.
|
void |
setRequestmode(Requestmode requestmode)
Set the 'requestmode' 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 Requestmode getRequestmode()
public void setRequestmode(Requestmode requestmode)
requestmode - Copyright © 2016. All Rights Reserved.