au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1
Class DocumentDT

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.DocumentDT

public class DocumentDT
extends java.lang.Object

Java class for documentDT complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="documentDT">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="effectiveDateTime" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="documentLink" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="documentTypeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="documentTypeCode" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
         <element name="documentAuthorPersonName" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}nameTypeDT"/>
         <element name="documentAuthorPersonIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="documentAuthorRole" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="documentAuthorOrganisationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="documentAuthorOrganisationIdentifier">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="16"/>
               <maxLength value="16"/>
             </restriction>
           </simpleType>
         </element>
         <element name="clinicalSynopsis" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String clinicalSynopsis
           
protected  java.lang.String documentAuthorOrganisationIdentifier
           
protected  java.lang.String documentAuthorOrganisationName
           
protected  java.lang.String documentAuthorPersonIdentifier
           
protected  NameTypeDT documentAuthorPersonName
           
protected  java.lang.String documentAuthorRole
           
protected  java.lang.String documentLink
           
protected  CodedType documentTypeCode
           
protected  java.lang.String documentTypeName
           
protected  java.lang.String effectiveDateTime
           
 
Constructor Summary
DocumentDT()
           
 
Method Summary
 java.lang.String getClinicalSynopsis()
          Gets the value of the clinicalSynopsis property.
 java.lang.String getDocumentAuthorOrganisationIdentifier()
          Gets the value of the documentAuthorOrganisationIdentifier property.
 java.lang.String getDocumentAuthorOrganisationName()
          Gets the value of the documentAuthorOrganisationName property.
 java.lang.String getDocumentAuthorPersonIdentifier()
          Gets the value of the documentAuthorPersonIdentifier property.
 NameTypeDT getDocumentAuthorPersonName()
          Gets the value of the documentAuthorPersonName property.
 java.lang.String getDocumentAuthorRole()
          Gets the value of the documentAuthorRole property.
 java.lang.String getDocumentLink()
          Gets the value of the documentLink property.
 CodedType getDocumentTypeCode()
          Gets the value of the documentTypeCode property.
 java.lang.String getDocumentTypeName()
          Gets the value of the documentTypeName property.
 java.lang.String getEffectiveDateTime()
          Gets the value of the effectiveDateTime property.
 void setClinicalSynopsis(java.lang.String value)
          Sets the value of the clinicalSynopsis property.
 void setDocumentAuthorOrganisationIdentifier(java.lang.String value)
          Sets the value of the documentAuthorOrganisationIdentifier property.
 void setDocumentAuthorOrganisationName(java.lang.String value)
          Sets the value of the documentAuthorOrganisationName property.
 void setDocumentAuthorPersonIdentifier(java.lang.String value)
          Sets the value of the documentAuthorPersonIdentifier property.
 void setDocumentAuthorPersonName(NameTypeDT value)
          Sets the value of the documentAuthorPersonName property.
 void setDocumentAuthorRole(java.lang.String value)
          Sets the value of the documentAuthorRole property.
 void setDocumentLink(java.lang.String value)
          Sets the value of the documentLink property.
 void setDocumentTypeCode(CodedType value)
          Sets the value of the documentTypeCode property.
 void setDocumentTypeName(java.lang.String value)
          Sets the value of the documentTypeName property.
 void setEffectiveDateTime(java.lang.String value)
          Sets the value of the effectiveDateTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

effectiveDateTime

protected java.lang.String effectiveDateTime

documentLink

protected java.lang.String documentLink

documentTypeName

protected java.lang.String documentTypeName

documentTypeCode

protected CodedType documentTypeCode

documentAuthorPersonName

protected NameTypeDT documentAuthorPersonName

documentAuthorPersonIdentifier

protected java.lang.String documentAuthorPersonIdentifier

documentAuthorRole

protected java.lang.String documentAuthorRole

documentAuthorOrganisationName

protected java.lang.String documentAuthorOrganisationName

documentAuthorOrganisationIdentifier

protected java.lang.String documentAuthorOrganisationIdentifier

clinicalSynopsis

protected java.lang.String clinicalSynopsis
Constructor Detail

DocumentDT

public DocumentDT()
Method Detail

getEffectiveDateTime

public java.lang.String getEffectiveDateTime()
Gets the value of the effectiveDateTime property.

Returns:
possible object is String

setEffectiveDateTime

public void setEffectiveDateTime(java.lang.String value)
Sets the value of the effectiveDateTime property.

Parameters:
value - allowed object is String

getDocumentLink

public java.lang.String getDocumentLink()
Gets the value of the documentLink property.

Returns:
possible object is String

setDocumentLink

public void setDocumentLink(java.lang.String value)
Sets the value of the documentLink property.

Parameters:
value - allowed object is String

getDocumentTypeName

public java.lang.String getDocumentTypeName()
Gets the value of the documentTypeName property.

Returns:
possible object is String

setDocumentTypeName

public void setDocumentTypeName(java.lang.String value)
Sets the value of the documentTypeName property.

Parameters:
value - allowed object is String

getDocumentTypeCode

public CodedType getDocumentTypeCode()
Gets the value of the documentTypeCode property.

Returns:
possible object is CodedType

setDocumentTypeCode

public void setDocumentTypeCode(CodedType value)
Sets the value of the documentTypeCode property.

Parameters:
value - allowed object is CodedType

getDocumentAuthorPersonName

public NameTypeDT getDocumentAuthorPersonName()
Gets the value of the documentAuthorPersonName property.

Returns:
possible object is NameTypeDT

setDocumentAuthorPersonName

public void setDocumentAuthorPersonName(NameTypeDT value)
Sets the value of the documentAuthorPersonName property.

Parameters:
value - allowed object is NameTypeDT

getDocumentAuthorPersonIdentifier

public java.lang.String getDocumentAuthorPersonIdentifier()
Gets the value of the documentAuthorPersonIdentifier property.

Returns:
possible object is String

setDocumentAuthorPersonIdentifier

public void setDocumentAuthorPersonIdentifier(java.lang.String value)
Sets the value of the documentAuthorPersonIdentifier property.

Parameters:
value - allowed object is String

getDocumentAuthorRole

public java.lang.String getDocumentAuthorRole()
Gets the value of the documentAuthorRole property.

Returns:
possible object is String

setDocumentAuthorRole

public void setDocumentAuthorRole(java.lang.String value)
Sets the value of the documentAuthorRole property.

Parameters:
value - allowed object is String

getDocumentAuthorOrganisationName

public java.lang.String getDocumentAuthorOrganisationName()
Gets the value of the documentAuthorOrganisationName property.

Returns:
possible object is String

setDocumentAuthorOrganisationName

public void setDocumentAuthorOrganisationName(java.lang.String value)
Sets the value of the documentAuthorOrganisationName property.

Parameters:
value - allowed object is String

getDocumentAuthorOrganisationIdentifier

public java.lang.String getDocumentAuthorOrganisationIdentifier()
Gets the value of the documentAuthorOrganisationIdentifier property.

Returns:
possible object is String

setDocumentAuthorOrganisationIdentifier

public void setDocumentAuthorOrganisationIdentifier(java.lang.String value)
Sets the value of the documentAuthorOrganisationIdentifier property.

Parameters:
value - allowed object is String

getClinicalSynopsis

public java.lang.String getClinicalSynopsis()
Gets the value of the clinicalSynopsis property.

Returns:
possible object is String

setClinicalSynopsis

public void setClinicalSynopsis(java.lang.String value)
Sets the value of the clinicalSynopsis property.

Parameters:
value - allowed object is String