Skip navigation links

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

E26226-01


oracle.axia.apps.svc.common.configuration.beans
Class SvcConfigType

java.lang.Object
  extended by oracle.axia.apps.svc.common.configuration.beans.SvcConfigType


public class SvcConfigType
extends java.lang.Object

Java class for svcConfigType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="svcConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="callControl" type="{http://xmls.oracle.com/axia/apps/svc/config}callControlType"/>
         <element name="statConfig" type="{http://xmls.oracle.com/axia/apps/svc/config}StatConfigType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  CallControlType callControl
           
protected  StatConfigType statConfig
           

 

Constructor Summary
SvcConfigType()
           

 

Method Summary
 CallControlType getCallControl()
          Gets the value of the callControl property.
 StatConfigType getStatConfig()
          Gets the value of the statConfig property.
 void setCallControl(CallControlType value)
          Sets the value of the callControl 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

callControl

protected CallControlType callControl

statConfig

protected StatConfigType statConfig

Constructor Detail

SvcConfigType

public SvcConfigType()

Method Detail

getCallControl

public CallControlType getCallControl()
Gets the value of the callControl property.
Returns:
possible object is CallControlType

setCallControl

public void setCallControl(CallControlType value)
Sets the value of the callControl property.
Parameters:
value - allowed object is CallControlType

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.