|
Oracle Communications Service Broker SVC and VPN MBean Java API Reference 6.0 E26226-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.axia.apps.vpn.configuration.beans.VpnConfigType
public class VpnConfigType
Java class for vpnConfigType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="vpnConfigType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="general" type="{http://xmls.oracle.com/axia/apps/vpn/config}generalType"/>
<element name="callEngine" type="{http://xmls.oracle.com/axia/apps/vpn/config}callEngineType"/>
<element name="statConfig" type="{http://xmls.oracle.com/axia/apps/vpn/config}StatConfigType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CallEngineType |
callEngine |
protected GeneralType |
general |
protected StatConfigType |
statConfig |
| Constructor Summary | |
|---|---|
VpnConfigType() |
|
| Method Summary | |
|---|---|
CallEngineType |
getCallEngine()Gets the value of the callEngine property. |
GeneralType |
getGeneral()Gets the value of the general property. |
StatConfigType |
getStatConfig()Gets the value of the statConfig property. |
void |
setCallEngine(CallEngineType value)Sets the value of the callEngine property. |
void |
setGeneral(GeneralType value)Sets the value of the general property. |
void |
setStatConfig(StatConfigType value)Sets the value of the statConfig property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected GeneralType general
protected CallEngineType callEngine
protected StatConfigType statConfig
| Constructor Detail |
|---|
public VpnConfigType()
| Method Detail |
|---|
public GeneralType getGeneral()
GeneralTypepublic void setGeneral(GeneralType value)
value - allowed object is GeneralTypepublic CallEngineType getCallEngine()
CallEngineTypepublic void setCallEngine(CallEngineType value)
value - allowed object is CallEngineTypepublic StatConfigType getStatConfig()
StatConfigTypepublic void setStatConfig(StatConfigType value)
value - allowed object is StatConfigType
|
Oracle Communications Service Broker SVC and VPN MBean Java API Reference 6.0 E26226-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||