Class PRPAMT201306UV02QueryByParameter
Java class for PRPA_MT201306UV02.QueryByParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PRPA_MT201306UV02.QueryByParameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
<element name="queryId" type="{urn:hl7-org:v3}II"/>
<element name="statusCode" type="{urn:hl7-org:v3}CS"/>
<element name="modifyCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
<element name="responseElementGroupId" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
<element name="responseModalityCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
<element name="responsePriorityCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
<element name="initialQuantity" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
<element name="initialQuantityCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="executionAndDeliveryTime" type="{urn:hl7-org:v3}TS" minOccurs="0"/>
<element name="matchCriterionList" type="{urn:hl7-org:v3}PRPA_MT201306UV02.MatchCriterionList" minOccurs="0"/>
<element name="parameterList" type="{urn:hl7-org:v3}PRPA_MT201306UV02.ParameterList"/>
<element name="sortControl" type="{urn:hl7-org:v3}PRPA_MT201306UV02.SortControl" maxOccurs="unbounded" 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 TSprotected INTprotected CEprotected jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchCriterionList>protected CSprotected PRPAMT201306UV02ParameterListprotected IIprotected CSprotected CSprotected List<PRPAMT201306UV02SortControl>protected CSprotected II -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the executionAndDeliveryTime property.Gets the value of the initialQuantity property.Gets the value of the initialQuantityCode property.jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchCriterionList>Gets the value of the matchCriterionList property.Gets the value of the modifyCode property.Gets the value of the nullFlavor property.Gets the value of the parameterList property.Gets the value of the queryId property.Gets the value of the realmCode property.Gets the value of the responseElementGroupId property.Gets the value of the responseModalityCode property.Gets the value of the responsePriorityCode property.Gets the value of the sortControl property.Gets the value of the statusCode property.Gets the value of the templateId property.Gets the value of the typeId property.inthashCode()voidsetExecutionAndDeliveryTime(TS value) Sets the value of the executionAndDeliveryTime property.voidsetInitialQuantity(INT value) Sets the value of the initialQuantity property.voidsetInitialQuantityCode(CE value) Sets the value of the initialQuantityCode property.voidsetMatchCriterionList(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchCriterionList> value) Sets the value of the matchCriterionList property.voidsetModifyCode(CS value) Sets the value of the modifyCode property.voidSets the value of the parameterList property.voidsetQueryId(II value) Sets the value of the queryId property.voidsetResponseModalityCode(CS value) Sets the value of the responseModalityCode property.voidsetResponsePriorityCode(CS value) Sets the value of the responsePriorityCode property.voidsetStatusCode(CS value) Sets the value of the statusCode property.voidSets the value of the typeId property.toString()Generates a String representation of the contents of this type.withExecutionAndDeliveryTime(TS value) withInitialQuantity(INT value) withInitialQuantityCode(CE value) withMatchCriterionList(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchCriterionList> value) withModifyCode(CS value) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withQueryId(II value) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withResponseElementGroupId(Collection<II> values) withResponseElementGroupId(II... values) withResponseModalityCode(CS value) withResponsePriorityCode(CS value) withSortControl(PRPAMT201306UV02SortControl... values) withStatusCode(CS value) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
queryId
-
statusCode
-
modifyCode
-
responseElementGroupId
-
responseModalityCode
-
responsePriorityCode
-
initialQuantity
-
initialQuantityCode
-
executionAndDeliveryTime
-
matchCriterionList
-
parameterList
-
sortControl
-
nullFlavor
-
-
Constructor Details
-
PRPAMT201306UV02QueryByParameter
public PRPAMT201306UV02QueryByParameter()
-
-
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 -
getQueryId
Gets the value of the queryId property.- Returns:
- possible object is
II
-
setQueryId
Sets the value of the queryId property.- Parameters:
value- allowed object isII
-
getStatusCode
Gets the value of the statusCode property.- Returns:
- possible object is
CS
-
setStatusCode
Sets the value of the statusCode property.- Parameters:
value- allowed object isCS
-
getModifyCode
Gets the value of the modifyCode property.- Returns:
- possible object is
CS
-
setModifyCode
Sets the value of the modifyCode property.- Parameters:
value- allowed object isCS
-
getResponseElementGroupId
Gets the value of the responseElementGroupId 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 responseElementGroupId property.For example, to add a new item, do as follows:
getResponseElementGroupId().add(newItem);Objects of the following type(s) are allowed in the list
II -
getResponseModalityCode
Gets the value of the responseModalityCode property.- Returns:
- possible object is
CS
-
setResponseModalityCode
Sets the value of the responseModalityCode property.- Parameters:
value- allowed object isCS
-
getResponsePriorityCode
Gets the value of the responsePriorityCode property.- Returns:
- possible object is
CS
-
setResponsePriorityCode
Sets the value of the responsePriorityCode property.- Parameters:
value- allowed object isCS
-
getInitialQuantity
Gets the value of the initialQuantity property.- Returns:
- possible object is
INT
-
setInitialQuantity
Sets the value of the initialQuantity property.- Parameters:
value- allowed object isINT
-
getInitialQuantityCode
Gets the value of the initialQuantityCode property.- Returns:
- possible object is
CE
-
setInitialQuantityCode
Sets the value of the initialQuantityCode property.- Parameters:
value- allowed object isCE
-
getExecutionAndDeliveryTime
Gets the value of the executionAndDeliveryTime property.- Returns:
- possible object is
TS
-
setExecutionAndDeliveryTime
Sets the value of the executionAndDeliveryTime property.- Parameters:
value- allowed object isTS
-
getMatchCriterionList
Gets the value of the matchCriterionList property.- Returns:
- possible object is
JAXBElement<PRPAMT201306UV02MatchCriterionList>
-
setMatchCriterionList
public void setMatchCriterionList(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchCriterionList> value) Sets the value of the matchCriterionList property.- Parameters:
value- allowed object isJAXBElement<PRPAMT201306UV02MatchCriterionList>
-
getParameterList
Gets the value of the parameterList property.- Returns:
- possible object is
PRPAMT201306UV02ParameterList
-
setParameterList
Sets the value of the parameterList property.- Parameters:
value- allowed object isPRPAMT201306UV02ParameterList
-
getSortControl
Gets the value of the sortControl 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 sortControl property.For example, to add a new item, do as follows:
getSortControl().add(newItem);Objects of the following type(s) are allowed in the list
PRPAMT201306UV02SortControl -
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
-
withQueryId
-
withStatusCode
-
withModifyCode
-
withResponseElementGroupId
-
withResponseElementGroupId
-
withResponseModalityCode
-
withResponsePriorityCode
-
withInitialQuantity
-
withInitialQuantityCode
-
withExecutionAndDeliveryTime
-
withMatchCriterionList
public PRPAMT201306UV02QueryByParameter withMatchCriterionList(jakarta.xml.bind.JAXBElement<PRPAMT201306UV02MatchCriterionList> value) -
withParameterList
-
withSortControl
-
withSortControl
public PRPAMT201306UV02QueryByParameter withSortControl(Collection<PRPAMT201306UV02SortControl> values) -
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
-