|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.cin.nip.async.generic.QueryParameters
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:52:40+02:00",
comments="JAXB RI v2.3.6")
public class QueryParameters
Java class for QueryParameters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryParameters">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="includeIOs" type="{urn:be:cin:types:v1}StringList"/>
<element name="excludeIOs" type="{urn:be:cin:types:v1}StringList"/>
<element name="tackMessageNames" type="{urn:be:cin:types:v1}StringList" minOccurs="0"/>
</sequence>
<attribute name="Reference" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
QueryParameters()
|
|
| Method Summary | |
|---|---|
List<String> |
getExcludeIOs()
Gets the value of the excludeIOs property. |
List<String> |
getIncludeIOs()
Gets the value of the includeIOs property. |
String |
getReference()
Gets the value of the reference property. |
List<String> |
getTackMessageNames()
Gets the value of the tackMessageNames property. |
void |
setReference(String value)
Sets the value of the reference property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryParameters()
| Method Detail |
|---|
public List<String> getIncludeIOs()
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 includeIOs property.
For example, to add a new item, do as follows:
getIncludeIOs().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getExcludeIOs()
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 excludeIOs property.
For example, to add a new item, do as follows:
getExcludeIOs().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getTackMessageNames()
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 tackMessageNames property.
For example, to add a new item, do as follows:
getTackMessageNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getReference()
Stringpublic void setReference(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||