|
||||||||||
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
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()
EhboxIdentifierType
public void setRecipient(EhboxIdentifierType value)
value
- allowed object is
EhboxIdentifierType
public org.joda.time.DateTime getPublished()
String
public void setPublished(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getReceived()
String
public void setReceived(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getRead()
String
public 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 |