org.s_ramp.xmlns._2010.s_ramp
Class StoredQueryData

java.lang.Object
  extended by org.s_ramp.xmlns._2010.s_ramp.StoredQueryData
All Implemented Interfaces:
Serializable

public class StoredQueryData
extends Object
implements Serializable

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 name="queryName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="queryString" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{http://s-ramp.org/xmlns/2010/s-ramp}propertyName" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<String> propertyName
           
protected  String queryName
           
protected  String queryString
           
 
Constructor Summary
StoredQueryData()
           
 
Method Summary
 List<String> getPropertyName()
          Gets the value of the propertyName property.
 String getQueryName()
          Gets the value of the queryName property.
 String getQueryString()
          Gets the value of the queryString property.
 void setQueryName(String value)
          Sets the value of the queryName property.
 void setQueryString(String value)
          Sets the value of the queryString property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryName

protected String queryName

queryString

protected String queryString

propertyName

protected List<String> propertyName
Constructor Detail

StoredQueryData

public StoredQueryData()
Method Detail

getQueryName

public String getQueryName()
Gets the value of the queryName property.

Returns:
possible object is String

setQueryName

public void setQueryName(String value)
Sets the value of the queryName property.

Parameters:
value - allowed object is String

getQueryString

public String getQueryString()
Gets the value of the queryString property.

Returns:
possible object is String

setQueryString

public void setQueryString(String value)
Sets the value of the queryString property.

Parameters:
value - allowed object is String

getPropertyName

public List<String> getPropertyName()
Gets the value of the propertyName 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 propertyName property.

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

    getPropertyName().add(newItem);
 

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



Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.