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 GeneralType

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


public class GeneralType
extends java.lang.Object

Java class for generalType complex type.

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

 <complexType name="generalType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="appAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="enableChargingEventRf" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="enableChargingSessionRf" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="maxNumOfRouterActors">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="1"/>
               <maxInclusive value="100"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String appAddress
           
protected  boolean enableChargingEventRf
           
protected  boolean enableChargingSessionRf
           
protected  int maxNumOfRouterActors
           

 

Constructor Summary
GeneralType()
           

 

Method Summary
 java.lang.String getAppAddress()
          Gets the value of the appAddress property.
 int getMaxNumOfRouterActors()
          Gets the value of the maxNumOfRouterActors property.
 boolean isEnableChargingEventRf()
          Gets the value of the enableChargingEventRf property.
 boolean isEnableChargingSessionRf()
          Gets the value of the enableChargingSessionRf property.
 void setAppAddress(java.lang.String value)
          Sets the value of the appAddress property.
 void setEnableChargingEventRf(boolean value)
          Sets the value of the enableChargingEventRf property.
 void setEnableChargingSessionRf(boolean value)
          Sets the value of the enableChargingSessionRf property.
 void setMaxNumOfRouterActors(int value)
          Sets the value of the maxNumOfRouterActors property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

appAddress

protected java.lang.String appAddress

enableChargingEventRf

protected boolean enableChargingEventRf

enableChargingSessionRf

protected boolean enableChargingSessionRf

maxNumOfRouterActors

protected int maxNumOfRouterActors

Constructor Detail

GeneralType

public GeneralType()

Method Detail

getAppAddress

public java.lang.String getAppAddress()
Gets the value of the appAddress property.
Returns:
possible object is String

setAppAddress

public void setAppAddress(java.lang.String value)
Sets the value of the appAddress property.
Parameters:
value - allowed object is String

isEnableChargingEventRf

public boolean isEnableChargingEventRf()
Gets the value of the enableChargingEventRf property.

setEnableChargingEventRf

public void setEnableChargingEventRf(boolean value)
Sets the value of the enableChargingEventRf property.

isEnableChargingSessionRf

public boolean isEnableChargingSessionRf()
Gets the value of the enableChargingSessionRf property.

setEnableChargingSessionRf

public void setEnableChargingSessionRf(boolean value)
Sets the value of the enableChargingSessionRf property.

getMaxNumOfRouterActors

public int getMaxNumOfRouterActors()
Gets the value of the maxNumOfRouterActors property.

setMaxNumOfRouterActors

public void setMaxNumOfRouterActors(int value)
Sets the value of the maxNumOfRouterActors property.

Skip navigation links

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

E26226-01


Copyright © 2011, Oracle. All rights reserved.