@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:57:56+02:00", comments="JAXB RI v2.2.11") public class Row extends Object implements Serializable
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 and Description |
|---|
Row() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.