public class Payer
extends java.lang.Object
This class has the following attributes:
1. payerName (String)
2. policyType (String)
3. coveredPartyID (String)
4. authorization (String)
5. coverageType (String)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
Payer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthorization()
Returns the Authorization.
|
java.lang.String |
getCoverageType()
Returns the Coverage Type.
|
java.lang.String |
getCoveredPartyID()
Returns the Covered Party ID.
|
java.lang.String |
getPayerName()
Returns the Payer Name.
|
java.lang.String |
getPolicyType()
Returns the Policy Type.
|
void |
setAuthorization(java.lang.String authorization)
Sets the the Authorization.
|
void |
setCoverageType(java.lang.String coverageType)
Sets the Coverage Type.
|
void |
setCoveredPartyID(java.lang.String coveredPartyID)
Sets the Covered Party ID.
|
void |
setPayerName(java.lang.String payerName)
Sets the Payer Name.
|
void |
setPolicyType(java.lang.String policyType)
Sets the Policy Type.
|
public java.lang.String getPayerName()
public void setPayerName(java.lang.String payerName)
payerName - Specifies the Payer Name.public java.lang.String getPolicyType()
public void setPolicyType(java.lang.String policyType)
policyType - Specifies the Policy Type.public java.lang.String getCoveredPartyID()
public void setCoveredPartyID(java.lang.String coveredPartyID)
coveredPartyID - Specifies the Covered Party ID.public java.lang.String getAuthorization()
public void setAuthorization(java.lang.String authorization)
authorization - Specifies the Authorization.public java.lang.String getCoverageType()
public void setCoverageType(java.lang.String coverageType)
coverageType - Specifies the Coverage Type.