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 StateConfigType

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

All Implemented Interfaces:
StateConfigTypeMBean, StateConfigTypeReadOnlyMBean

public class StateConfigType
extends Object
implements StateConfigTypeMBean

Java class for StateConfigType complex type.

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

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

Field Summary
protected  String name
           

 

Constructor Summary
StateConfigType()
          Default Constructor
StateConfigType(String name)
           

 

Method Summary
 String getName()
          Gets the value of the name property.
 void setName(String value)
          Sets the value of the name property.

 

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

 

Field Detail

name

protected String name

Constructor Detail

StateConfigType

public StateConfigType()
Default Constructor

StateConfigType

public StateConfigType(String name)

Method Detail

getName

public String getName()
Gets the value of the name property.
Specified by:
getName in interface StateConfigTypeReadOnlyMBean
Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.
Specified by:
setName in interface StateConfigTypeMBean
Parameters:
value - allowed object is String

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.