Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.mediation.radius2pcp.config.beans
Class ServiceTypes

java.lang.Object
  extended by oracle.ocsb.app.rcc.mediation.radius2pcp.config.beans.ServiceTypes

All Implemented Interfaces:
Serializable, ServiceTypesMBean, ServiceTypesReadOnlyMBean

public class ServiceTypes
extends Object
implements Serializable, ServiceTypesMBean

Java class for ServiceTypes complex type.

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

 <complexType name="ServiceTypes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="service" type="{http://xmlns.oracle.com/axia/radius-authentication-config}ServiceType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  List<ServiceType> service
           

 

Constructor Summary
ServiceTypes()
          Default Constructor
ServiceTypes(List<ServiceType> service)
           

 

Method Summary
 void addService()
          Add a new element named service
 List<ServiceType> getService()
          Gets the value of the service property.
 List<ServiceTypeMBean> getServiceMBean()
          Get the list of the ServiceType element
 boolean isSetService()
           
 void removeService(int index)
          Remove an element named service by the index
 void unsetService()
           

 

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

 

Field Detail

service

protected List<ServiceType> service

Constructor Detail

ServiceTypes

public ServiceTypes()
Default Constructor

ServiceTypes

public ServiceTypes(List<ServiceType> service)

Method Detail

getService

public List<ServiceType> getService()
Gets the value of the service property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the service property.

For example, to add a new item, do as follows:

    getService().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceType


isSetService

public boolean isSetService()
Specified by:
isSetService in interface ServiceTypesMBean

unsetService

public void unsetService()
Specified by:
unsetService in interface ServiceTypesMBean

addService

public void addService()
Add a new element named service
Specified by:
addService in interface ServiceTypesMBean

removeService

public void removeService(int index)
Remove an element named service by the index
Specified by:
removeService in interface ServiceTypesMBean
Parameters:
index - The index of removing elements

getServiceMBean

public List<ServiceTypeMBean> getServiceMBean()
Get the list of the ServiceType element
Specified by:
getServiceMBean in interface ServiceTypesReadOnlyMBean

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.