public class Component2
extends java.lang.Object
Java class for Component2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Component2">
<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"/>
<choice>
<element name="nonXMLBody" type="{urn:hl7-org:v3}NonXMLBody"/>
<element name="structuredBody" type="{urn:hl7-org:v3}StructuredBody"/>
</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 |
|---|
Component2() |
| Modifier and Type | Method and Description |
|---|---|
NonXMLBody |
getNonXMLBody()
Gets the value of the nonXMLBody property.
|
java.util.List<java.lang.String> |
getNullFlavor()
Gets the value of the nullFlavor property.
|
java.util.List<CS> |
getRealmCode()
Gets the value of the realmCode property.
|
StructuredBody |
getStructuredBody()
Gets the value of the structuredBody 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 |
setContextConductionInd(java.lang.Boolean value)
Sets the value of the contextConductionInd property.
|
void |
setNonXMLBody(NonXMLBody value)
Sets the value of the nonXMLBody property.
|
void |
setStructuredBody(StructuredBody value)
Sets the value of the structuredBody 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 NonXMLBody getNonXMLBody()
NonXMLBodypublic void setNonXMLBody(NonXMLBody value)
value - allowed object is
NonXMLBodypublic StructuredBody getStructuredBody()
StructuredBodypublic void setStructuredBody(StructuredBody value)
value - allowed object is
StructuredBodypublic 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