au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Class Timestamp

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.Timestamp

public class Timestamp
extends java.lang.Object

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

created

protected javax.xml.datatype.XMLGregorianCalendar created

expires

protected javax.xml.datatype.XMLGregorianCalendar expires
Constructor Detail

Timestamp

public Timestamp()
Method Detail

getCreated

public javax.xml.datatype.XMLGregorianCalendar getCreated()
Gets the value of the created property.

Returns:
possible object is XMLGregorianCalendar

setCreated

public void setCreated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the created property.

Parameters:
value - allowed object is XMLGregorianCalendar

getExpires

public javax.xml.datatype.XMLGregorianCalendar getExpires()
Gets the value of the expires property.

Returns:
possible object is XMLGregorianCalendar

setExpires

public void setExpires(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expires property.

Parameters:
value - allowed object is XMLGregorianCalendar