org.ipdr.ftp
Class BRRecord

java.lang.Object
  extended by org.ipdr.ftp.BRRecord

public class BRRecord
extends java.lang.Object

This class represents a BRRecord element within a SubscriptionGroup element. It provides methods for setting and getting the details of BRRecord.


Field Summary
protected  java.lang.String accessProvider_
          Stores the Access Provider
protected  java.lang.String accessProviderName_
          Stores the Access Provider Name
protected  int accessProviderType_
          Stores the Access Provider Type
protected  java.lang.String billingIntermediaryName_
          Stores the Billing Intermediary Name
protected  java.lang.String brContactName_
          Stores the BR Contact Name
protected  java.lang.String businessRelationshipID_
          Stores the Business Relationship ID
protected  int chargeableUnit_
          Stores the Chargeable Unit
protected  java.lang.String clearingIntermediaryName_
          Stores the Clearing Intermediary Name
protected  java.lang.String contractReference_
          Stores the Contract Reference
protected  int disputeResolution_
          Stores the Dispute Resolution
protected  java.lang.String effectiveDateTime_
          Stores the Effective Date Time
protected  int fileRetentionDays_
          Stores the File Retention Days
protected  int frequencyOfAuditReconciliation_
          Stores the Frequency Of Audit Reconciliation
protected  java.lang.String homeServiceProvider_
          Stores the Home Service Provider
protected  java.lang.String homeServiceProviderName_
          Stores the Home Service Provider Name
protected  int homeServiceProviderType_
          Stores the Home Service Provider Type
protected  java.lang.String lastChangedDateTime_
          Stores the Last Changed Date Time
protected  java.lang.String locationInfo_
          Stores the Location Information
protected  java.lang.String netPosXchgDays_
          Stores the NetPos Exchange Hours
protected  int ratePerChargeableUnit_
          Stores the Rate Per Chargeable Unit
protected  int rejectReturn_
          Stores the Reject Return
protected  int response_
          Stores the Response
protected  int sendingServiceProviderDisposition_
          Stores the Sending Service Provider Disposition
protected  java.lang.String settlementXcghDays_
          Stores the Settlement Exchange Hours
protected  int summaryXchgHrs_
          Stores the Summary Exchange Hours
protected  int unitOfMeasure_
          Stores the Unit Of Measure
protected  java.lang.String xchgCurrencyType_
          Stores the Exchange Currency Type
protected  int xchgEncoding_
          Stores the Exchange Encoding
protected  int xchgProtocol_
          Stores the Exchange Protocol
protected  int xchgSLA_
          Stores the Exchange SLA
 
Method Summary
 java.lang.String getAccessProvider()
          Method to get the value of the Access Provider
 java.lang.String getAccessProviderName()
          Method to get the value of the Access Provider Name
 int getAccessProviderType()
          Method to get the value of the Access Provider Type
 java.lang.String getBillingIntermediaryName()
          Method to get the value of the Billing Intermediary Name
 java.lang.String getBRContactName()
          Method to get the value of the BR Contact Name
 java.lang.String getBusinessRelationshipID()
          Method to get the value of the Business Relationship ID
 int getChargeableUnit()
          Method to get the value of the Chargeable Unit
 java.lang.String getClearingIntermediaryName()
          Method to get the value of the Clearing Intermediary Name
 java.lang.String getContractReference()
          Method to get the value of the Contract Reference
 int getDisputeResolution()
          Method to get the value of the Dispute Resolution
 java.lang.String getEffectiveDateTime()
          Method to get the value of the Effective Date Time
 int getFileRetentionDays()
          Method to get the value of the File Retention Days
 int getFrequencyOfAuditReconciliation()
          Method to get the value of the Frequency Of Audit Reconciliation
 java.lang.String getHomeServiceProvider()
          Method to get the value of the Home Service Provider
 java.lang.String getHomeServiceProviderName()
          Method to get the value of the Home Service Provider Name
 int getHomeServiceProviderType()
          Method to get the value of the Home Service Provider Type
 java.lang.String getLastChangedDateTime()
          Method to get the value of the Last Changed Date Time
 java.lang.String getLocationInfo()
          Method to get the value of the Location Information
 java.lang.String getNetPosXchgDays()
          Method to get the value of the NetPos Exchange Hours
 int getRatePerChargeableUnit()
          Method to get the value of the Rate Per Chargeable Unit
 int getRejectReturn()
          Method to get the value of the Reject Return
 int getResponse()
          Method to get the value of the Response
 int getSendingServiceProviderDisposition()
          Method to get the value of the Sending Service Provider Disposition
 java.lang.String getSettlementXcghDays()
          Method to get the value of the Settlement Exchange Hours
 int getSummaryXchgHrs()
          Method to get the value of the Summary Exchange Hours
 int getUnitOfMeasure()
          Method to get the value of the Unit Of Measure
 java.lang.String getXchgCurrencyType()
          Method to get the value of the Exchange Currency Type
 int getXchgEncoding()
          Method to get the value of the Exchange Encoding
 int getXchgProtocol()
          Method to get the value of the Exchange Protocol
 int getXchgSLA()
          Method to get the value of the Exchange SLA
 void setAccessProvider(java.lang.String val)
          Method to set the value of the Access Provider
 void setAccessProviderName(java.lang.String val)
          Method to set the value of the Access Provider Name
 void setAccessProviderType(int val)
          Method to set the value of the Access Provider Type
 void setBillingIntermediaryName(java.lang.String val)
          Method to set the value of the Billing Intermediary Name
 void setBRContactName(java.lang.String val)
          Method to set the value of the BR Contact Name
 void setBusinessRelationshipID(java.lang.String val)
          Method to set the value of the Business Relationship ID
 void setChargeableUnit(int val)
          Method to set the value of the Chargeable Unit
 void setClearingIntermediaryName(java.lang.String val)
          Method to set the value of the Clearing Intermediary Name
 void setContractReference(java.lang.String val)
          Method to set the value of the Contract Reference
 void setDisputeResolution(int val)
          Method to set the value of the Dispute Resolution
 void setEffectiveDateTime(java.lang.String val)
          Method to set the value of the Effective Date Time
 void setFileRetentionDays(int val)
          Method to set the value of the File Retention Days
 void setFrequencyOfAuditReconciliation(int val)
          Method to set the value of the Frequency Of Audit Reconciliation
 void setHomeServiceProvider(java.lang.String val)
          Method to set the value of the Home Service Provider
 void setHomeServiceProviderName(java.lang.String val)
          Method to set the value of the Home Service Provider Name
 void setHomeServiceProviderType(int val)
          Method to set the value of the Home Service Provider Type
 void setLastChangedDateTime(java.lang.String val)
          Method to set the value of the Last Changed Date Time
 void setLocationInfo(java.lang.String val)
          Method to set the value of the Location Information
 void setNetPosXchgDays(java.lang.String val)
          Method to set the value of the NetPos Exchange Hours
 void setRatePerChargeableUnit(int val)
          Method to set the value of the Rate Per Chargeable Unit
 void setRejectReturn(int val)
          Method to set the value of the Reject Return
 void setResponse(int val)
          Method to set the value of the Response
 void setSendingServiceProviderDisposition(int val)
          Method to set the value of the Sending Service Provider Disposition
 void setSettlementXcghDays(java.lang.String val)
          Method to set the value of the Settlement Exchange Hours
 void setSummaryXchgHrs(int val)
          Method to set the value of the Summary Exchange Hours
 void setUnitOfMeasure(int val)
          Method to set the value of the Unit Of Measure
 void setXchgCurrencyType(java.lang.String val)
          Method to set the value of the Exchange Currency Type
 void setXchgEncoding(int val)
          Method to set the value of the Exchange Encoding
 void setXchgProtocol(int val)
          Method to set the value of the Exchange Protocol
 void setXchgSLA(int val)
          Method to set the value of the Exchange SLA
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

homeServiceProviderType_

protected int homeServiceProviderType_
Stores the Home Service Provider Type


homeServiceProvider_

protected java.lang.String homeServiceProvider_
Stores the Home Service Provider


homeServiceProviderName_

protected java.lang.String homeServiceProviderName_
Stores the Home Service Provider Name


accessProviderType_

protected int accessProviderType_
Stores the Access Provider Type


accessProvider_

protected java.lang.String accessProvider_
Stores the Access Provider


accessProviderName_

protected java.lang.String accessProviderName_
Stores the Access Provider Name


contractReference_

protected java.lang.String contractReference_
Stores the Contract Reference


businessRelationshipID_

protected java.lang.String businessRelationshipID_
Stores the Business Relationship ID


summaryXchgHrs_

protected int summaryXchgHrs_
Stores the Summary Exchange Hours


settlementXcghDays_

protected java.lang.String settlementXcghDays_
Stores the Settlement Exchange Hours


netPosXchgDays_

protected java.lang.String netPosXchgDays_
Stores the NetPos Exchange Hours


effectiveDateTime_

protected java.lang.String effectiveDateTime_
Stores the Effective Date Time


response_

protected int response_
Stores the Response


xchgProtocol_

protected int xchgProtocol_
Stores the Exchange Protocol


xchgSLA_

protected int xchgSLA_
Stores the Exchange SLA


xchgEncoding_

protected int xchgEncoding_
Stores the Exchange Encoding


disputeResolution_

protected int disputeResolution_
Stores the Dispute Resolution


locationInfo_

protected java.lang.String locationInfo_
Stores the Location Information


brContactName_

protected java.lang.String brContactName_
Stores the BR Contact Name


rejectReturn_

protected int rejectReturn_
Stores the Reject Return


frequencyOfAuditReconciliation_

protected int frequencyOfAuditReconciliation_
Stores the Frequency Of Audit Reconciliation


xchgCurrencyType_

protected java.lang.String xchgCurrencyType_
Stores the Exchange Currency Type


unitOfMeasure_

protected int unitOfMeasure_
Stores the Unit Of Measure


chargeableUnit_

protected int chargeableUnit_
Stores the Chargeable Unit


ratePerChargeableUnit_

protected int ratePerChargeableUnit_
Stores the Rate Per Chargeable Unit


clearingIntermediaryName_

protected java.lang.String clearingIntermediaryName_
Stores the Clearing Intermediary Name


billingIntermediaryName_

protected java.lang.String billingIntermediaryName_
Stores the Billing Intermediary Name


sendingServiceProviderDisposition_

protected int sendingServiceProviderDisposition_
Stores the Sending Service Provider Disposition


lastChangedDateTime_

protected java.lang.String lastChangedDateTime_
Stores the Last Changed Date Time


fileRetentionDays_

protected int fileRetentionDays_
Stores the File Retention Days

Method Detail

getHomeServiceProviderType

public int getHomeServiceProviderType()
Method to get the value of the Home Service Provider Type


getHomeServiceProvider

public java.lang.String getHomeServiceProvider()
Method to get the value of the Home Service Provider


getHomeServiceProviderName

public java.lang.String getHomeServiceProviderName()
Method to get the value of the Home Service Provider Name


getAccessProviderType

public int getAccessProviderType()
Method to get the value of the Access Provider Type


getAccessProvider

public java.lang.String getAccessProvider()
Method to get the value of the Access Provider


getAccessProviderName

public java.lang.String getAccessProviderName()
Method to get the value of the Access Provider Name


getContractReference

public java.lang.String getContractReference()
Method to get the value of the Contract Reference


getBusinessRelationshipID

public java.lang.String getBusinessRelationshipID()
Method to get the value of the Business Relationship ID


getSummaryXchgHrs

public int getSummaryXchgHrs()
Method to get the value of the Summary Exchange Hours


getSettlementXcghDays

public java.lang.String getSettlementXcghDays()
Method to get the value of the Settlement Exchange Hours


getNetPosXchgDays

public java.lang.String getNetPosXchgDays()
Method to get the value of the NetPos Exchange Hours


getEffectiveDateTime

public java.lang.String getEffectiveDateTime()
Method to get the value of the Effective Date Time


getResponse

public int getResponse()
Method to get the value of the Response


getXchgProtocol

public int getXchgProtocol()
Method to get the value of the Exchange Protocol


getXchgSLA

public int getXchgSLA()
Method to get the value of the Exchange SLA


getXchgEncoding

public int getXchgEncoding()
Method to get the value of the Exchange Encoding


getDisputeResolution

public int getDisputeResolution()
Method to get the value of the Dispute Resolution


getLocationInfo

public java.lang.String getLocationInfo()
Method to get the value of the Location Information


getBRContactName

public java.lang.String getBRContactName()
Method to get the value of the BR Contact Name


getRejectReturn

public int getRejectReturn()
Method to get the value of the Reject Return


getFrequencyOfAuditReconciliation

public int getFrequencyOfAuditReconciliation()
Method to get the value of the Frequency Of Audit Reconciliation


getXchgCurrencyType

public java.lang.String getXchgCurrencyType()
Method to get the value of the Exchange Currency Type


getUnitOfMeasure

public int getUnitOfMeasure()
Method to get the value of the Unit Of Measure


getChargeableUnit

public int getChargeableUnit()
Method to get the value of the Chargeable Unit


getRatePerChargeableUnit

public int getRatePerChargeableUnit()
Method to get the value of the Rate Per Chargeable Unit


getClearingIntermediaryName

public java.lang.String getClearingIntermediaryName()
Method to get the value of the Clearing Intermediary Name


getBillingIntermediaryName

public java.lang.String getBillingIntermediaryName()
Method to get the value of the Billing Intermediary Name


getSendingServiceProviderDisposition

public int getSendingServiceProviderDisposition()
Method to get the value of the Sending Service Provider Disposition


getLastChangedDateTime

public java.lang.String getLastChangedDateTime()
Method to get the value of the Last Changed Date Time


getFileRetentionDays

public int getFileRetentionDays()
Method to get the value of the File Retention Days


setHomeServiceProviderType

public void setHomeServiceProviderType(int val)
Method to set the value of the Home Service Provider Type


setHomeServiceProvider

public void setHomeServiceProvider(java.lang.String val)
Method to set the value of the Home Service Provider


setHomeServiceProviderName

public void setHomeServiceProviderName(java.lang.String val)
Method to set the value of the Home Service Provider Name


setAccessProviderType

public void setAccessProviderType(int val)
Method to set the value of the Access Provider Type


setAccessProvider

public void setAccessProvider(java.lang.String val)
Method to set the value of the Access Provider


setAccessProviderName

public void setAccessProviderName(java.lang.String val)
Method to set the value of the Access Provider Name


setContractReference

public void setContractReference(java.lang.String val)
Method to set the value of the Contract Reference


setBusinessRelationshipID

public void setBusinessRelationshipID(java.lang.String val)
Method to set the value of the Business Relationship ID


setSummaryXchgHrs

public void setSummaryXchgHrs(int val)
Method to set the value of the Summary Exchange Hours


setSettlementXcghDays

public void setSettlementXcghDays(java.lang.String val)
Method to set the value of the Settlement Exchange Hours


setNetPosXchgDays

public void setNetPosXchgDays(java.lang.String val)
Method to set the value of the NetPos Exchange Hours


setEffectiveDateTime

public void setEffectiveDateTime(java.lang.String val)
Method to set the value of the Effective Date Time


setResponse

public void setResponse(int val)
Method to set the value of the Response


setXchgProtocol

public void setXchgProtocol(int val)
Method to set the value of the Exchange Protocol


setXchgSLA

public void setXchgSLA(int val)
Method to set the value of the Exchange SLA


setXchgEncoding

public void setXchgEncoding(int val)
Method to set the value of the Exchange Encoding


setDisputeResolution

public void setDisputeResolution(int val)
Method to set the value of the Dispute Resolution


setLocationInfo

public void setLocationInfo(java.lang.String val)
Method to set the value of the Location Information


setBRContactName

public void setBRContactName(java.lang.String val)
Method to set the value of the BR Contact Name


setRejectReturn

public void setRejectReturn(int val)
Method to set the value of the Reject Return


setFrequencyOfAuditReconciliation

public void setFrequencyOfAuditReconciliation(int val)
Method to set the value of the Frequency Of Audit Reconciliation


setXchgCurrencyType

public void setXchgCurrencyType(java.lang.String val)
Method to set the value of the Exchange Currency Type


setUnitOfMeasure

public void setUnitOfMeasure(int val)
Method to set the value of the Unit Of Measure


setChargeableUnit

public void setChargeableUnit(int val)
Method to set the value of the Chargeable Unit


setRatePerChargeableUnit

public void setRatePerChargeableUnit(int val)
Method to set the value of the Rate Per Chargeable Unit


setClearingIntermediaryName

public void setClearingIntermediaryName(java.lang.String val)
Method to set the value of the Clearing Intermediary Name


setBillingIntermediaryName

public void setBillingIntermediaryName(java.lang.String val)
Method to set the value of the Billing Intermediary Name


setSendingServiceProviderDisposition

public void setSendingServiceProviderDisposition(int val)
Method to set the value of the Sending Service Provider Disposition


setLastChangedDateTime

public void setLastChangedDateTime(java.lang.String val)
Method to set the value of the Last Changed Date Time


setFileRetentionDays

public void setFileRetentionDays(int val)
Method to set the value of the File Retention Days