public class Eqop extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="eqop">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:resp_req" minOccurs="0"/>
<xs:element ref="ns:resp_timer" minOccurs="0"/>
<xs:choice minOccurs="0">
<!-- Reference to inner class Choice -->
</xs:choice>
<xs:element ref="ns:alt_acc" minOccurs="0"/>
<xs:element ref="ns:max_loc_age" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Modifier and Type | Class and Description |
|---|---|
static class |
Eqop.Choice
Schema fragment(s) for this class:
|
| Constructor and Description |
|---|
Eqop() |
| Modifier and Type | Method and Description |
|---|---|
AltAcc |
getAltAcc()
Get the 'alt_acc' element value.
|
Eqop.Choice |
getChoice()
Get the choice value.
|
MaxLocAge |
getMaxLocAge()
Get the 'max_loc_age' element value.
|
RespReq |
getRespReq()
Get the 'resp_req' element value.
|
RespTimer |
getRespTimer()
Get the 'resp_timer' element value.
|
void |
setAltAcc(AltAcc altAcc)
Set the 'alt_acc' element value.
|
void |
setChoice(Eqop.Choice choice)
Set the choice value.
|
void |
setMaxLocAge(MaxLocAge maxLocAge)
Set the 'max_loc_age' element value.
|
void |
setRespReq(RespReq respReq)
Set the 'resp_req' element value.
|
void |
setRespTimer(RespTimer respTimer)
Set the 'resp_timer' element value.
|
public RespReq getRespReq()
public void setRespReq(RespReq respReq)
respReq - public RespTimer getRespTimer()
public void setRespTimer(RespTimer respTimer)
respTimer - public Eqop.Choice getChoice()
public void setChoice(Eqop.Choice choice)
choice - public AltAcc getAltAcc()
public void setAltAcc(AltAcc altAcc)
altAcc - public MaxLocAge getMaxLocAge()
public void setMaxLocAge(MaxLocAge maxLocAge)
maxLocAge - Copyright © 2016. All Rights Reserved.