|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.DocumentDT
public class DocumentDT
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 |
---|
protected java.lang.String effectiveDateTime
protected java.lang.String documentLink
protected java.lang.String documentTypeName
protected CodedType documentTypeCode
protected NameTypeDT documentAuthorPersonName
protected java.lang.String documentAuthorPersonIdentifier
protected java.lang.String documentAuthorRole
protected java.lang.String documentAuthorOrganisationName
protected java.lang.String documentAuthorOrganisationIdentifier
protected java.lang.String clinicalSynopsis
Constructor Detail |
---|
public DocumentDT()
Method Detail |
---|
public java.lang.String getEffectiveDateTime()
String
public void setEffectiveDateTime(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDocumentLink()
String
public void setDocumentLink(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDocumentTypeName()
String
public void setDocumentTypeName(java.lang.String value)
value
- allowed object is
String
public CodedType getDocumentTypeCode()
CodedType
public void setDocumentTypeCode(CodedType value)
value
- allowed object is
CodedType
public NameTypeDT getDocumentAuthorPersonName()
NameTypeDT
public void setDocumentAuthorPersonName(NameTypeDT value)
value
- allowed object is
NameTypeDT
public java.lang.String getDocumentAuthorPersonIdentifier()
String
public void setDocumentAuthorPersonIdentifier(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDocumentAuthorRole()
String
public void setDocumentAuthorRole(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDocumentAuthorOrganisationName()
String
public void setDocumentAuthorOrganisationName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDocumentAuthorOrganisationIdentifier()
String
public void setDocumentAuthorOrganisationIdentifier(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClinicalSynopsis()
String
public void setClinicalSynopsis(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |