Class PRPAMT201306UV02MatchCriterionList
Java class for PRPA_MT201306UV02.MatchCriterionList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PRPA_MT201306UV02.MatchCriterionList">
<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="matchAlgorithm" type="{urn:hl7-org:v3}PRPA_MT201306UV02.MatchAlgorithm" minOccurs="0"/>
<element name="matchWeight" type="{urn:hl7-org:v3}PRPA_MT201306UV02.MatchWeight" minOccurs="0"/>
<element name="minimumDegreeMatch" type="{urn:hl7-org:v3}PRPA_MT201306UV02.MinimumDegreeMatch" minOccurs="0"/>
</sequence>
<attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IIprotected jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchAlgorithm>protected jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchWeight>protected jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MinimumDegreeMatch>protected II -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Gets the value of the id property.jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchAlgorithm>Gets the value of the matchAlgorithm property.jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchWeight>Gets the value of the matchWeight property.jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MinimumDegreeMatch>Gets the value of the minimumDegreeMatch property.Gets the value of the nullFlavor property.Gets the value of the realmCode property.Gets the value of the templateId property.Gets the value of the typeId property.inthashCode()voidSets the value of the id property.voidsetMatchAlgorithm(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchAlgorithm> value) Sets the value of the matchAlgorithm property.voidsetMatchWeight(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchWeight> value) Sets the value of the matchWeight property.voidsetMinimumDegreeMatch(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MinimumDegreeMatch> value) Sets the value of the minimumDegreeMatch property.voidSets the value of the typeId property.toString()Generates a String representation of the contents of this type.withMatchAlgorithm(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchAlgorithm> value) withMatchWeight(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchWeight> value) withMinimumDegreeMatch(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MinimumDegreeMatch> value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
matchAlgorithm
-
matchWeight
-
minimumDegreeMatch
-
nullFlavor
-
-
Constructor Details
-
PRPAMT201306UV02MatchCriterionList
public PRPAMT201306UV02MatchCriterionList()
-
-
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
-
getMatchAlgorithm
Gets the value of the matchAlgorithm property.- Returns:
- possible object is
JAXBElement<PRPAMT201306UV02MatchAlgorithm>
-
setMatchAlgorithm
Sets the value of the matchAlgorithm property.- Parameters:
value- allowed object isJAXBElement<PRPAMT201306UV02MatchAlgorithm>
-
getMatchWeight
Gets the value of the matchWeight property.- Returns:
- possible object is
JAXBElement<PRPAMT201306UV02MatchWeight>
-
setMatchWeight
Sets the value of the matchWeight property.- Parameters:
value- allowed object isJAXBElement<PRPAMT201306UV02MatchWeight>
-
getMinimumDegreeMatch
Gets the value of the minimumDegreeMatch property.- Returns:
- possible object is
JAXBElement<PRPAMT201306UV02MinimumDegreeMatch>
-
setMinimumDegreeMatch
public void setMinimumDegreeMatch(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MinimumDegreeMatch> value) Sets the value of the minimumDegreeMatch property.- Parameters:
value- allowed object isJAXBElement<PRPAMT201306UV02MinimumDegreeMatch>
-
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 -
withRealmCode
-
withRealmCode
-
withTypeId
-
withTemplateId
-
withTemplateId
-
withId
-
withMatchAlgorithm
public PRPAMT201306UV02MatchCriterionList withMatchAlgorithm(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchAlgorithm> value) -
withMatchWeight
public PRPAMT201306UV02MatchCriterionList withMatchWeight(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchWeight> value) -
withMinimumDegreeMatch
public PRPAMT201306UV02MatchCriterionList withMinimumDegreeMatch(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MinimumDegreeMatch> value) -
withNullFlavor
-
withNullFlavor
-
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
-