Class COCTMT530000UVAuthor
Java class for COCT_MT530000UV.Author complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COCT_MT530000UV.Author">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
<element name="noteText" type="{urn:hl7-org:v3}ED" minOccurs="0"/>
<element name="time" type="{urn:hl7-org:v3}TS" minOccurs="0"/>
<element name="modeCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="signatureCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="signatureText" type="{urn:hl7-org:v3}ED" minOccurs="0"/>
<choice>
<element name="relatedEntity" type="{urn:hl7-org:v3}COCT_MT530000UV.RelatedEntity"/>
<element name="patient" type="{urn:hl7-org:v3}COCT_MT050000UV01.Patient"/>
<element name="assignedEntity" type="{urn:hl7-org:v3}COCT_MT090000UV01.AssignedEntity"/>
</choice>
</sequence>
<attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
<attribute name="typeCode" use="required" type="{urn:hl7-org:v3}ParticipationType" fixed="AUT" />
<attribute name="contextControlCode" type="{urn:hl7-org:v3}ContextControl" default="OP" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<COCTMT090000UV01AssignedEntity>protected Stringprotected CEprotected EDprotected jakarta.xml.bind.JAXBElement<COCTMT050000UV01Patient>protected jakarta.xml.bind.JAXBElement<COCTMT530000UVRelatedEntity>protected CEprotected EDprotected TSprotected II -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanjakarta.xml.bind.JAXBElement<COCTMT090000UV01AssignedEntity>Gets the value of the assignedEntity property.Gets the value of the contextControlCode property.Gets the value of the modeCode property.Gets the value of the noteText property.Gets the value of the nullFlavor property.jakarta.xml.bind.JAXBElement<COCTMT050000UV01Patient>Gets the value of the patient property.Gets the value of the realmCode property.jakarta.xml.bind.JAXBElement<COCTMT530000UVRelatedEntity>Gets the value of the relatedEntity property.Gets the value of the signatureCode property.Gets the value of the signatureText property.Gets the value of the templateId property.getTime()Gets the value of the time property.Gets the value of the typeCode property.Gets the value of the typeId property.inthashCode()voidsetAssignedEntity(jakarta.xml.bind.JAXBElement<COCTMT090000UV01AssignedEntity> value) Sets the value of the assignedEntity property.voidsetContextControlCode(String value) Sets the value of the contextControlCode property.voidsetModeCode(CE value) Sets the value of the modeCode property.voidsetNoteText(ED value) Sets the value of the noteText property.voidsetPatient(jakarta.xml.bind.JAXBElement<COCTMT050000UV01Patient> value) Sets the value of the patient property.voidsetRelatedEntity(jakarta.xml.bind.JAXBElement<COCTMT530000UVRelatedEntity> value) Sets the value of the relatedEntity property.voidsetSignatureCode(CE value) Sets the value of the signatureCode property.voidsetSignatureText(ED value) Sets the value of the signatureText property.voidSets the value of the time property.voidSets the value of the typeId property.toString()Generates a String representation of the contents of this type.withAssignedEntity(jakarta.xml.bind.JAXBElement<COCTMT090000UV01AssignedEntity> value) withContextControlCode(String value) withModeCode(CE value) withNoteText(ED value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withPatient(jakarta.xml.bind.JAXBElement<COCTMT050000UV01Patient> value) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withRelatedEntity(jakarta.xml.bind.JAXBElement<COCTMT530000UVRelatedEntity> value) withSignatureCode(CE value) withSignatureText(ED value) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeCode(String... values) withTypeCode(Collection<String> values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
noteText
-
time
-
modeCode
-
signatureCode
-
signatureText
-
patient
-
assignedEntity
-
nullFlavor
-
typeCode
-
contextControlCode
-
-
Constructor Details
-
COCTMT530000UVAuthor
public COCTMT530000UVAuthor()
-
-
Method Details
-
getRealmCode
Gets the value of the realmCode property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the realmCode property.For example, to add a new item, do as follows:
getRealmCode().add(newItem);Objects of the following type(s) are allowed in the list
CS -
getTypeId
Gets the value of the typeId property.- Returns:
- possible object is
II
-
setTypeId
Sets the value of the typeId property.- Parameters:
value- allowed object isII
-
getTemplateId
Gets the value of the templateId property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the templateId property.For example, to add a new item, do as follows:
getTemplateId().add(newItem);Objects of the following type(s) are allowed in the list
II -
getNoteText
Gets the value of the noteText property.- Returns:
- possible object is
ED
-
setNoteText
Sets the value of the noteText property.- Parameters:
value- allowed object isED
-
getTime
Gets the value of the time property.- Returns:
- possible object is
TS
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isTS
-
getModeCode
Gets the value of the modeCode property.- Returns:
- possible object is
CE
-
setModeCode
Sets the value of the modeCode property.- Parameters:
value- allowed object isCE
-
getSignatureCode
Gets the value of the signatureCode property.- Returns:
- possible object is
CE
-
setSignatureCode
Sets the value of the signatureCode property.- Parameters:
value- allowed object isCE
-
getSignatureText
Gets the value of the signatureText property.- Returns:
- possible object is
ED
-
setSignatureText
Sets the value of the signatureText property.- Parameters:
value- allowed object isED
-
getRelatedEntity
Gets the value of the relatedEntity property.- Returns:
- possible object is
JAXBElement<COCTMT530000UVRelatedEntity>
-
setRelatedEntity
Sets the value of the relatedEntity property.- Parameters:
value- allowed object isJAXBElement<COCTMT530000UVRelatedEntity>
-
getPatient
Gets the value of the patient property.- Returns:
- possible object is
JAXBElement<COCTMT050000UV01Patient>
-
setPatient
Sets the value of the patient property.- Parameters:
value- allowed object isJAXBElement<COCTMT050000UV01Patient>
-
getAssignedEntity
Gets the value of the assignedEntity property.- Returns:
- possible object is
JAXBElement<COCTMT090000UV01AssignedEntity>
-
setAssignedEntity
Sets the value of the assignedEntity property.- Parameters:
value- allowed object isJAXBElement<COCTMT090000UV01AssignedEntity>
-
getNullFlavor
Gets the value of the nullFlavor property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the nullFlavor property.For example, to add a new item, do as follows:
getNullFlavor().add(newItem);Objects of the following type(s) are allowed in the list
String -
getTypeCode
Gets the value of the typeCode property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the typeCode property.For example, to add a new item, do as follows:
getTypeCode().add(newItem);Objects of the following type(s) are allowed in the list
String -
getContextControlCode
Gets the value of the contextControlCode property.- Returns:
- possible object is
String
-
setContextControlCode
Sets the value of the contextControlCode property.- Parameters:
value- allowed object isString
-
withRealmCode
-
withRealmCode
-
withTypeId
-
withTemplateId
-
withTemplateId
-
withNoteText
-
withTime
-
withModeCode
-
withSignatureCode
-
withSignatureText
-
withRelatedEntity
public COCTMT530000UVAuthor withRelatedEntity(jakarta.xml.bind.JAXBElement<COCTMT530000UVRelatedEntity> value) -
withPatient
public COCTMT530000UVAuthor withPatient(jakarta.xml.bind.JAXBElement<COCTMT050000UV01Patient> value) -
withAssignedEntity
public COCTMT530000UVAuthor withAssignedEntity(jakarta.xml.bind.JAXBElement<COCTMT090000UV01AssignedEntity> value) -
withNullFlavor
-
withNullFlavor
-
withTypeCode
-
withTypeCode
-
withContextControlCode
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-