|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.ehbox.core.v2.MessageInfoType
public class MessageInfoType
Short 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()
String
public void setPublicationDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getExpirationDate()
String
public void setExpirationDate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getSize()
String
public 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 |