Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.persistence
Class FilePersistence

java.lang.Object
  extended by oracle.axia.config.beans.storage.persistence.FilePersistence

All Implemented Interfaces:
FilePersistenceMBean, FilePersistenceReadOnlyMBean

public class FilePersistence
extends java.lang.Object
implements FilePersistenceMBean

Java class for FilePersistence complex type.

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

 <complexType name="FilePersistence">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element name="KVMapping" type="{http://xmlns.oracle.com/axia/store-persistence}KVMapping" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.util.List<KVMapping> kvMapping
           

 

Constructor Summary
FilePersistence()
          Default Constructor
FilePersistence(java.util.List<KVMapping> kvMapping)
           

 

Method Summary
 void addKvMapping()
          Add a new element named kvMapping
 java.util.List<KVMapping> getKVMapping()
          Gets the value of the kvMapping property.
 java.util.List<KVMappingMBean> getKVMappingMBean()
          Get the list of the KVMapping element
 void removeKvMapping(int index)
          Remove an element named kvMapping by the index

 

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

 

Field Detail

kvMapping

protected java.util.List<KVMapping> kvMapping

Constructor Detail

FilePersistence

public FilePersistence()
Default Constructor

FilePersistence

public FilePersistence(java.util.List<KVMapping> kvMapping)

Method Detail

getKVMapping

public java.util.List<KVMapping> getKVMapping()
Gets the value of the kvMapping 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 kvMapping property.

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

    getKVMapping().add(newItem);
 

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


addKvMapping

public void addKvMapping()
Add a new element named kvMapping
Specified by:
addKvMapping in interface FilePersistenceMBean

removeKvMapping

public void removeKvMapping(int index)
Remove an element named kvMapping by the index
Specified by:
removeKvMapping in interface FilePersistenceMBean
Parameters:
index - The index of removing elements

getKVMappingMBean

public java.util.List<KVMappingMBean> getKVMappingMBean()
Get the list of the KVMapping element
Specified by:
getKVMappingMBean in interface FilePersistenceReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.