@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:27:12+02:00", comments="JAXB RI v2.2.11") 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 TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.