@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:20:59+02:00", comments="JAXB RI v2.2.11") 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">
<sequence>
<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"/>
</sequence>
<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.
|
String |
getId()
Gets the value of the id property.
|
List<Name> |
getNames()
Gets the value of the names property.
|
String |
getQuality()
Gets the value of the quality property.
|
String |
getType()
Gets the value of the type property.
|
void |
setChannel(String value)
Sets the value of the channel property.
|
void |
setDataset(String value)
Sets the value of the dataset property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setQuality(String value)
Sets the value of the quality property.
|
void |
setType(String value)
Sets the value of the type property.
|
public void setId(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getQuality()
Stringpublic void setQuality(String value)
value - allowed object is
Stringpublic List<Name> getNames()
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 names property.
For example, to add a new item, do as follows:
getNames().add(newItem);
Objects of the following type(s) are allowed in the list
Name
public String getChannel()
Stringpublic void setChannel(String value)
value - allowed object is
Stringpublic String getDataset()
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.