Class MFMIMT700711UV01QueryAck
Java class for MFMI_MT700711UV01.QueryAck complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MFMI_MT700711UV01.QueryAck">
<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" minOccurs="0"/>
<element name="statusCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
<element name="queryResponseCode" type="{urn:hl7-org:v3}CS"/>
<element name="resultTotalQuantity" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
<element name="resultCurrentQuantity" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
<element name="resultRemainingQuantity" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
</sequence>
<attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the nullFlavor property.Gets the value of the queryId property.Gets the value of the queryResponseCode property.Gets the value of the realmCode property.Gets the value of the resultCurrentQuantity property.Gets the value of the resultRemainingQuantity property.Gets the value of the resultTotalQuantity property.Gets the value of the statusCode property.Gets the value of the templateId property.Gets the value of the typeId property.inthashCode()voidsetQueryId(II value) Sets the value of the queryId property.voidsetQueryResponseCode(CS value) Sets the value of the queryResponseCode property.voidsetResultCurrentQuantity(INT value) Sets the value of the resultCurrentQuantity property.voidsetResultRemainingQuantity(INT value) Sets the value of the resultRemainingQuantity property.voidsetResultTotalQuantity(INT value) Sets the value of the resultTotalQuantity 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.withNullFlavor(String... values) withNullFlavor(Collection<String> values) withQueryId(II value) withQueryResponseCode(CS value) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withResultCurrentQuantity(INT value) withResultRemainingQuantity(INT value) withResultTotalQuantity(INT value) withStatusCode(CS value) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
queryId
-
statusCode
-
queryResponseCode
-
resultTotalQuantity
-
resultCurrentQuantity
-
resultRemainingQuantity
-
nullFlavor
-
-
Constructor Details
-
MFMIMT700711UV01QueryAck
public MFMIMT700711UV01QueryAck()
-
-
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
-
getQueryResponseCode
Gets the value of the queryResponseCode property.- Returns:
- possible object is
CS
-
setQueryResponseCode
Sets the value of the queryResponseCode property.- Parameters:
value- allowed object isCS
-
getResultTotalQuantity
Gets the value of the resultTotalQuantity property.- Returns:
- possible object is
INT
-
setResultTotalQuantity
Sets the value of the resultTotalQuantity property.- Parameters:
value- allowed object isINT
-
getResultCurrentQuantity
Gets the value of the resultCurrentQuantity property.- Returns:
- possible object is
INT
-
setResultCurrentQuantity
Sets the value of the resultCurrentQuantity property.- Parameters:
value- allowed object isINT
-
getResultRemainingQuantity
Gets the value of the resultRemainingQuantity property.- Returns:
- possible object is
INT
-
setResultRemainingQuantity
Sets the value of the resultRemainingQuantity property.- Parameters:
value- allowed object isINT
-
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
-
withQueryResponseCode
-
withResultTotalQuantity
-
withResultCurrentQuantity
-
withResultRemainingQuantity
-
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
-