public class Pos extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="pos">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:msid"/>
<xs:choice>
<xs:element ref="ns:pd"/>
<xs:element ref="ns:poserr"/>
</xs:choice>
<xs:element ref="ns:gsm_net_param" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Pos() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearChoiceSelect()
Clear the choice selection.
|
GsmNetParam |
getGsmNetParam()
Get the 'gsm_net_param' element value.
|
Msid |
getMsid()
Get the 'msid' element value.
|
Pd |
getPd()
Get the 'pd' element value.
|
Poserr |
getPoserr()
Get the 'poserr' element value.
|
boolean |
ifPd()
Check if Pd is current selection for choice.
|
boolean |
ifPoserr()
Check if Poserr is current selection for choice.
|
void |
setGsmNetParam(GsmNetParam gsmNetParam)
Set the 'gsm_net_param' element value.
|
void |
setMsid(Msid msid)
Set the 'msid' element value.
|
void |
setPd(Pd pd)
Set the 'pd' element value.
|
void |
setPoserr(Poserr poserr)
Set the 'poserr' element value.
|
public Msid getMsid()
public void setMsid(Msid msid)
msid - public void clearChoiceSelect()
public boolean ifPd()
true if selection, false if notpublic Pd getPd()
public void setPd(Pd pd)
pd - public boolean ifPoserr()
true if selection, false if notpublic Poserr getPoserr()
public void setPoserr(Poserr poserr)
poserr - public GsmNetParam getGsmNetParam()
public void setGsmNetParam(GsmNetParam gsmNetParam)
gsmNetParam - Copyright © 2016. All Rights Reserved.