@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:59:38+02:00", comments="JAXB RI v2.2.11") public class MsgResponse extends Object implements Serializable
Java class for MsgResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MsgResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CommonOutput" type="{urn:be:cin:mycarenet:esb:common:v2}CommonOutputType"/>
<element name="Detail" type="{urn:be:cin:types:v1}Blob"/>
<element name="Xades-t" type="{http://www.w3.org/2005/05/xmlmime}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MsgResponse() |
| Modifier and Type | Method and Description |
|---|---|
CommonOutputType |
getCommonOutput()
Gets the value of the commonOutput property.
|
Blob |
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(Blob 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 Blob getDetail()
Blobpublic void setDetail(Blob value)
value - allowed object is
Blobpublic Base64Binary getXadesT()
Base64Binarypublic void setXadesT(Base64Binary value)
value - allowed object is
Base64Binary
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.