org.sourceforge.ifx.framework.element
Class BillInqRq

java.lang.Object
  extended byorg.sourceforge.ifx.basetypes.IFXObject
      extended byorg.sourceforge.ifx.framework.complextype.BillInqRq_Type
          extended byorg.sourceforge.ifx.framework.element.BillInqRq

public class BillInqRq
extends BillInqRq_Type

Generated code.

Author:
org.sourceforge.ifx.tools.CodeGenerator

Field Summary
 
Fields inherited from class org.sourceforge.ifx.framework.complextype.BillInqRq_Type
ELEMENTS
 
Constructor Summary
BillInqRq()
          Default constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns true if objects are equal, false otherwise.
 
Methods inherited from class org.sourceforge.ifx.framework.complextype.BillInqRq_Type
getAsyncRqUID, getBillerId, getBillId, getBillPmtStatusCode, getBillStatusCode, getBillType, getCustId, getDeliveryMethod, getIncCounts, getIncSummary, getMsgRqHdr, getNotifyWilling, getRecCtrlIn, getRqUID, getSelRangeDt, getSPName, setAsyncRqUID, setBillerId, setBillId, setBillPmtStatusCode, setBillStatusCode, setBillType, setCustId, setDeliveryMethod, setIncCounts, setIncSummary, setMsgRqHdr, setNotifyWilling, setRecCtrlIn, setRqUID, setSelRangeDt, setSPName
 
Methods inherited from class org.sourceforge.ifx.basetypes.IFXObject
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BillInqRq

public BillInqRq()
Default constructor

Method Detail

equals

public boolean equals(java.lang.Object obj)
Returns true if objects are equal, false otherwise.

Overrides:
equals in class BillInqRq_Type
Parameters:
obj - the object to compare with.
Returns:
true if equal, false if not.