|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.RequestType
be.fgov.ehealth.mycarenet.commons.protocol.v2.SendRequestType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-04-05T05:04:38+02:00",
comments="JAXB RI v2.3.6")
public class SendRequestTypeGeneric synchronised request type.
Java class for SendRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SendRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
<sequence>
<element name="CommonInput" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}CommonInputType"/>
<element name="Routing" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}RoutingType" minOccurs="0"/>
<element name="Detail" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}BlobType"/>
<element name="Xades" type="{http://www.w3.org/2005/05/xmlmime}base64Binary" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SendRequestType()
|
|
| Method Summary | |
|---|---|
CommonInputType |
getCommonInput()
Gets the value of the commonInput property. |
BlobType |
getDetail()
Gets the value of the detail property. |
RoutingType |
getRouting()
Gets the value of the routing property. |
Base64Binary |
getXades()
Gets the value of the xades property. |
void |
setCommonInput(CommonInputType value)
Sets the value of the commonInput property. |
void |
setDetail(BlobType value)
Sets the value of the detail property. |
void |
setRouting(RoutingType value)
Sets the value of the routing property. |
void |
setXades(Base64Binary value)
Sets the value of the xades property. |
| Methods inherited from class be.fgov.ehealth.commons.protocol.v2.RequestType |
|---|
getId, getIssueInstant, setId, setIssueInstant |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SendRequestType()
| Method Detail |
|---|
public CommonInputType getCommonInput()
CommonInputTypepublic void setCommonInput(CommonInputType value)
value - allowed object is
CommonInputTypepublic RoutingType getRouting()
RoutingTypepublic void setRouting(RoutingType value)
value - allowed object is
RoutingTypepublic BlobType getDetail()
BlobTypepublic void setDetail(BlobType value)
value - allowed object is
BlobTypepublic Base64Binary getXades()
Base64Binarypublic void setXades(Base64Binary value)
value - allowed object is
Base64Binary
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||