@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:06:18+01:00", comments="JAXB RI v2.2.11") public class SendRequestType extends RequestType implements Serializable
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:v1}RequestType">
<sequence>
<element name="CommonInput" type="{urn:be:fgov:ehealth:globalmedicalfile:core:v1}CommonInputType"/>
<element name="Routing" type="{urn:be:fgov:ehealth:globalmedicalfile:core:v1}RoutingType" minOccurs="0"/>
<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>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SendRequestType() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getXadesT()
Gets the value of the xadesT 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 |
setXadesT(Base64Binary value)
Sets the value of the xadesT property.
|
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 getXadesT()
Base64Binarypublic void setXadesT(Base64Binary value)
value - allowed object is
Base64Binary
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.