@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:24:15+02:00", comments="JAXB RI v2.3.7") public class GetEtkResponse extends ResponseType implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:1_0:protocol}ResponseType"> <sequence minOccurs="0"> <element name="GivenSearchCriteria" type="{urn:be:fgov:ehealth:etkdepot:1_0:protocol}SearchCriteriaType"/> <choice minOccurs="0"> <element ref="{urn:be:fgov:ehealth:etkdepot:1_0:protocol}MatchingEtk" maxOccurs="unbounded"/> <element name="ETK" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="Error" type="{urn:be:fgov:ehealth:etkdepot:1_0:protocol}ErrorType" maxOccurs="unbounded"/> </choice> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
GetEtkResponse() |
Modifier and Type | Method and Description |
---|---|
List<ErrorType> |
getErrors()
Gets the value of the errors property.
|
byte[] |
getETK()
Gets the value of the etk property.
|
SearchCriteriaType |
getGivenSearchCriteria()
Gets the value of the givenSearchCriteria property.
|
List<MatchingEtk> |
getMatchingEtks()
Gets the value of the matchingEtks property.
|
void |
setETK(byte[] value)
Sets the value of the etk property.
|
void |
setGivenSearchCriteria(SearchCriteriaType value)
Sets the value of the givenSearchCriteria property.
|
getId, getStatus, setId, setStatus
public SearchCriteriaType getGivenSearchCriteria()
SearchCriteriaType
public void setGivenSearchCriteria(SearchCriteriaType value)
value
- allowed object is
SearchCriteriaType
public List<ErrorType> getErrors()
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 errors property.
For example, to add a new item, do as follows:
getErrors().add(newItem);
Objects of the following type(s) are allowed in the list
ErrorType
public byte[] getETK()
public void setETK(byte[] value)
value
- allowed object is
byte[]public List<MatchingEtk> getMatchingEtks()
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 matchingEtks property.
For example, to add a new item, do as follows:
getMatchingEtks().add(newItem);
Objects of the following type(s) are allowed in the list
MatchingEtk
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.