public class Inquiry extends Object implements Serializable
<complexType name="Inquiry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schema.samply.de/common/Query}Query"/>
<element ref="{http://schema.samply.de/cql/cqlQueryList}CqlQueryList"/>
<element name="ExposeURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Author" type="{http://schema.samply.de/common/Inquiry}contact"/>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SearchFor" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="revision" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Contact |
author |
protected CqlQueryList |
cqlQueryList |
protected String |
description |
protected String |
exposeUrl |
protected String |
id |
protected String |
label |
protected Query |
query |
protected String |
revision |
protected List<String> |
searchFor |
| Constructor and Description |
|---|
Inquiry() |
| Modifier and Type | Method and Description |
|---|---|
Contact |
getAuthor()
Gets the value of the author property.
|
CqlQueryList |
getCqlQueryList() |
String |
getDescription()
Gets the value of the description property.
|
String |
getExposeUrl()
Gets the value of the exposeURL property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLabel()
Gets the value of the label property.
|
Query |
getQuery()
Gets the value of the query property.
|
String |
getRevision()
Gets the value of the revision property.
|
List<String> |
getSearchFor()
Gets the value of the searchFor property.
|
void |
setAuthor(Contact value)
Sets the value of the author property.
|
void |
setCqlQueryList(CqlQueryList cqlQueryList) |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExposeUrl(String value)
Sets the value of the exposeURL property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setQuery(Query value)
Sets the value of the query property.
|
void |
setRevision(String value)
Sets the value of the revision property.
|
protected Query query
protected CqlQueryList cqlQueryList
protected String exposeUrl
protected Contact author
protected String label
protected String description
protected String id
protected String revision
public Query getQuery()
Querypublic void setQuery(Query value)
value - allowed object is Querypublic CqlQueryList getCqlQueryList()
public void setCqlQueryList(CqlQueryList cqlQueryList)
public String getExposeUrl()
Stringpublic void setExposeUrl(String value)
value - allowed object is Stringpublic Contact getAuthor()
Contactpublic void setAuthor(Contact value)
value - allowed object is Contactpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is Stringpublic List<String> getSearchFor()
set method for the searchFor property.
For example, to add a new item, do as follows:
getSearchFor().add(newItem);
Objects of the following type(s) are allowed in the list Stringpublic void setId(String value)
value - allowed object is Stringpublic String getRevision()
StringCopyright © 2021 Samply Community. All rights reserved.