|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.Timestamp
public class Timestamp
Java class for timestampType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timestampType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="expires" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
created
|
protected javax.xml.datatype.XMLGregorianCalendar |
expires
|
Constructor Summary | |
---|---|
Timestamp()
|
Method Summary | |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getCreated()
Gets the value of the created property. |
javax.xml.datatype.XMLGregorianCalendar |
getExpires()
Gets the value of the expires property. |
void |
setCreated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the created property. |
void |
setExpires(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expires property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.xml.datatype.XMLGregorianCalendar created
protected javax.xml.datatype.XMLGregorianCalendar expires
Constructor Detail |
---|
public Timestamp()
Method Detail |
---|
public javax.xml.datatype.XMLGregorianCalendar getCreated()
XMLGregorianCalendar
public void setCreated(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getExpires()
XMLGregorianCalendar
public void setExpires(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |