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://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}propertyName" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
propertyName |
protected String |
queryName |
protected String |
queryString |
| Constructor and Description |
|---|
StoredQueryData() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getQueryName()
Stringpublic void setQueryName(String value)
value - allowed object is
Stringpublic String getQueryString()
Stringpublic void setQueryString(String value)
value - allowed object is
Stringpublic List<String> getPropertyName()
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-2013 JBoss, a division of Red Hat. All Rights Reserved.