Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.fw
Class Store

java.lang.Object
  extended by oracle.axia.config.beans.storage.fw.Store


public class Store
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/axia/store-config}identifier"/>
         <element ref="{http://xmlns.oracle.com/axia/store-config}index" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="preload" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="cache_name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type_id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="persistence_unit" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String cacheName
           
protected  Identifier identifier
           
protected  java.util.List<Index> index
           
protected  java.lang.String persistenceUnit
           
protected  java.lang.Boolean preload
           
protected  java.lang.String typeId
           

 

Constructor Summary
Store()
           

 

Method Summary
 java.lang.String getCacheName()
          Gets the value of the cacheName property.
 Identifier getIdentifier()
          Gets the value of the identifier property.
 java.util.List<Index> getIndex()
          Gets the value of the index property.
 java.lang.String getPersistenceUnit()
          Gets the value of the persistenceUnit property.
 java.lang.String getTypeId()
          Gets the value of the typeId property.
 boolean isPreload()
          Gets the value of the preload property.
 void setCacheName(java.lang.String value)
          Sets the value of the cacheName property.
 void setIdentifier(Identifier value)
          Sets the value of the identifier property.
 void setPersistenceUnit(java.lang.String value)
          Sets the value of the persistenceUnit property.
 void setPreload(java.lang.Boolean value)
          Sets the value of the preload property.
 void setTypeId(java.lang.String value)
          Sets the value of the typeId property.

 

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

 

Field Detail

identifier

protected Identifier identifier

index

protected java.util.List<Index> index

preload

protected java.lang.Boolean preload

cacheName

protected java.lang.String cacheName

typeId

protected java.lang.String typeId

persistenceUnit

protected java.lang.String persistenceUnit

Constructor Detail

Store

public Store()

Method Detail

getIdentifier

public Identifier getIdentifier()
Gets the value of the identifier property.
Returns:
possible object is Identifier

setIdentifier

public void setIdentifier(Identifier value)
Sets the value of the identifier property.
Parameters:
value - allowed object is Identifier

getIndex

public java.util.List<Index> getIndex()
Gets the value of the index 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 index property.

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

    getIndex().add(newItem);
 

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


isPreload

public boolean isPreload()
Gets the value of the preload property.
Returns:
possible object is Boolean

setPreload

public void setPreload(java.lang.Boolean value)
Sets the value of the preload property.
Parameters:
value - allowed object is Boolean

getCacheName

public java.lang.String getCacheName()
Gets the value of the cacheName property.
Returns:
possible object is String

setCacheName

public void setCacheName(java.lang.String value)
Sets the value of the cacheName property.
Parameters:
value - allowed object is String

getTypeId

public java.lang.String getTypeId()
Gets the value of the typeId property.
Returns:
possible object is String

setTypeId

public void setTypeId(java.lang.String value)
Sets the value of the typeId property.
Parameters:
value - allowed object is String

getPersistenceUnit

public java.lang.String getPersistenceUnit()
Gets the value of the persistenceUnit property.
Returns:
possible object is String

setPersistenceUnit

public void setPersistenceUnit(java.lang.String value)
Sets the value of the persistenceUnit property.
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.