@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:29:36+02:00", comments="JAXB RI v2.3.7") public class QueryParameters extends Object implements Serializable
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 and Description |
|---|
QueryParameters() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
String
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.