@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:24:46+02:00", comments="JAXB RI v2.3.7") public class ResponseReturnType extends Object implements Serializable
Java class for ResponseReturnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseReturnType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CommonOutput" type="{urn:be:fgov:ehealth:globalmedicalfile:core:v1}CommonOutputType"/>
<element name="Detail" type="{urn:be:fgov:ehealth:globalmedicalfile:core:v1}BlobType"/>
<element name="XadesT" type="{http://www.w3.org/2005/05/xmlmime}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ResponseReturnType() |
| Modifier and Type | Method and Description |
|---|---|
CommonOutputType |
getCommonOutput()
Gets the value of the commonOutput property.
|
BlobType |
getDetail()
Gets the value of the detail property.
|
Base64Binary |
getXadesT()
Gets the value of the xadesT property.
|
void |
setCommonOutput(CommonOutputType value)
Sets the value of the commonOutput property.
|
void |
setDetail(BlobType value)
Sets the value of the detail property.
|
void |
setXadesT(Base64Binary value)
Sets the value of the xadesT property.
|
public CommonOutputType getCommonOutput()
CommonOutputTypepublic void setCommonOutput(CommonOutputType value)
value - allowed object is
CommonOutputTypepublic BlobType getDetail()
BlobTypepublic void setDetail(BlobType value)
value - allowed object is
BlobTypepublic Base64Binary getXadesT()
Base64Binarypublic void setXadesT(Base64Binary value)
value - allowed object is
Base64Binary
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.