ca.infoway.messagebuilder.model.ab_mr2007_v02_r02.common.merged
Class QueryAckBean

Package class diagram package QueryAckBean
java.lang.Object
  extended by ca.infoway.messagebuilder.model.MessagePartBean
      extended by ca.infoway.messagebuilder.model.ab_mr2007_v02_r02.common.merged.QueryAckBean
All Implemented Interfaces:
NullFlavorSupport, Serializable

public class QueryAckBean
extends MessagePartBean

See Also:
Serialized Form

Constructor Summary
QueryAckBean()
           
 
Method Summary
 Identifier getQueryId()
          Business Name: QueryIdentifier
 QueryResponse getQueryResponseCode()
          Business Name: QueryStatus
 Integer getResultCurrentQuantity()
          Business Name: ReturnedRows
 Integer getResultRemainingQuantity()
          Business Name: RemainingRows
 Integer getResultTotalQuantity()
          Business Name: TotalMatchingRows
 void setQueryId(Identifier queryId)
          Business Name: QueryIdentifier
 void setQueryResponseCode(QueryResponse queryResponseCode)
          Business Name: QueryStatus
 void setResultCurrentQuantity(Integer resultCurrentQuantity)
          Business Name: ReturnedRows
 void setResultRemainingQuantity(Integer resultRemainingQuantity)
          Business Name: RemainingRows
 void setResultTotalQuantity(Integer resultTotalQuantity)
          Business Name: TotalMatchingRows
 
Methods inherited from class ca.infoway.messagebuilder.model.MessagePartBean
getField, getNullFlavor, getNullFlavor, getSpecializationType, hasNullFlavor, hasNullFlavor, setNullFlavor, setNullFlavor, setSpecializationType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryAckBean

public QueryAckBean()
Method Detail

getQueryId

public Identifier getQueryId()

Business Name: QueryIdentifier

Un-merged Business Name: QueryIdentifier

Relationship: QUQI_MT120006CA.QueryAck.queryId

Conformance/Cardinality: MANDATORY (1)

Identifies the query being acknowledged

Allows linking of a response back to the request that triggered it and is therefore mandatory. Particularly useful when responses are deferred or queued.

Un-merged Business Name: QueryIdentifier

Relationship: QUQI_MT120008CA.QueryAck.queryId

Conformance/Cardinality: MANDATORY (1)

Identifies the query being acknowledged

Allows linking of a response back to the request that triggered it and is therefore mandatory. Particularly useful when responses are deferred or queued.

Un-merged Business Name: QueryIdentifier

Relationship: MFMI_MT700746CA.QueryAck.queryId

Conformance/Cardinality: MANDATORY (1)

Identifies the query being acknowledged

Allows linking of a response back to the request that triggered it and is therefore mandatory. Particularly useful when responses are deferred or queued.


setQueryId

public void setQueryId(Identifier queryId)

Business Name: QueryIdentifier

Un-merged Business Name: QueryIdentifier

Relationship: QUQI_MT120006CA.QueryAck.queryId

Conformance/Cardinality: MANDATORY (1)

Identifies the query being acknowledged

Allows linking of a response back to the request that triggered it and is therefore mandatory. Particularly useful when responses are deferred or queued.

Un-merged Business Name: QueryIdentifier

Relationship: QUQI_MT120008CA.QueryAck.queryId

Conformance/Cardinality: MANDATORY (1)

Identifies the query being acknowledged

Allows linking of a response back to the request that triggered it and is therefore mandatory. Particularly useful when responses are deferred or queued.

Un-merged Business Name: QueryIdentifier

Relationship: MFMI_MT700746CA.QueryAck.queryId

Conformance/Cardinality: MANDATORY (1)

Identifies the query being acknowledged

Allows linking of a response back to the request that triggered it and is therefore mandatory. Particularly useful when responses are deferred or queued.


getQueryResponseCode

public QueryResponse getQueryResponseCode()

Business Name: QueryStatus

Un-merged Business Name: QueryStatus

Relationship: QUQI_MT120006CA.QueryAck.queryResponseCode

Conformance/Cardinality: MANDATORY (1)

Indicates whether the query was successful or not.

Used to control receiver logic and is therefore mandatory.

Un-merged Business Name: QueryStatus

Relationship: QUQI_MT120008CA.QueryAck.queryResponseCode

Conformance/Cardinality: MANDATORY (1)

Indicates whether the query was successful or not.

Used to control receiver logic and is therefore mandatory.

Un-merged Business Name: QueryStatus

Relationship: MFMI_MT700746CA.QueryAck.queryResponseCode

Conformance/Cardinality: MANDATORY (1)

Indicates whether the query was successful or not.

Used to control receiver logic and is therefore mandatory.


setQueryResponseCode

public void setQueryResponseCode(QueryResponse queryResponseCode)

Business Name: QueryStatus

Un-merged Business Name: QueryStatus

Relationship: QUQI_MT120006CA.QueryAck.queryResponseCode

Conformance/Cardinality: MANDATORY (1)

Indicates whether the query was successful or not.

Used to control receiver logic and is therefore mandatory.

Un-merged Business Name: QueryStatus

Relationship: QUQI_MT120008CA.QueryAck.queryResponseCode

Conformance/Cardinality: MANDATORY (1)

Indicates whether the query was successful or not.

Used to control receiver logic and is therefore mandatory.

Un-merged Business Name: QueryStatus

Relationship: MFMI_MT700746CA.QueryAck.queryResponseCode

Conformance/Cardinality: MANDATORY (1)

Indicates whether the query was successful or not.

Used to control receiver logic and is therefore mandatory.


getResultTotalQuantity

public Integer getResultTotalQuantity()

Business Name: TotalMatchingRows

Un-merged Business Name: TotalMatchingRows

Relationship: QUQI_MT120006CA.QueryAck.resultTotalQuantity

Conformance/Cardinality: MANDATORY (1)

Identifies the total number of rows identified that matched the query.

Indicates the overall size of the result-set and is therefore mandatory. Particularly useful when only part of the result set is actually returned.

Un-merged Business Name: TotalMatchingRows

Relationship: QUQI_MT120008CA.QueryAck.resultTotalQuantity

Conformance/Cardinality: MANDATORY (1)

Identifies the total number of rows identified that matched the query.

Indicates the overall size of the result-set and is therefore mandatory. Particularly useful when only part of the result set is actually returned.

Un-merged Business Name: TotalMatchingRows

Relationship: MFMI_MT700746CA.QueryAck.resultTotalQuantity

Conformance/Cardinality: MANDATORY (1)

Identifies the total number of rows identified that matched the query.

Indicates the overall size of the result-set and is therefore mandatory. Particularly useful when only part of the result set is actually returned.


setResultTotalQuantity

public void setResultTotalQuantity(Integer resultTotalQuantity)

Business Name: TotalMatchingRows

Un-merged Business Name: TotalMatchingRows

Relationship: QUQI_MT120006CA.QueryAck.resultTotalQuantity

Conformance/Cardinality: MANDATORY (1)

Identifies the total number of rows identified that matched the query.

Indicates the overall size of the result-set and is therefore mandatory. Particularly useful when only part of the result set is actually returned.

Un-merged Business Name: TotalMatchingRows

Relationship: QUQI_MT120008CA.QueryAck.resultTotalQuantity

Conformance/Cardinality: MANDATORY (1)

Identifies the total number of rows identified that matched the query.

Indicates the overall size of the result-set and is therefore mandatory. Particularly useful when only part of the result set is actually returned.

Un-merged Business Name: TotalMatchingRows

Relationship: MFMI_MT700746CA.QueryAck.resultTotalQuantity

Conformance/Cardinality: MANDATORY (1)

Identifies the total number of rows identified that matched the query.

Indicates the overall size of the result-set and is therefore mandatory. Particularly useful when only part of the result set is actually returned.


getResultCurrentQuantity

public Integer getResultCurrentQuantity()

Business Name: ReturnedRows

Un-merged Business Name: ReturnedRows

Relationship: QUQI_MT120006CA.QueryAck.resultCurrentQuantity

Conformance/Cardinality: MANDATORY (1)

Identifies the number of rows returned as part of this particular query response.

Provides a quick overview of the results of the query and is therefore mandatory.

Un-merged Business Name: ReturnedRows

Relationship: QUQI_MT120008CA.QueryAck.resultCurrentQuantity

Conformance/Cardinality: MANDATORY (1)

Identifies the number of rows returned as part of this particular query response.

Provides a quick overview of the results of the query and is therefore mandatory.

Un-merged Business Name: ReturnedRows

Relationship: MFMI_MT700746CA.QueryAck.resultCurrentQuantity

Conformance/Cardinality: MANDATORY (1)

Identifies the number of rows returned as part of this particular query response.

Provides a quick overview of the results of the query and is therefore mandatory


setResultCurrentQuantity

public void setResultCurrentQuantity(Integer resultCurrentQuantity)

Business Name: ReturnedRows

Un-merged Business Name: ReturnedRows

Relationship: QUQI_MT120006CA.QueryAck.resultCurrentQuantity

Conformance/Cardinality: MANDATORY (1)

Identifies the number of rows returned as part of this particular query response.

Provides a quick overview of the results of the query and is therefore mandatory.

Un-merged Business Name: ReturnedRows

Relationship: QUQI_MT120008CA.QueryAck.resultCurrentQuantity

Conformance/Cardinality: MANDATORY (1)

Identifies the number of rows returned as part of this particular query response.

Provides a quick overview of the results of the query and is therefore mandatory.

Un-merged Business Name: ReturnedRows

Relationship: MFMI_MT700746CA.QueryAck.resultCurrentQuantity

Conformance/Cardinality: MANDATORY (1)

Identifies the number of rows returned as part of this particular query response.

Provides a quick overview of the results of the query and is therefore mandatory


getResultRemainingQuantity

public Integer getResultRemainingQuantity()

Business Name: RemainingRows

Un-merged Business Name: RemainingRows

Relationship: QUQI_MT120006CA.QueryAck.resultRemainingQuantity

Conformance/Cardinality: MANDATORY (1)

Indicates the number of rows that still exist after the last row returned in this response.

Identifies how much data remains to be queried and is therefore mandatory.

Un-merged Business Name: RemainingRows

Relationship: QUQI_MT120008CA.QueryAck.resultRemainingQuantity

Conformance/Cardinality: MANDATORY (1)

Indicates the number of rows that still exist after the last row returned in this response.

Identifies how much data remains to be queried and is therefore mandatory.

Un-merged Business Name: RemainingRows

Relationship: MFMI_MT700746CA.QueryAck.resultRemainingQuantity

Conformance/Cardinality: MANDATORY (1)

Indicates the number of rows that still exist after the last row returned in this response.

Identifies how much data remains to be queried and is therefore mandatory.


setResultRemainingQuantity

public void setResultRemainingQuantity(Integer resultRemainingQuantity)

Business Name: RemainingRows

Un-merged Business Name: RemainingRows

Relationship: QUQI_MT120006CA.QueryAck.resultRemainingQuantity

Conformance/Cardinality: MANDATORY (1)

Indicates the number of rows that still exist after the last row returned in this response.

Identifies how much data remains to be queried and is therefore mandatory.

Un-merged Business Name: RemainingRows

Relationship: QUQI_MT120008CA.QueryAck.resultRemainingQuantity

Conformance/Cardinality: MANDATORY (1)

Indicates the number of rows that still exist after the last row returned in this response.

Identifies how much data remains to be queried and is therefore mandatory.

Un-merged Business Name: RemainingRows

Relationship: MFMI_MT700746CA.QueryAck.resultRemainingQuantity

Conformance/Cardinality: MANDATORY (1)

Indicates the number of rows that still exist after the last row returned in this response.

Identifies how much data remains to be queried and is therefore mandatory.



Copyright © 2013. All Rights Reserved.