|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.vlaanderen.mercurius.vsb.schemas.v1.PushRequestType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-04-05T05:10:04+02:00",
comments="JAXB RI v2.3.6")
public abstract class PushRequestTypegeneriek type dat als basis dient voor elk push-type
Java class for PushRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PushRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProcessingDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Receiver" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}CareEntityCodeType"/>
<element name="Reason" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}ReasonType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PushRequestType()
|
|
| Method Summary | |
|---|---|
org.joda.time.DateTime |
getProcessingDateTime()
Gets the value of the processingDateTime property. |
String |
getReason()
Gets the value of the reason property. |
String |
getReceiver()
Gets the value of the receiver property. |
void |
setProcessingDateTime(org.joda.time.DateTime value)
Sets the value of the processingDateTime property. |
void |
setReason(String value)
Sets the value of the reason property. |
void |
setReceiver(String value)
Sets the value of the receiver property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PushRequestType()
| Method Detail |
|---|
public org.joda.time.DateTime getProcessingDateTime()
Stringpublic void setProcessingDateTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getReceiver()
Stringpublic void setReceiver(String value)
value - allowed object is
Stringpublic String getReason()
Stringpublic void setReason(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||