|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.globalmedicalfile.protocol.v1.ResponseReturnType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:30:45+02:00", comments="JAXB RI v2.2.6") public class ResponseReturnType
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 Summary | |
---|---|
ResponseReturnType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponseReturnType()
Method Detail |
---|
public CommonOutputType getCommonOutput()
CommonOutputType
public void setCommonOutput(CommonOutputType value)
value
- allowed object is
CommonOutputType
public BlobType getDetail()
BlobType
public void setDetail(BlobType value)
value
- allowed object is
BlobType
public Base64Binary getXadesT()
Base64Binary
public void setXadesT(Base64Binary value)
value
- allowed object is
Base64Binary
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |