|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.s_ramp.xmlns._2010.s_ramp.StoredQueryData
public class StoredQueryData
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>
| 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 |
|---|
protected String queryName
protected String queryString
protected List<String> propertyName
| Constructor Detail |
|---|
public StoredQueryData()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||