Skip navigation links

Oracle Communications Service Broker SVC and VPN MBean Java API Reference
6.0

E26226-01


oracle.axia.apps.vpn.configuration.beans
Class VpnConfigType

java.lang.Object
  extended by oracle.axia.apps.vpn.configuration.beans.VpnConfigType


public class VpnConfigType
extends java.lang.Object

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

general

protected GeneralType general

callEngine

protected CallEngineType callEngine

statConfig

protected StatConfigType statConfig

Constructor Detail

VpnConfigType

public VpnConfigType()

Method Detail

getGeneral

public GeneralType getGeneral()
Gets the value of the general property.
Returns:
possible object is GeneralType

setGeneral

public void setGeneral(GeneralType value)
Sets the value of the general property.
Parameters:
value - allowed object is GeneralType

getCallEngine

public CallEngineType getCallEngine()
Gets the value of the callEngine property.
Returns:
possible object is CallEngineType

setCallEngine

public void setCallEngine(CallEngineType value)
Sets the value of the callEngine property.
Parameters:
value - allowed object is CallEngineType

getStatConfig

public StatConfigType getStatConfig()
Gets the value of the statConfig property.
Returns:
possible object is StatConfigType

setStatConfig

public void setStatConfig(StatConfigType value)
Sets the value of the statConfig property.
Parameters:
value - allowed object is StatConfigType

Skip navigation links

Oracle Communications Service Broker SVC and VPN MBean Java API Reference
6.0

E26226-01


Copyright © 2011, Oracle. All rights reserved.