|
Oracle Communications Service Broker Policy and Charging MBean Java API Reference 6.0 E26225-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ocsb.app.rcc.mediation.radius2pcp.config.beans.ServiceTypes
public class ServiceTypes
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>
| 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 |
|---|
protected List<ServiceType> service
| Constructor Detail |
|---|
public ServiceTypes()
public ServiceTypes(List<ServiceType> service)
| Method Detail |
|---|
public List<ServiceType> getService()
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
public boolean isSetService()
isSetService in interface ServiceTypesMBeanpublic void unsetService()
unsetService in interface ServiceTypesMBeanpublic void addService()
addService in interface ServiceTypesMBeanpublic void removeService(int index)
removeService in interface ServiceTypesMBeanindex - The index of removing elementspublic List<ServiceTypeMBean> getServiceMBean()
getServiceMBean in interface ServiceTypesReadOnlyMBean
|
Oracle Communications Service Broker Policy and Charging MBean Java API Reference 6.0 E26225-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||