public class TrlPos extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="trl_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:sequence>
<xs:attribute use="required" name="trl_trigger">
<xs:simpleType>
<!-- Reference to inner class TrlTrigger -->
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
| Modifier and Type | Class and Description |
|---|---|
static class |
TrlPos.TrlTrigger
Schema fragment(s) for this class:
|
| Constructor and Description |
|---|
TrlPos() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearChoiceSelect()
Clear the choice selection.
|
Msid |
getMsid()
Get the 'msid' element value.
|
Pd |
getPd()
Get the 'pd' element value.
|
Poserr |
getPoserr()
Get the 'poserr' element value.
|
TrlPos.TrlTrigger |
getTrlTrigger()
Get the 'trl_trigger' attribute value.
|
boolean |
ifPd()
Check if Pd is current selection for choice.
|
boolean |
ifPoserr()
Check if Poserr is current selection for choice.
|
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.
|
void |
setTrlTrigger(TrlPos.TrlTrigger trlTrigger)
Set the 'trl_trigger' attribute 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 TrlPos.TrlTrigger getTrlTrigger()
public void setTrlTrigger(TrlPos.TrlTrigger trlTrigger)
trlTrigger - Copyright © 2016. All Rights Reserved.