|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.ehbox.consultation.protocol.v3.Row
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:49:54+02:00",
comments="JAXB RI v2.3.6")
public class Row
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Recipient" type="{urn:be:fgov:ehealth:ehbox:core:v3}EhboxIdentifierType"/>
<element name="Published" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Received" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Read" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Row()
|
|
| Method Summary | |
|---|---|
org.joda.time.DateTime |
getPublished()
Gets the value of the published property. |
org.joda.time.DateTime |
getRead()
Gets the value of the read property. |
org.joda.time.DateTime |
getReceived()
Gets the value of the received property. |
EhboxIdentifierType |
getRecipient()
Gets the value of the recipient property. |
void |
setPublished(org.joda.time.DateTime value)
Sets the value of the published property. |
void |
setRead(org.joda.time.DateTime value)
Sets the value of the read property. |
void |
setReceived(org.joda.time.DateTime value)
Sets the value of the received property. |
void |
setRecipient(EhboxIdentifierType value)
Sets the value of the recipient property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Row()
| Method Detail |
|---|
public EhboxIdentifierType getRecipient()
EhboxIdentifierTypepublic void setRecipient(EhboxIdentifierType value)
value - allowed object is
EhboxIdentifierTypepublic org.joda.time.DateTime getPublished()
Stringpublic void setPublished(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getReceived()
Stringpublic void setReceived(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getRead()
Stringpublic void setRead(org.joda.time.DateTime value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||