Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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


public class Query
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}filter-class" minOccurs="0"/>
         <element name="persistence_query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String filterClass
           
protected  java.lang.String name
           
protected  java.lang.String persistenceQuery
           

 

Constructor Summary
Query()
           

 

Method Summary
 java.lang.String getFilterClass()
          Gets the value of the filterClass property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getPersistenceQuery()
          Gets the value of the persistenceQuery property.
 void setFilterClass(java.lang.String value)
          Sets the value of the filterClass property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPersistenceQuery(java.lang.String value)
          Sets the value of the persistenceQuery property.

 

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

 

Field Detail

filterClass

protected java.lang.String filterClass

persistenceQuery

protected java.lang.String persistenceQuery

name

protected java.lang.String name

Constructor Detail

Query

public Query()

Method Detail

getFilterClass

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

setFilterClass

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

getPersistenceQuery

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

setPersistenceQuery

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

getName

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

setName

public void setName(java.lang.String value)
Sets the value of the name 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.