org.sourceforge.ifx.framework.complextype
Class PmtBatchStatusRec_Type

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

public class PmtBatchStatusRec_Type
extends IFXObject

Generated code.

Author:
org.sourceforge.ifx.tools.CodeGenerator

Field Summary
 java.lang.String[] ELEMENTS
          Element ordering - PmtBatchId PmtBatchStatus
 
Constructor Summary
PmtBatchStatusRec_Type()
          Default constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns true if objects are equal, false otherwise.
 PmtBatchId getPmtBatchId()
          Getter for pmtBatchId
 PmtBatchStatus getPmtBatchStatus()
          Getter for pmtBatchStatus
 void setPmtBatchId(PmtBatchId _pmtBatchId)
          Setter for pmtBatchId
 void setPmtBatchStatus(PmtBatchStatus _pmtBatchStatus)
          Setter for pmtBatchStatus
 
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 - PmtBatchId PmtBatchStatus

Constructor Detail

PmtBatchStatusRec_Type

public PmtBatchStatusRec_Type()
Default constructor

Method Detail

setPmtBatchId

public void setPmtBatchId(PmtBatchId _pmtBatchId)
Setter for pmtBatchId


getPmtBatchId

public PmtBatchId getPmtBatchId()
Getter for pmtBatchId

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

setPmtBatchStatus

public void setPmtBatchStatus(PmtBatchStatus _pmtBatchStatus)
Setter for pmtBatchStatus


getPmtBatchStatus

public PmtBatchStatus getPmtBatchStatus()
Getter for pmtBatchStatus

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

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.