org.sourceforge.ifx.framework.complextype
Class CCAcctRec_Type

java.lang.Object
  extended byorg.sourceforge.ifx.basetypes.IFXObject
      extended byorg.sourceforge.ifx.framework.complextype.CCAcctRec_Type
Direct Known Subclasses:
CCAcctRec

public class CCAcctRec_Type
extends IFXObject

Generated code.

Author:
org.sourceforge.ifx.tools.CodeGenerator

Field Summary
 java.lang.String[] ELEMENTS
          Element ordering - DueDt ExpDt LastPmtDt LastPmtCurAmt
 
Constructor Summary
CCAcctRec_Type()
          Default constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns true if objects are equal, false otherwise.
 DueDt getDueDt()
          Getter for dueDt
 ExpDt getExpDt()
          Getter for expDt
 LastPmtCurAmt getLastPmtCurAmt()
          Getter for lastPmtCurAmt
 LastPmtDt getLastPmtDt()
          Getter for lastPmtDt
 void setDueDt(DueDt _dueDt)
          Setter for dueDt
 void setExpDt(ExpDt _expDt)
          Setter for expDt
 void setLastPmtCurAmt(LastPmtCurAmt _lastPmtCurAmt)
          Setter for lastPmtCurAmt
 void setLastPmtDt(LastPmtDt _lastPmtDt)
          Setter for lastPmtDt
 
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
 

Field Detail

ELEMENTS

public final java.lang.String[] ELEMENTS
Element ordering - DueDt ExpDt LastPmtDt LastPmtCurAmt

Constructor Detail

CCAcctRec_Type

public CCAcctRec_Type()
Default constructor

Method Detail

setDueDt

public void setDueDt(DueDt _dueDt)
Setter for dueDt


getDueDt

public DueDt getDueDt()
Getter for dueDt

Returns:
a org.sourceforge.ifx.framework.element.DueDt

setExpDt

public void setExpDt(ExpDt _expDt)
Setter for expDt


getExpDt

public ExpDt getExpDt()
Getter for expDt

Returns:
a org.sourceforge.ifx.framework.element.ExpDt

setLastPmtDt

public void setLastPmtDt(LastPmtDt _lastPmtDt)
Setter for lastPmtDt


getLastPmtDt

public LastPmtDt getLastPmtDt()
Getter for lastPmtDt

Returns:
a org.sourceforge.ifx.framework.element.LastPmtDt

setLastPmtCurAmt

public void setLastPmtCurAmt(LastPmtCurAmt _lastPmtCurAmt)
Setter for lastPmtCurAmt


getLastPmtCurAmt

public LastPmtCurAmt getLastPmtCurAmt()
Getter for lastPmtCurAmt

Returns:
a org.sourceforge.ifx.framework.element.LastPmtCurAmt

equals

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

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