Class COCTMT530000UVPerformer
Java class for COCT_MT530000UV.Performer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COCT_MT530000UV.Performer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
<element name="functionCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="time" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
<element name="modeCode" type="{urn:hl7-org:v3}CE" 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}ParticipationPhysicalPerformer" />
<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 CEprotected jakarta.xml.bind.JAXBElement<COCTMT050000UV01Patient>protected jakarta.xml.bind.JAXBElement<COCTMT530000UVRelatedEntity>protected IVLTSprotected ParticipationPhysicalPerformerprotected 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 functionCode property.Gets the value of the modeCode 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 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.voidsetFunctionCode(CE value) Sets the value of the functionCode property.voidsetModeCode(CE value) Sets the value of the modeCode 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.voidSets the value of the time property.voidSets the value of the typeCode 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) withFunctionCode(CE value) withModeCode(CE 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) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
functionCode
-
time
-
modeCode
-
patient
-
assignedEntity
-
nullFlavor
-
typeCode
-
contextControlCode
-
-
Constructor Details
-
COCTMT530000UVPerformer
public COCTMT530000UVPerformer()
-
-
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 -
getFunctionCode
Gets the value of the functionCode property.- Returns:
- possible object is
CE
-
setFunctionCode
Sets the value of the functionCode property.- Parameters:
value- allowed object isCE
-
getTime
Gets the value of the time property.- Returns:
- possible object is
IVLTS
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isIVLTS
-
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
-
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.- Returns:
- possible object is
ParticipationPhysicalPerformer
-
setTypeCode
Sets the value of the typeCode property.- Parameters:
value- allowed object isParticipationPhysicalPerformer
-
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
-
withFunctionCode
-
withTime
-
withModeCode
-
withRelatedEntity
public COCTMT530000UVPerformer withRelatedEntity(jakarta.xml.bind.JAXBElement<COCTMT530000UVRelatedEntity> value) -
withPatient
public COCTMT530000UVPerformer withPatient(jakarta.xml.bind.JAXBElement<COCTMT050000UV01Patient> value) -
withAssignedEntity
public COCTMT530000UVPerformer withAssignedEntity(jakarta.xml.bind.JAXBElement<COCTMT090000UV01AssignedEntity> value) -
withNullFlavor
-
withNullFlavor
-
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
-