public class Qop extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="qop">
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0">
<!-- Reference to inner class Choice -->
</xs:choice>
<xs:element ref="ns:alt_acc" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Modifier and Type | Class and Description |
|---|---|
static class |
Qop.Choice
Schema fragment(s) for this class:
|
| Constructor and Description |
|---|
Qop() |
| Modifier and Type | Method and Description |
|---|---|
AltAcc |
getAltAcc()
Get the 'alt_acc' element value.
|
Qop.Choice |
getChoice()
Get the choice value.
|
void |
setAltAcc(AltAcc altAcc)
Set the 'alt_acc' element value.
|
void |
setChoice(Qop.Choice choice)
Set the choice value.
|
public Qop.Choice getChoice()
public void setChoice(Qop.Choice choice)
choice - public AltAcc getAltAcc()
public void setAltAcc(AltAcc altAcc)
altAcc - Copyright © 2016. All Rights Reserved.