Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.service.subscriber_store.datavalidation.lifecycleconfig
Class LifecycleConfigType

java.lang.Object
  extended by oracle.ocsb.app.rcc.service.subscriber_store.datavalidation.lifecycleconfig.LifecycleConfigType

All Implemented Interfaces:
LifecycleConfigTypeMBean, LifecycleConfigTypeReadOnlyMBean

public class LifecycleConfigType
extends Object
implements LifecycleConfigTypeMBean

Java class for LifecycleConfigType complex type.

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

 <complexType name="LifecycleConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="state" type="{http://xmlns.oracle.com/ocsb/lcm-config}StateConfigType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  List<StateConfigType> state
           

 

Constructor Summary
LifecycleConfigType()
          Default Constructor
LifecycleConfigType(List<StateConfigType> state)
           

 

Method Summary
 void addState()
          Add a new element named state
 List<StateConfigType> getState()
          Gets the value of the state property.
 List<StateConfigTypeMBean> getStateMBean()
          Get the list of the StateConfigType element
 void removeState(int index)
          Remove an element named state by the index

 

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

 

Field Detail

state

protected List<StateConfigType> state

Constructor Detail

LifecycleConfigType

public LifecycleConfigType()
Default Constructor

LifecycleConfigType

public LifecycleConfigType(List<StateConfigType> state)

Method Detail

getState

public List<StateConfigType> getState()
Gets the value of the state 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 state property.

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

    getState().add(newItem);
 

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


addState

public void addState()
Add a new element named state
Specified by:
addState in interface LifecycleConfigTypeMBean

removeState

public void removeState(int index)
Remove an element named state by the index
Specified by:
removeState in interface LifecycleConfigTypeMBean
Parameters:
index - The index of removing elements

getStateMBean

public List<StateConfigTypeMBean> getStateMBean()
Get the list of the StateConfigType element
Specified by:
getStateMBean in interface LifecycleConfigTypeReadOnlyMBean

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.