public class Component4
extends java.lang.Object
Java class for Component4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Component4">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="realmCode" type="{urn:hl7-org:v3}CS" maxOccurs="unbounded" minOccurs="0"/>
<element name="typeId" type="{urn:hl7-org:v3}InfrastructureRoot.typeId" minOccurs="0"/>
<element name="templateId" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
<element name="sequenceNumber" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
<element name="seperatableInd" type="{urn:hl7-org:v3}BL" minOccurs="0"/>
<choice>
<element name="act" type="{urn:hl7-org:v3}Act"/>
<element name="encounter" type="{urn:hl7-org:v3}Encounter"/>
<element name="observation" type="{urn:hl7-org:v3}Observation"/>
<element name="observationMedia" type="{urn:hl7-org:v3}ObservationMedia"/>
<element name="organizer" type="{urn:hl7-org:v3}Organizer"/>
<element name="procedure" type="{urn:hl7-org:v3}Procedure"/>
<element name="regionOfInterest" type="{urn:hl7-org:v3}RegionOfInterest"/>
<element name="substanceAdministration" type="{urn:hl7-org:v3}SubstanceAdministration"/>
<element name="supply" type="{urn:hl7-org:v3}Supply"/>
</choice>
</sequence>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
<attribute name="typeCode" type="{urn:hl7-org:v3}ActRelationshipHasComponent" fixed="COMP" />
<attribute name="contextConductionInd" type="{urn:hl7-org:v3}bl" fixed="true" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Component4() |
| Modifier and Type | Method and Description |
|---|---|
Act |
getAct()
Gets the value of the act property.
|
Encounter |
getEncounter()
Gets the value of the encounter property.
|
java.util.List<java.lang.String> |
getNullFlavor()
Gets the value of the nullFlavor property.
|
Observation |
getObservation()
Gets the value of the observation property.
|
ObservationMedia |
getObservationMedia()
Gets the value of the observationMedia property.
|
Organizer |
getOrganizer()
Gets the value of the organizer property.
|
Procedure |
getProcedure()
Gets the value of the procedure property.
|
java.util.List<CS> |
getRealmCode()
Gets the value of the realmCode property.
|
RegionOfInterest |
getRegionOfInterest()
Gets the value of the regionOfInterest property.
|
BL |
getSeperatableInd()
Gets the value of the seperatableInd property.
|
INT |
getSequenceNumber()
Gets the value of the sequenceNumber property.
|
SubstanceAdministration |
getSubstanceAdministration()
Gets the value of the substanceAdministration property.
|
Supply |
getSupply()
Gets the value of the supply property.
|
java.util.List<II> |
getTemplateId()
Gets the value of the templateId property.
|
ActRelationshipHasComponent |
getTypeCode()
Gets the value of the typeCode property.
|
InfrastructureRootTypeId |
getTypeId()
Gets the value of the typeId property.
|
boolean |
isContextConductionInd()
Gets the value of the contextConductionInd property.
|
void |
setAct(Act value)
Sets the value of the act property.
|
void |
setContextConductionInd(java.lang.Boolean value)
Sets the value of the contextConductionInd property.
|
void |
setEncounter(Encounter value)
Sets the value of the encounter property.
|
void |
setObservation(Observation value)
Sets the value of the observation property.
|
void |
setObservationMedia(ObservationMedia value)
Sets the value of the observationMedia property.
|
void |
setOrganizer(Organizer value)
Sets the value of the organizer property.
|
void |
setProcedure(Procedure value)
Sets the value of the procedure property.
|
void |
setRegionOfInterest(RegionOfInterest value)
Sets the value of the regionOfInterest property.
|
void |
setSeperatableInd(BL value)
Sets the value of the seperatableInd property.
|
void |
setSequenceNumber(INT value)
Sets the value of the sequenceNumber property.
|
void |
setSubstanceAdministration(SubstanceAdministration value)
Sets the value of the substanceAdministration property.
|
void |
setSupply(Supply value)
Sets the value of the supply property.
|
void |
setTypeCode(ActRelationshipHasComponent value)
Sets the value of the typeCode property.
|
void |
setTypeId(InfrastructureRootTypeId value)
Sets the value of the typeId property.
|
public java.util.List<CS> getRealmCode()
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 JAXB object.
This is why there is not a set method 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
public InfrastructureRootTypeId getTypeId()
InfrastructureRootTypeIdpublic void setTypeId(InfrastructureRootTypeId value)
value - allowed object is
InfrastructureRootTypeIdpublic java.util.List<II> getTemplateId()
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 JAXB object.
This is why there is not a set method 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
public INT getSequenceNumber()
INTpublic void setSequenceNumber(INT value)
value - allowed object is
INTpublic BL getSeperatableInd()
BLpublic void setSeperatableInd(BL value)
value - allowed object is
BLpublic void setAct(Act value)
value - allowed object is
Actpublic Encounter getEncounter()
Encounterpublic void setEncounter(Encounter value)
value - allowed object is
Encounterpublic Observation getObservation()
Observationpublic void setObservation(Observation value)
value - allowed object is
Observationpublic ObservationMedia getObservationMedia()
ObservationMediapublic void setObservationMedia(ObservationMedia value)
value - allowed object is
ObservationMediapublic Organizer getOrganizer()
Organizerpublic void setOrganizer(Organizer value)
value - allowed object is
Organizerpublic Procedure getProcedure()
Procedurepublic void setProcedure(Procedure value)
value - allowed object is
Procedurepublic RegionOfInterest getRegionOfInterest()
RegionOfInterestpublic void setRegionOfInterest(RegionOfInterest value)
value - allowed object is
RegionOfInterestpublic SubstanceAdministration getSubstanceAdministration()
SubstanceAdministrationpublic void setSubstanceAdministration(SubstanceAdministration value)
value - allowed object is
SubstanceAdministrationpublic Supply getSupply()
Supplypublic void setSupply(Supply value)
value - allowed object is
Supplypublic java.util.List<java.lang.String> getNullFlavor()
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 JAXB object.
This is why there is not a set method 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
public ActRelationshipHasComponent getTypeCode()
ActRelationshipHasComponentpublic void setTypeCode(ActRelationshipHasComponent value)
value - allowed object is
ActRelationshipHasComponentpublic boolean isContextConductionInd()
Booleanpublic void setContextConductionInd(java.lang.Boolean value)
value - allowed object is
Boolean