org.sourceforge.ifx.framework.complextype
Class PmtCanRq_Type

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

public class PmtCanRq_Type
extends IFXObject

Generated code.

Author:
org.sourceforge.ifx.tools.CodeGenerator

Field Summary
 java.lang.String[] ELEMENTS
          Element ordering - RqUID MsgRqHdr AsyncRqUID CustId PmtId
 
Constructor Summary
PmtCanRq_Type()
          Default constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns true if objects are equal, false otherwise.
 AsyncRqUID getAsyncRqUID()
          Getter for asyncRqUID
 CustId getCustId()
          Getter for custId
 MsgRqHdr getMsgRqHdr()
          Getter for msgRqHdr
 PmtId getPmtId()
          Getter for pmtId
 RqUID getRqUID()
          Getter for rqUID
 void setAsyncRqUID(AsyncRqUID _asyncRqUID)
          Setter for asyncRqUID
 void setCustId(CustId _custId)
          Setter for custId
 void setMsgRqHdr(MsgRqHdr _msgRqHdr)
          Setter for msgRqHdr
 void setPmtId(PmtId _pmtId)
          Setter for pmtId
 void setRqUID(RqUID _rqUID)
          Setter for rqUID
 
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 - RqUID MsgRqHdr AsyncRqUID CustId PmtId

Constructor Detail

PmtCanRq_Type

public PmtCanRq_Type()
Default constructor

Method Detail

setRqUID

public void setRqUID(RqUID _rqUID)
Setter for rqUID


getRqUID

public RqUID getRqUID()
Getter for rqUID

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

setMsgRqHdr

public void setMsgRqHdr(MsgRqHdr _msgRqHdr)
Setter for msgRqHdr


getMsgRqHdr

public MsgRqHdr getMsgRqHdr()
Getter for msgRqHdr

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

setAsyncRqUID

public void setAsyncRqUID(AsyncRqUID _asyncRqUID)
Setter for asyncRqUID


getAsyncRqUID

public AsyncRqUID getAsyncRqUID()
Getter for asyncRqUID

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

setCustId

public void setCustId(CustId _custId)
Setter for custId


getCustId

public CustId getCustId()
Getter for custId

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

setPmtId

public void setPmtId(PmtId _pmtId)
Setter for pmtId


getPmtId

public PmtId getPmtId()
Getter for pmtId

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

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.