|
Oracle Communications Service Broker Platform MBean Java API Reference 6.0 E26173-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.axia.config.beans.storage.persistence.KVMapping
public class KVMapping
Java class for KVMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KVMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeyMapping" type="{http://xmlns.oracle.com/axia/store-persistence}KeyMapping" maxOccurs="unbounded" minOccurs="0"/>
<element name="ValueMapping" type="{http://xmlns.oracle.com/axia/store-persistence}ValueMapping" maxOccurs="unbounded" minOccurs="0"/>
<element name="Indexing" type="{http://xmlns.oracle.com/axia/store-persistence}Indexing" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="desc" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sequence" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
desc |
protected java.util.List<Indexing> |
indexing |
protected java.util.List<KeyMapping> |
keyMapping |
protected java.lang.String |
name |
protected java.lang.Boolean |
sequence |
protected java.util.List<ValueMapping> |
valueMapping |
| Constructor Summary | |
|---|---|
KVMapping()Default Constructor |
|
KVMapping(java.util.List<KeyMapping> keyMapping, java.util.List<ValueMapping> valueMapping, java.util.List<Indexing> indexing, java.lang.String name, java.lang.String desc, java.lang.Boolean sequence) |
|
| Method Summary | |
|---|---|
void |
addIndexing()Add a new element named indexing |
void |
addKeyMapping()Add a new element named keyMapping |
void |
addValueMapping()Add a new element named valueMapping |
java.lang.String |
getDesc()Gets the value of the desc property. |
java.util.List<Indexing> |
getIndexing()Gets the value of the indexing property. |
java.util.List<IndexingMBean> |
getIndexingMBean()Get the list of the Indexing element |
java.util.List<KeyMapping> |
getKeyMapping()Gets the value of the keyMapping property. |
java.util.List<KeyMappingMBean> |
getKeyMappingMBean()Get the list of the KeyMapping element |
java.lang.String |
getName()Gets the value of the name property. |
java.util.List<ValueMapping> |
getValueMapping()Gets the value of the valueMapping property. |
java.util.List<ValueMappingMBean> |
getValueMappingMBean()Get the list of the ValueMapping element |
boolean |
isSequence()Gets the value of the sequence property. |
void |
removeIndexing(int index)Remove an element named indexing by the index |
void |
removeKeyMapping(int index)Remove an element named keyMapping by the index |
void |
removeValueMapping(int index)Remove an element named valueMapping by the index |
void |
setDesc(java.lang.String value)Sets the value of the desc property. |
void |
setName(java.lang.String value)Sets the value of the name property. |
void |
setSequence(java.lang.Boolean value)Sets the value of the sequence property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<KeyMapping> keyMapping
protected java.util.List<ValueMapping> valueMapping
protected java.util.List<Indexing> indexing
protected java.lang.String name
protected java.lang.String desc
protected java.lang.Boolean sequence
| Constructor Detail |
|---|
public KVMapping()
public KVMapping(java.util.List<KeyMapping> keyMapping,
java.util.List<ValueMapping> valueMapping,
java.util.List<Indexing> indexing,
java.lang.String name,
java.lang.String desc,
java.lang.Boolean sequence)
| Method Detail |
|---|
public java.util.List<KeyMapping> getKeyMapping()
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 keyMapping property.
For example, to add a new item, do as follows:
getKeyMapping().add(newItem);
Objects of the following type(s) are allowed in the list KeyMapping
public java.util.List<ValueMapping> getValueMapping()
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 valueMapping property.
For example, to add a new item, do as follows:
getValueMapping().add(newItem);
Objects of the following type(s) are allowed in the list ValueMapping
public java.util.List<Indexing> getIndexing()
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 indexing property.
For example, to add a new item, do as follows:
getIndexing().add(newItem);
Objects of the following type(s) are allowed in the list Indexing
public java.lang.String getName()
getName in interface KVMappingReadOnlyMBeanStringpublic void setName(java.lang.String value)
setName in interface KVMappingMBeanvalue - allowed object is Stringpublic java.lang.String getDesc()
getDesc in interface KVMappingReadOnlyMBeanStringpublic void setDesc(java.lang.String value)
setDesc in interface KVMappingMBeanvalue - allowed object is Stringpublic boolean isSequence()
isSequence in interface KVMappingMBeanBooleanpublic void setSequence(java.lang.Boolean value)
setSequence in interface KVMappingMBeanvalue - allowed object is Booleanpublic void addKeyMapping()
addKeyMapping in interface KVMappingMBeanpublic void removeKeyMapping(int index)
removeKeyMapping in interface KVMappingMBeanindex - The index of removing elementspublic void addValueMapping()
addValueMapping in interface KVMappingMBeanpublic void removeValueMapping(int index)
removeValueMapping in interface KVMappingMBeanindex - The index of removing elementspublic void addIndexing()
addIndexing in interface KVMappingMBeanpublic void removeIndexing(int index)
removeIndexing in interface KVMappingMBeanindex - The index of removing elementspublic java.util.List<KeyMappingMBean> getKeyMappingMBean()
getKeyMappingMBean in interface KVMappingReadOnlyMBeanpublic java.util.List<ValueMappingMBean> getValueMappingMBean()
getValueMappingMBean in interface KVMappingReadOnlyMBeanpublic java.util.List<IndexingMBean> getIndexingMBean()
getIndexingMBean in interface KVMappingReadOnlyMBean
|
Oracle Communications Service Broker Platform MBean Java API Reference 6.0 E26173-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||