au.net.electronichealth.ns.tplt.xsd.common.templatescoreelements._1
Class TemplateUsageMetadataType

java.lang.Object
  extended by au.net.electronichealth.ns.tplt.xsd.common.templatescoreelements._1.TemplateUsageMetadataType

public class TemplateUsageMetadataType
extends java.lang.Object

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

pcehrAcceptedStartDate

protected javax.xml.datatype.XMLGregorianCalendar pcehrAcceptedStartDate

pcehrAcceptedEndDate

protected javax.xml.datatype.XMLGregorianCalendar pcehrAcceptedEndDate

containsPCEHRAtomicData

protected java.lang.Boolean containsPCEHRAtomicData
Constructor Detail

TemplateUsageMetadataType

public TemplateUsageMetadataType()
Method Detail

getPCEHRAcceptedStartDate

public javax.xml.datatype.XMLGregorianCalendar getPCEHRAcceptedStartDate()
Gets the value of the pcehrAcceptedStartDate property.

Returns:
possible object is XMLGregorianCalendar

setPCEHRAcceptedStartDate

public void setPCEHRAcceptedStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the pcehrAcceptedStartDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getPCEHRAcceptedEndDate

public javax.xml.datatype.XMLGregorianCalendar getPCEHRAcceptedEndDate()
Gets the value of the pcehrAcceptedEndDate property.

Returns:
possible object is XMLGregorianCalendar

setPCEHRAcceptedEndDate

public void setPCEHRAcceptedEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the pcehrAcceptedEndDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

isContainsPCEHRAtomicData

public java.lang.Boolean isContainsPCEHRAtomicData()
Gets the value of the containsPCEHRAtomicData property.

Returns:
possible object is Boolean

setContainsPCEHRAtomicData

public void setContainsPCEHRAtomicData(java.lang.Boolean value)
Sets the value of the containsPCEHRAtomicData property.

Parameters:
value - allowed object is Boolean