|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.tplt.xsd.common.templatescoreelements._1.TemplateUsageMetadataType
public class TemplateUsageMetadataType
Java class for templateUsageMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="templateUsageMetadataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PCEHRAcceptedStartDate"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <whiteSpace value="collapse"/> </restriction> </simpleType> </element> <element name="PCEHRAcceptedEndDate" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <whiteSpace value="collapse"/> </restriction> </simpleType> </element> <element name="containsPCEHRAtomicData" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}boolean"> <whiteSpace value="collapse"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
containsPCEHRAtomicData
|
protected javax.xml.datatype.XMLGregorianCalendar |
pcehrAcceptedEndDate
|
protected javax.xml.datatype.XMLGregorianCalendar |
pcehrAcceptedStartDate
|
Constructor Summary | |
---|---|
TemplateUsageMetadataType()
|
Method Summary | |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getPCEHRAcceptedEndDate()
Gets the value of the pcehrAcceptedEndDate property. |
javax.xml.datatype.XMLGregorianCalendar |
getPCEHRAcceptedStartDate()
Gets the value of the pcehrAcceptedStartDate property. |
java.lang.Boolean |
isContainsPCEHRAtomicData()
Gets the value of the containsPCEHRAtomicData property. |
void |
setContainsPCEHRAtomicData(java.lang.Boolean value)
Sets the value of the containsPCEHRAtomicData property. |
void |
setPCEHRAcceptedEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the pcehrAcceptedEndDate property. |
void |
setPCEHRAcceptedStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the pcehrAcceptedStartDate 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 pcehrAcceptedStartDate
protected javax.xml.datatype.XMLGregorianCalendar pcehrAcceptedEndDate
protected java.lang.Boolean containsPCEHRAtomicData
Constructor Detail |
---|
public TemplateUsageMetadataType()
Method Detail |
---|
public javax.xml.datatype.XMLGregorianCalendar getPCEHRAcceptedStartDate()
XMLGregorianCalendar
public void setPCEHRAcceptedStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getPCEHRAcceptedEndDate()
XMLGregorianCalendar
public void setPCEHRAcceptedEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Boolean isContainsPCEHRAtomicData()
Boolean
public void setContainsPCEHRAtomicData(java.lang.Boolean value)
value
- allowed object is
Boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |