public static class Msids.Choice extends Object
<xs:choice xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" maxOccurs="unbounded">
<xs:sequence>
<xs:element ref="ns:msid"/>
<xs:element ref="ns:codeword" minOccurs="0"/>
<xs:element ref="ns:session" minOccurs="0"/>
</xs:sequence>
<xs:sequence>
<xs:element ref="ns:msid_range"/>
<xs:element ref="ns:codeword" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:choice>
| Constructor and Description |
|---|
Msids.Choice() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearChoiceListSelect()
Clear the choice selection.
|
Codeword |
getCodeword()
Get the 'codeword' element value.
|
List<Codeword> |
getCodewordList()
Get the list of 'codeword' element items.
|
Msid |
getMsid()
Get the 'msid' element value.
|
MsidRange |
getMsidRange()
Get the 'msid_range' element value.
|
Session |
getSession()
Get the 'session' element value.
|
boolean |
ifMsid()
Check if Msid is current selection for choice.
|
boolean |
ifMsidRange()
Check if MsidRange is current selection for choice.
|
void |
setCodeword(Codeword codeword)
Set the 'codeword' element value.
|
void |
setCodewordList(List<Codeword> list)
Set the list of 'codeword' element items.
|
void |
setMsid(Msid msid)
Set the 'msid' element value.
|
void |
setMsidRange(MsidRange msidRange)
Set the 'msid_range' element value.
|
void |
setSession(Session session)
Set the 'session' element value.
|
public void clearChoiceListSelect()
public boolean ifMsid()
true if selection, false if notpublic Msid getMsid()
public void setMsid(Msid msid)
msid - public Codeword getCodeword()
public void setCodeword(Codeword codeword)
codeword - public Session getSession()
public void setSession(Session session)
session - public boolean ifMsidRange()
true if selection, false if notpublic MsidRange getMsidRange()
public void setMsidRange(MsidRange msidRange)
msidRange - public List<Codeword> getCodewordList()
Copyright © 2016. All Rights Reserved.