au.net.electronichealth.ns.pcehr.xsd.interfaces.getauditview._1
Class GetAuditView

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.getauditview._1.GetAuditView

public class GetAuditView
extends java.lang.Object

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="dateFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="dateTo" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dateFrom
           
protected  javax.xml.datatype.XMLGregorianCalendar dateTo
           
 
Constructor Summary
GetAuditView()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDateFrom()
          Gets the value of the dateFrom property.
 javax.xml.datatype.XMLGregorianCalendar getDateTo()
          Gets the value of the dateTo property.
 void setDateFrom(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dateFrom property.
 void setDateTo(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dateTo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dateFrom

protected javax.xml.datatype.XMLGregorianCalendar dateFrom

dateTo

protected javax.xml.datatype.XMLGregorianCalendar dateTo
Constructor Detail

GetAuditView

public GetAuditView()
Method Detail

getDateFrom

public javax.xml.datatype.XMLGregorianCalendar getDateFrom()
Gets the value of the dateFrom property.

Returns:
possible object is XMLGregorianCalendar

setDateFrom

public void setDateFrom(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateFrom property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDateTo

public javax.xml.datatype.XMLGregorianCalendar getDateTo()
Gets the value of the dateTo property.

Returns:
possible object is XMLGregorianCalendar

setDateTo

public void setDateTo(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateTo property.

Parameters:
value - allowed object is XMLGregorianCalendar