@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:24:59+02:00", comments="JAXB RI v2.3.7") public class Destination extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Quality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{urn:be:fgov:ehealth:daas:complextype:v1}Name" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<attribute name="Channel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Dataset" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Destination() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel()
Gets the value of the channel property.
|
String |
getDataset()
Gets the value of the dataset property.
|
List<Serializable> |
getIdsAndTypesAndQualities()
Gets the value of the idsAndTypesAndQualities property.
|
void |
setChannel(String value)
Sets the value of the channel property.
|
void |
setDataset(String value)
Sets the value of the dataset property.
|
public List<Serializable> getIdsAndTypesAndQualities()
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 idsAndTypesAndQualities property.
For example, to add a new item, do as follows:
getIdsAndTypesAndQualities().add(newItem);
Objects of the following type(s) are allowed in the list
Name
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
public String getChannel()
Stringpublic void setChannel(String value)
value - allowed object is
Stringpublic String getDataset()
String
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.