Class COCTMT310000UV04AccomodationSupplied
Java class for COCT_MT310000UV04.AccomodationSupplied complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COCT_MT310000UV04.AccomodationSupplied">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
<element name="code" type="{urn:hl7-org:v3}CS"/>
<element name="effectiveTime" type="{urn:hl7-org:v3}IVL_TS"/>
<element name="reasonCode" type="{urn:hl7-org:v3}CS"/>
<element name="location" type="{urn:hl7-org:v3}COCT_MT310000UV04.Location"/>
<element name="inFulfillmentOf" type="{urn:hl7-org:v3}COCT_MT310000UV04.InFulfillmentOf"/>
<element name="pertinentInformation1" type="{urn:hl7-org:v3}COCT_MT310000UV04.PertinentInformation1" minOccurs="0"/>
<element name="pertinentInformation2" type="{urn:hl7-org:v3}COCT_MT310000UV04.PertinentInformation2"/>
</sequence>
<attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
<attribute name="classCode" use="required" type="{urn:hl7-org:v3}ActClass" fixed="ACCM" />
<attribute name="moodCode" use="required" type="{urn:hl7-org:v3}x_ActMoodIntentEvent" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CSprotected IVLTSprotected COCTMT310000UV04InFulfillmentOfprotected COCTMT310000UV04Locationprotected XActMoodIntentEventprotected jakarta.xml.bind.JAXBElement<COCTMT310000UV04PertinentInformation1>protected COCTMT310000UV04PertinentInformation2protected CSprotected II -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the classCode property.getCode()Gets the value of the code property.Gets the value of the effectiveTime property.Gets the value of the inFulfillmentOf property.Gets the value of the location property.Gets the value of the moodCode property.Gets the value of the nullFlavor property.jakarta.xml.bind.JAXBElement<COCTMT310000UV04PertinentInformation1>Gets the value of the pertinentInformation1 property.Gets the value of the pertinentInformation2 property.Gets the value of the realmCode property.Gets the value of the reasonCode property.Gets the value of the templateId property.Gets the value of the typeId property.inthashCode()voidSets the value of the code property.voidsetEffectiveTime(IVLTS value) Sets the value of the effectiveTime property.voidSets the value of the inFulfillmentOf property.voidSets the value of the location property.voidsetMoodCode(XActMoodIntentEvent value) Sets the value of the moodCode property.voidsetPertinentInformation1(jakarta.xml.bind.JAXBElement<COCTMT310000UV04PertinentInformation1> value) Sets the value of the pertinentInformation1 property.voidSets the value of the pertinentInformation2 property.voidsetReasonCode(CS value) Sets the value of the reasonCode property.voidSets the value of the typeId property.toString()Generates a String representation of the contents of this type.withClassCode(String... values) withClassCode(Collection<String> values) withEffectiveTime(IVLTS value) withMoodCode(XActMoodIntentEvent value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withPertinentInformation1(jakarta.xml.bind.JAXBElement<COCTMT310000UV04PertinentInformation1> value) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withReasonCode(CS value) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
code
-
effectiveTime
-
reasonCode
-
location
-
inFulfillmentOf
-
pertinentInformation1
-
pertinentInformation2
-
nullFlavor
-
classCode
-
moodCode
-
-
Constructor Details
-
COCTMT310000UV04AccomodationSupplied
public COCTMT310000UV04AccomodationSupplied()
-
-
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 -
getCode
Gets the value of the code property.- Returns:
- possible object is
CS
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isCS
-
getEffectiveTime
Gets the value of the effectiveTime property.- Returns:
- possible object is
IVLTS
-
setEffectiveTime
Sets the value of the effectiveTime property.- Parameters:
value- allowed object isIVLTS
-
getReasonCode
Gets the value of the reasonCode property.- Returns:
- possible object is
CS
-
setReasonCode
Sets the value of the reasonCode property.- Parameters:
value- allowed object isCS
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
COCTMT310000UV04Location
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isCOCTMT310000UV04Location
-
getInFulfillmentOf
Gets the value of the inFulfillmentOf property.- Returns:
- possible object is
COCTMT310000UV04InFulfillmentOf
-
setInFulfillmentOf
Sets the value of the inFulfillmentOf property.- Parameters:
value- allowed object isCOCTMT310000UV04InFulfillmentOf
-
getPertinentInformation1
public jakarta.xml.bind.JAXBElement<COCTMT310000UV04PertinentInformation1> getPertinentInformation1()Gets the value of the pertinentInformation1 property.- Returns:
- possible object is
JAXBElement<COCTMT310000UV04PertinentInformation1>
-
setPertinentInformation1
public void setPertinentInformation1(jakarta.xml.bind.JAXBElement<COCTMT310000UV04PertinentInformation1> value) Sets the value of the pertinentInformation1 property.- Parameters:
value- allowed object isJAXBElement<COCTMT310000UV04PertinentInformation1>
-
getPertinentInformation2
Gets the value of the pertinentInformation2 property.- Returns:
- possible object is
COCTMT310000UV04PertinentInformation2
-
setPertinentInformation2
Sets the value of the pertinentInformation2 property.- Parameters:
value- allowed object isCOCTMT310000UV04PertinentInformation2
-
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 -
getClassCode
Gets the value of the classCode 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 classCode property.For example, to add a new item, do as follows:
getClassCode().add(newItem);Objects of the following type(s) are allowed in the list
String -
getMoodCode
Gets the value of the moodCode property.- Returns:
- possible object is
XActMoodIntentEvent
-
setMoodCode
Sets the value of the moodCode property.- Parameters:
value- allowed object isXActMoodIntentEvent
-
withRealmCode
-
withRealmCode
-
withTypeId
-
withTemplateId
-
withTemplateId
-
withCode
-
withEffectiveTime
-
withReasonCode
-
withLocation
-
withInFulfillmentOf
public COCTMT310000UV04AccomodationSupplied withInFulfillmentOf(COCTMT310000UV04InFulfillmentOf value) -
withPertinentInformation1
public COCTMT310000UV04AccomodationSupplied withPertinentInformation1(jakarta.xml.bind.JAXBElement<COCTMT310000UV04PertinentInformation1> value) -
withPertinentInformation2
public COCTMT310000UV04AccomodationSupplied withPertinentInformation2(COCTMT310000UV04PertinentInformation2 value) -
withNullFlavor
-
withNullFlavor
-
withClassCode
-
withClassCode
-
withMoodCode
-
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
-