public class SearchByAdvanced extends Object
Java class for searchByAdvanced complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="searchByAdvanced"> <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="advancedSearchDetails" type="{client.icat3.uk}advancedSearchDetails" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AdvancedSearchDetails |
advancedSearchDetails |
protected String |
sessionId |
Constructor and Description |
---|
SearchByAdvanced() |
Modifier and Type | Method and Description |
---|---|
AdvancedSearchDetails |
getAdvancedSearchDetails()
Gets the value of the advancedSearchDetails property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setAdvancedSearchDetails(AdvancedSearchDetails value)
Sets the value of the advancedSearchDetails property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected AdvancedSearchDetails advancedSearchDetails
public String getSessionId()
String
public void setSessionId(String value)
value
- allowed object is
String
public AdvancedSearchDetails getAdvancedSearchDetails()
AdvancedSearchDetails
public void setAdvancedSearchDetails(AdvancedSearchDetails value)
value
- allowed object is
AdvancedSearchDetails
Copyright © 2013 The ICAT Collaboration. All Rights Reserved.