|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.getauditview._1.GetAuditView
public class GetAuditView
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 |
---|
protected javax.xml.datatype.XMLGregorianCalendar dateFrom
protected javax.xml.datatype.XMLGregorianCalendar dateTo
Constructor Detail |
---|
public GetAuditView()
Method Detail |
---|
public javax.xml.datatype.XMLGregorianCalendar getDateFrom()
XMLGregorianCalendar
public void setDateFrom(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateTo()
XMLGregorianCalendar
public void setDateTo(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 |