Class COCTMT490000UV04BillableClinicalProduct
Java class for COCT_MT490000UV04.BillableClinicalProduct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COCT_MT490000UV04.BillableClinicalProduct">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
<element name="id" type="{urn:hl7-org:v3}II" minOccurs="0"/>
<element name="code" type="{urn:hl7-org:v3}CS"/>
<element name="effectiveTime" type="{urn:hl7-org:v3}IVL_TS"/>
<element name="product" type="{urn:hl7-org:v3}COCT_MT490000UV04.Product"/>
<element name="referrer" type="{urn:hl7-org:v3}COCT_MT490000UV04.Referrer" minOccurs="0"/>
<element name="consultant" type="{urn:hl7-org:v3}COCT_MT490000UV04.Consultant" minOccurs="0"/>
<element name="origin" type="{urn:hl7-org:v3}COCT_MT490000UV04.Origin" minOccurs="0"/>
<element name="destination" type="{urn:hl7-org:v3}COCT_MT490000UV04.Destination" minOccurs="0"/>
<element name="location" type="{urn:hl7-org:v3}COCT_MT490000UV04.Location"/>
<element name="pertinentInformation" type="{urn:hl7-org:v3}COCT_MT490000UV04.PertinentInformation" maxOccurs="unbounded" minOccurs="0"/>
</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}ActClassSupply" />
<attribute name="moodCode" use="required" type="{urn:hl7-org:v3}x_ActMoodIntentEvent" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActClassSupplyprotected CSprotected jakarta.xml.bind.JAXBElement<COCTMT490000UV04Consultant>protected jakarta.xml.bind.JAXBElement<COCTMT490000UV04Destination>protected IVLTSprotected IIprotected COCTMT490000UV04Locationprotected XActMoodIntentEventprotected jakarta.xml.bind.JAXBElement<COCTMT490000UV04Origin>protected List<COCTMT490000UV04PertinentInformation>protected COCTMT490000UV04Productprotected jakarta.xml.bind.JAXBElement<COCTMT490000UV04Referrer>protected II -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the classCode property.getCode()Gets the value of the code property.jakarta.xml.bind.JAXBElement<COCTMT490000UV04Consultant>Gets the value of the consultant property.jakarta.xml.bind.JAXBElement<COCTMT490000UV04Destination>Gets the value of the destination property.Gets the value of the effectiveTime property.getId()Gets the value of the id 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<COCTMT490000UV04Origin>Gets the value of the origin property.Gets the value of the pertinentInformation property.Gets the value of the product property.Gets the value of the realmCode property.jakarta.xml.bind.JAXBElement<COCTMT490000UV04Referrer>Gets the value of the referrer property.Gets the value of the templateId property.Gets the value of the typeId property.inthashCode()voidsetClassCode(ActClassSupply value) Sets the value of the classCode property.voidSets the value of the code property.voidsetConsultant(jakarta.xml.bind.JAXBElement<COCTMT490000UV04Consultant> value) Sets the value of the consultant property.voidsetDestination(jakarta.xml.bind.JAXBElement<COCTMT490000UV04Destination> value) Sets the value of the destination property.voidsetEffectiveTime(IVLTS value) Sets the value of the effectiveTime property.voidSets the value of the id property.voidSets the value of the location property.voidsetMoodCode(XActMoodIntentEvent value) Sets the value of the moodCode property.voidsetOrigin(jakarta.xml.bind.JAXBElement<COCTMT490000UV04Origin> value) Sets the value of the origin property.voidSets the value of the product property.voidsetReferrer(jakarta.xml.bind.JAXBElement<COCTMT490000UV04Referrer> value) Sets the value of the referrer property.voidSets the value of the typeId property.toString()Generates a String representation of the contents of this type.withClassCode(ActClassSupply value) withConsultant(jakarta.xml.bind.JAXBElement<COCTMT490000UV04Consultant> value) withDestination(jakarta.xml.bind.JAXBElement<COCTMT490000UV04Destination> value) withEffectiveTime(IVLTS value) withMoodCode(XActMoodIntentEvent value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withOrigin(jakarta.xml.bind.JAXBElement<COCTMT490000UV04Origin> value) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withReferrer(jakarta.xml.bind.JAXBElement<COCTMT490000UV04Referrer> value) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
code
-
effectiveTime
-
product
-
referrer
-
consultant
-
origin
-
destination
-
location
-
pertinentInformation
-
nullFlavor
-
classCode
-
moodCode
-
-
Constructor Details
-
COCTMT490000UV04BillableClinicalProduct
public COCTMT490000UV04BillableClinicalProduct()
-
-
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 -
getId
Gets the value of the id property.- Returns:
- possible object is
II
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isII
-
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
-
getProduct
Gets the value of the product property.- Returns:
- possible object is
COCTMT490000UV04Product
-
setProduct
Sets the value of the product property.- Parameters:
value- allowed object isCOCTMT490000UV04Product
-
getReferrer
Gets the value of the referrer property.- Returns:
- possible object is
JAXBElement<COCTMT490000UV04Referrer>
-
setReferrer
Sets the value of the referrer property.- Parameters:
value- allowed object isJAXBElement<COCTMT490000UV04Referrer>
-
getConsultant
Gets the value of the consultant property.- Returns:
- possible object is
JAXBElement<COCTMT490000UV04Consultant>
-
setConsultant
Sets the value of the consultant property.- Parameters:
value- allowed object isJAXBElement<COCTMT490000UV04Consultant>
-
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
JAXBElement<COCTMT490000UV04Origin>
-
setOrigin
Sets the value of the origin property.- Parameters:
value- allowed object isJAXBElement<COCTMT490000UV04Origin>
-
getDestination
Gets the value of the destination property.- Returns:
- possible object is
JAXBElement<COCTMT490000UV04Destination>
-
setDestination
Sets the value of the destination property.- Parameters:
value- allowed object isJAXBElement<COCTMT490000UV04Destination>
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
COCTMT490000UV04Location
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isCOCTMT490000UV04Location
-
getPertinentInformation
Gets the value of the pertinentInformation 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 pertinentInformation property.For example, to add a new item, do as follows:
getPertinentInformation().add(newItem);Objects of the following type(s) are allowed in the list
COCTMT490000UV04PertinentInformation -
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.- Returns:
- possible object is
ActClassSupply
-
setClassCode
Sets the value of the classCode property.- Parameters:
value- allowed object isActClassSupply
-
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
-
withId
-
withCode
-
withEffectiveTime
-
withProduct
-
withReferrer
public COCTMT490000UV04BillableClinicalProduct withReferrer(jakarta.xml.bind.JAXBElement<COCTMT490000UV04Referrer> value) -
withConsultant
public COCTMT490000UV04BillableClinicalProduct withConsultant(jakarta.xml.bind.JAXBElement<COCTMT490000UV04Consultant> value) -
withOrigin
public COCTMT490000UV04BillableClinicalProduct withOrigin(jakarta.xml.bind.JAXBElement<COCTMT490000UV04Origin> value) -
withDestination
public COCTMT490000UV04BillableClinicalProduct withDestination(jakarta.xml.bind.JAXBElement<COCTMT490000UV04Destination> value) -
withLocation
-
withPertinentInformation
public COCTMT490000UV04BillableClinicalProduct withPertinentInformation(COCTMT490000UV04PertinentInformation... values) -
withPertinentInformation
public COCTMT490000UV04BillableClinicalProduct withPertinentInformation(Collection<COCTMT490000UV04PertinentInformation> values) -
withNullFlavor
-
withNullFlavor
-
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
-