|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.ehbox.core.v3.MessageInfoType
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:18:22+01:00",
comments="JAXB RI v2.3.6")
public class MessageInfoTypeShort message details
Java class for MessageInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PublicationDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Size" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
MessageInfoType()
|
|
| Method Summary | |
|---|---|
org.joda.time.DateTime |
getExpirationDate()
Gets the value of the expirationDate property. |
org.joda.time.DateTime |
getPublicationDate()
Gets the value of the publicationDate property. |
String |
getSize()
Gets the value of the size property. |
void |
setExpirationDate(org.joda.time.DateTime value)
Sets the value of the expirationDate property. |
void |
setPublicationDate(org.joda.time.DateTime value)
Sets the value of the publicationDate property. |
void |
setSize(String value)
Sets the value of the size property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageInfoType()
| Method Detail |
|---|
public org.joda.time.DateTime getPublicationDate()
Stringpublic void setPublicationDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getExpirationDate()
Stringpublic void setExpirationDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getSize()
Stringpublic void setSize(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||