public static class PaymentReconciliation.Detail extends BaseIdentifiableElement implements IResourceBlock
Definition: List of individual settlement amounts and the corresponding transaction.
| Constructor and Description |
|---|
Detail() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
MoneyDt |
getAmount()
Gets the value(s) for amount ().
|
Date |
getDate()
Gets the value(s) for date ().
|
DateDt |
getDateElement()
Gets the value(s) for date ().
|
ResourceReferenceDt |
getPayee()
Gets the value(s) for payee ().
|
ResourceReferenceDt |
getRequest()
Gets the value(s) for request ().
|
ResourceReferenceDt |
getResponce()
Gets the value(s) for responce ().
|
ResourceReferenceDt |
getSubmitter()
Gets the value(s) for submitter ().
|
CodingDt |
getType()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
PaymentReconciliation.Detail |
setAmount(MoneyDt theValue)
Sets the value(s) for amount ()
|
PaymentReconciliation.Detail |
setDate(DateDt theValue)
Sets the value(s) for date ()
|
PaymentReconciliation.Detail |
setDate(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for date ()
|
PaymentReconciliation.Detail |
setDateWithDayPrecision(Date theDate)
Sets the value for date ()
|
PaymentReconciliation.Detail |
setPayee(ResourceReferenceDt theValue)
Sets the value(s) for payee ()
|
PaymentReconciliation.Detail |
setRequest(ResourceReferenceDt theValue)
Sets the value(s) for request ()
|
PaymentReconciliation.Detail |
setResponce(ResourceReferenceDt theValue)
Sets the value(s) for responce ()
|
PaymentReconciliation.Detail |
setSubmitter(ResourceReferenceDt theValue)
Sets the value(s) for submitter ()
|
PaymentReconciliation.Detail |
setType(CodingDt theValue)
Sets the value(s) for type ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Detail()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodingDt getType()
null.
Definition: Code to indicate the nature of the payment, adjustment, funds advance, etc.
public PaymentReconciliation.Detail setType(CodingDt theValue)
Definition: Code to indicate the nature of the payment, adjustment, funds advance, etc.
public ResourceReferenceDt getRequest()
null.
Definition: The claim or financial resource.
public PaymentReconciliation.Detail setRequest(ResourceReferenceDt theValue)
Definition: The claim or financial resource.
public ResourceReferenceDt getResponce()
null.
Definition: The claim response resource.
public PaymentReconciliation.Detail setResponce(ResourceReferenceDt theValue)
Definition: The claim response resource.
public ResourceReferenceDt getSubmitter()
null.
Definition: The Organization which submitted the invoice or financial transaction.
public PaymentReconciliation.Detail setSubmitter(ResourceReferenceDt theValue)
Definition: The Organization which submitted the invoice or financial transaction.
public ResourceReferenceDt getPayee()
null.
Definition: The organization which is receiving the payment.
public PaymentReconciliation.Detail setPayee(ResourceReferenceDt theValue)
Definition: The organization which is receiving the payment.
public DateDt getDateElement()
null.
Definition: The date of the invoice or financial resource.
public Date getDate()
null.
Definition: The date of the invoice or financial resource.
public PaymentReconciliation.Detail setDate(DateDt theValue)
Definition: The date of the invoice or financial resource.
public PaymentReconciliation.Detail setDate(Date theDate, TemporalPrecisionEnum thePrecision)
Definition: The date of the invoice or financial resource.
public PaymentReconciliation.Detail setDateWithDayPrecision(Date theDate)
Definition: The date of the invoice or financial resource.
public MoneyDt getAmount()
null.
Definition: Amount paid for this detail.
public PaymentReconciliation.Detail setAmount(MoneyDt theValue)
Definition: Amount paid for this detail.
Copyright © 2014–2016 University Health Network. All rights reserved.