public class SearchByKeywords extends Object
Java class for searchByKeywords complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="searchByKeywords"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="keywords" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
keywords |
protected String |
sessionId |
Constructor and Description |
---|
SearchByKeywords() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getKeywords()
Gets the value of the keywords property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
public String getSessionId()
String
public void setSessionId(String value)
value
- allowed object is
String
public List<String> getKeywords()
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 keywords property.
For example, to add a new item, do as follows:
getKeywords().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2013 The ICAT Collaboration. All Rights Reserved.