|
||||||||||
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="2016-07-06T09:30:08+02:00", comments="JAXB RI v2.2.6") public class SendRequestType
Generic 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()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |