@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:56:56+02:00", comments="JAXB RI v2.2.11") public class GetLatestUpdateResponse extends Object implements Serializable
Java class for GetLatestUpdateResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetLatestUpdateResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="response" type="{http://www.ehealth.fgov.be/hubservices/core/v3}ResponseType"/>
<element name="acknowledge" type="{http://www.ehealth.fgov.be/hubservices/core/v3}AcknowledgeType"/>
<element name="latestupdatelist" type="{http://www.ehealth.fgov.be/hubservices/core/v3}LatestUpdateListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetLatestUpdateResponse() |
| Modifier and Type | Method and Description |
|---|---|
AcknowledgeType |
getAcknowledge()
Gets the value of the acknowledge property.
|
LatestUpdateListType |
getLatestupdatelist()
Gets the value of the latestupdatelist property.
|
ResponseType |
getResponse()
Gets the value of the response property.
|
void |
setAcknowledge(AcknowledgeType value)
Sets the value of the acknowledge property.
|
void |
setLatestupdatelist(LatestUpdateListType value)
Sets the value of the latestupdatelist property.
|
void |
setResponse(ResponseType value)
Sets the value of the response property.
|
public ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic AcknowledgeType getAcknowledge()
AcknowledgeTypepublic void setAcknowledge(AcknowledgeType value)
value - allowed object is
AcknowledgeTypepublic LatestUpdateListType getLatestupdatelist()
LatestUpdateListTypepublic void setLatestupdatelist(LatestUpdateListType value)
value - allowed object is
LatestUpdateListType
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.