|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.daas.complextype.v1.Destination
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:44:10+02:00",
comments="JAXB RI v2.3.6")
public class Destination
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 Summary | |
|---|---|
Destination()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Destination()
| Method Detail |
|---|
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()
Stringpublic void setDataset(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||