Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.feature.homezone.config.beans
Class NetworkCell

java.lang.Object
  extended by oracle.ocsb.app.rcc.feature.homezone.config.beans.NetworkCell

All Implemented Interfaces:
NetworkCellMBean, NetworkCellReadOnlyMBean

public class NetworkCell
extends Object
implements NetworkCellMBean

Java class for network-cell complex type.

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

 <complexType name="network_cell">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="access_info" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="access_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="values" type="{}values"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  String accessInfo
           
protected  String accessType
           
protected  Values values
           

 

Constructor Summary
NetworkCell()
          Default Constructor
NetworkCell(String accessInfo, String accessType, Values values)
           

 

Method Summary
 String getAccessInfo()
          Gets the value of the accessInfo property.
 String getAccessType()
          Gets the value of the accessType property.
 Values getValues()
          Gets the value of the values property.
 ValuesMBean getValuesMBean()
          Get the value of the Values element
 void setAccessInfo(String value)
          Sets the value of the accessInfo property.
 void setAccessType(String value)
          Sets the value of the accessType property.
 void setValues(Values value)
          Sets the value of the values property.
 void setValuesMBean(ValuesMBean val)
          Set the value of the Values element

 

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

 

Field Detail

accessInfo

protected String accessInfo

accessType

protected String accessType

values

protected Values values

Constructor Detail

NetworkCell

public NetworkCell()
Default Constructor

NetworkCell

public NetworkCell(String accessInfo,
                   String accessType,
                   Values values)

Method Detail

getAccessInfo

public String getAccessInfo()
Gets the value of the accessInfo property.
Specified by:
getAccessInfo in interface NetworkCellReadOnlyMBean
Returns:
possible object is String

setAccessInfo

public void setAccessInfo(String value)
Sets the value of the accessInfo property.
Specified by:
setAccessInfo in interface NetworkCellMBean
Parameters:
value - allowed object is String

getAccessType

public String getAccessType()
Gets the value of the accessType property.
Specified by:
getAccessType in interface NetworkCellReadOnlyMBean
Returns:
possible object is String

setAccessType

public void setAccessType(String value)
Sets the value of the accessType property.
Specified by:
setAccessType in interface NetworkCellMBean
Parameters:
value - allowed object is String

getValues

public Values getValues()
Gets the value of the values property.
Returns:
possible object is Values

setValues

public void setValues(Values value)
Sets the value of the values property.
Parameters:
value - allowed object is Values

getValuesMBean

public ValuesMBean getValuesMBean()
Get the value of the Values element
Specified by:
getValuesMBean in interface NetworkCellReadOnlyMBean

setValuesMBean

public void setValuesMBean(ValuesMBean val)
Set the value of the Values element
Specified by:
setValuesMBean in interface NetworkCellMBean

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.