au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Class OrganisationServiceType.ComplexDate

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.OrganisationServiceType.ComplexDate
Enclosing class:
OrganisationServiceType

public static class OrganisationServiceType.ComplexDate
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="type">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="StartDate"/>
               <enumeration value="EndDate"/>
             </restriction>
           </simpleType>
         </element>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="accuracyIndicator" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class OrganisationServiceType.ComplexDate.Type
          Java class for null.
 
Field Summary
protected  java.lang.String accuracyIndicator
           
protected  java.util.Calendar date
           
protected  OrganisationServiceType.ComplexDate.Type type
           
 
Constructor Summary
OrganisationServiceType.ComplexDate()
           
 
Method Summary
 java.lang.String getAccuracyIndicator()
          Gets the value of the accuracyIndicator property.
 java.util.Calendar getDate()
          Gets the value of the date property.
 OrganisationServiceType.ComplexDate.Type getType()
          Gets the value of the type property.
 void setAccuracyIndicator(java.lang.String value)
          Sets the value of the accuracyIndicator property.
 void setDate(java.util.Calendar value)
          Sets the value of the date property.
 void setType(OrganisationServiceType.ComplexDate.Type value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected OrganisationServiceType.ComplexDate.Type type

date

protected java.util.Calendar date

accuracyIndicator

protected java.lang.String accuracyIndicator
Constructor Detail

OrganisationServiceType.ComplexDate

public OrganisationServiceType.ComplexDate()
Method Detail

getType

public OrganisationServiceType.ComplexDate.Type getType()
Gets the value of the type property.

Returns:
possible object is OrganisationServiceType.ComplexDate.Type

setType

public void setType(OrganisationServiceType.ComplexDate.Type value)
Sets the value of the type property.

Parameters:
value - allowed object is OrganisationServiceType.ComplexDate.Type

getDate

public java.util.Calendar getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(java.util.Calendar value)
Sets the value of the date property.

Parameters:
value - allowed object is String

getAccuracyIndicator

public java.lang.String getAccuracyIndicator()
Gets the value of the accuracyIndicator property.

Returns:
possible object is String

setAccuracyIndicator

public void setAccuracyIndicator(java.lang.String value)
Sets the value of the accuracyIndicator property.

Parameters:
value - allowed object is String