@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:26:20+02: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:v2}RequestType"> <sequence> <element name="CommonInput" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v3}CommonInputType"/> <element name="Routing" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v3}RoutingType" minOccurs="0"/> <element name="Detail" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v3}BlobType"/> <element name="Xades" 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 |
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.
|
getId, getIssueInstant, setId, setIssueInstant
public CommonInputType getCommonInput()
CommonInputType
public void setCommonInput(CommonInputType value)
value
- allowed object is
CommonInputType
public RoutingType getRouting()
RoutingType
public void setRouting(RoutingType value)
value
- allowed object is
RoutingType
public BlobType getDetail()
BlobType
public void setDetail(BlobType value)
value
- allowed object is
BlobType
public Base64Binary getXades()
Base64Binary
public void setXades(Base64Binary value)
value
- allowed object is
Base64Binary
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.