|
||||||||||
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="2020-09-28T09:56:04+02:00", comments="JAXB RI v2.2.11") public abstract class PushRequestType
generiek 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()
String
public void setProcessingDateTime(org.joda.time.DateTime value)
value
- allowed object is
String
public String getReceiver()
String
public void setReceiver(String value)
value
- allowed object is
String
public String getReason()
String
public 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 |