Class COCTMT600000UV06SupplyEvent
Java class for COCT_MT600000UV06.SupplyEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COCT_MT600000UV06.SupplyEvent">
<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}CD"/>
<element name="effectiveTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
<element name="priorityCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
<element name="product" type="{urn:hl7-org:v3}COCT_MT600000UV06.Product" maxOccurs="2"/>
<element name="performer" type="{urn:hl7-org:v3}COCT_MT600000UV06.Performer" minOccurs="0"/>
<element name="origin" type="{urn:hl7-org:v3}COCT_MT600000UV06.Origin" minOccurs="0"/>
<element name="destination" type="{urn:hl7-org:v3}COCT_MT600000UV06.Destination" minOccurs="0"/>
<element name="location" type="{urn:hl7-org:v3}COCT_MT600000UV06.Location"/>
<element name="pertinentInformation1" type="{urn:hl7-org:v3}COCT_MT600000UV06.PertinentInformation1" maxOccurs="unbounded" minOccurs="0"/>
<element name="pertinentInformation2" type="{urn:hl7-org:v3}COCT_MT600000UV06.PertinentInformation2"/>
<element name="pertinentInformation3" type="{urn:hl7-org:v3}COCT_MT600000UV06.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}ActMood" fixed="EVN" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActClassSupplyprotected CDprotected jakarta.xml.bind.JAXBElement<COCTMT600000UV06Destination>protected IVLTSprotected COCTMT600000UV06Locationprotected jakarta.xml.bind.JAXBElement<COCTMT600000UV06Origin>protected jakarta.xml.bind.JAXBElement<COCTMT600000UV06Performer>protected List<COCTMT600000UV06PertinentInformation1>protected COCTMT600000UV06PertinentInformation2protected List<COCTMT600000UV06PertinentInformation>protected List<COCTMT600000UV06Product>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<COCTMT600000UV06Destination>Gets the value of the destination property.Gets the value of the effectiveTime 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<COCTMT600000UV06Origin>Gets the value of the origin property.jakarta.xml.bind.JAXBElement<COCTMT600000UV06Performer>Gets the value of the performer property.Gets the value of the pertinentInformation1 property.Gets the value of the pertinentInformation2 property.Gets the value of the pertinentInformation3 property.Gets the value of the priorityCode property.Gets the value of the product property.Gets the value of the realmCode 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.voidsetDestination(jakarta.xml.bind.JAXBElement<COCTMT600000UV06Destination> value) Sets the value of the destination property.voidsetEffectiveTime(IVLTS value) Sets the value of the effectiveTime property.voidSets the value of the location property.voidsetOrigin(jakarta.xml.bind.JAXBElement<COCTMT600000UV06Origin> value) Sets the value of the origin property.voidsetPerformer(jakarta.xml.bind.JAXBElement<COCTMT600000UV06Performer> value) Sets the value of the performer property.voidSets the value of the pertinentInformation2 property.voidSets the value of the typeId property.toString()Generates a String representation of the contents of this type.withClassCode(ActClassSupply value) withDestination(jakarta.xml.bind.JAXBElement<COCTMT600000UV06Destination> value) withEffectiveTime(IVLTS value) withMoodCode(String... values) withMoodCode(Collection<String> values) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withOrigin(jakarta.xml.bind.JAXBElement<COCTMT600000UV06Origin> value) withPerformer(jakarta.xml.bind.JAXBElement<COCTMT600000UV06Performer> value) withPriorityCode(Collection<CE> values) withPriorityCode(CE... values) withProduct(Collection<COCTMT600000UV06Product> values) withProduct(COCTMT600000UV06Product... values) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
code
-
effectiveTime
-
priorityCode
-
product
-
performer
-
origin
-
destination
-
location
-
pertinentInformation1
-
pertinentInformation2
-
pertinentInformation3
-
nullFlavor
-
classCode
-
moodCode
-
-
Constructor Details
-
COCTMT600000UV06SupplyEvent
public COCTMT600000UV06SupplyEvent()
-
-
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
CD
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isCD
-
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
-
getPriorityCode
Gets the value of the priorityCode 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 priorityCode property.For example, to add a new item, do as follows:
getPriorityCode().add(newItem);Objects of the following type(s) are allowed in the list
CE -
getProduct
Gets the value of the product 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 product property.For example, to add a new item, do as follows:
getProduct().add(newItem);Objects of the following type(s) are allowed in the list
COCTMT600000UV06Product -
getPerformer
Gets the value of the performer property.- Returns:
- possible object is
JAXBElement<COCTMT600000UV06Performer>
-
setPerformer
Sets the value of the performer property.- Parameters:
value- allowed object isJAXBElement<COCTMT600000UV06Performer>
-
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
JAXBElement<COCTMT600000UV06Origin>
-
setOrigin
Sets the value of the origin property.- Parameters:
value- allowed object isJAXBElement<COCTMT600000UV06Origin>
-
getDestination
Gets the value of the destination property.- Returns:
- possible object is
JAXBElement<COCTMT600000UV06Destination>
-
setDestination
Sets the value of the destination property.- Parameters:
value- allowed object isJAXBElement<COCTMT600000UV06Destination>
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
COCTMT600000UV06Location
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isCOCTMT600000UV06Location
-
getPertinentInformation1
Gets the value of the pertinentInformation1 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 pertinentInformation1 property.For example, to add a new item, do as follows:
getPertinentInformation1().add(newItem);Objects of the following type(s) are allowed in the list
COCTMT600000UV06PertinentInformation1 -
getPertinentInformation2
Gets the value of the pertinentInformation2 property.- Returns:
- possible object is
COCTMT600000UV06PertinentInformation2
-
setPertinentInformation2
Sets the value of the pertinentInformation2 property.- Parameters:
value- allowed object isCOCTMT600000UV06PertinentInformation2
-
getPertinentInformation3
Gets the value of the pertinentInformation3 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 pertinentInformation3 property.For example, to add a new item, do as follows:
getPertinentInformation3().add(newItem);Objects of the following type(s) are allowed in the list
COCTMT600000UV06PertinentInformation -
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.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 moodCode property.For example, to add a new item, do as follows:
getMoodCode().add(newItem);Objects of the following type(s) are allowed in the list
String -
withRealmCode
-
withRealmCode
-
withTypeId
-
withTemplateId
-
withTemplateId
-
withCode
-
withEffectiveTime
-
withPriorityCode
-
withPriorityCode
-
withProduct
-
withProduct
-
withPerformer
public COCTMT600000UV06SupplyEvent withPerformer(jakarta.xml.bind.JAXBElement<COCTMT600000UV06Performer> value) -
withOrigin
public COCTMT600000UV06SupplyEvent withOrigin(jakarta.xml.bind.JAXBElement<COCTMT600000UV06Origin> value) -
withDestination
public COCTMT600000UV06SupplyEvent withDestination(jakarta.xml.bind.JAXBElement<COCTMT600000UV06Destination> value) -
withLocation
-
withPertinentInformation1
public COCTMT600000UV06SupplyEvent withPertinentInformation1(COCTMT600000UV06PertinentInformation1... values) -
withPertinentInformation1
public COCTMT600000UV06SupplyEvent withPertinentInformation1(Collection<COCTMT600000UV06PertinentInformation1> values) -
withPertinentInformation2
public COCTMT600000UV06SupplyEvent withPertinentInformation2(COCTMT600000UV06PertinentInformation2 value) -
withPertinentInformation3
public COCTMT600000UV06SupplyEvent withPertinentInformation3(COCTMT600000UV06PertinentInformation... values) -
withPertinentInformation3
public COCTMT600000UV06SupplyEvent withPertinentInformation3(Collection<COCTMT600000UV06PertinentInformation> values) -
withNullFlavor
-
withNullFlavor
-
withClassCode
-
withMoodCode
-
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
-