|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.sourceforge.ifx.basetypes.IFXObject
org.sourceforge.ifx.framework.complextype.PmtCanRq_Type
Generated code.
| 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 |
public final java.lang.String[] ELEMENTS
| Constructor Detail |
public PmtCanRq_Type()
| Method Detail |
public void setRqUID(RqUID _rqUID)
public RqUID getRqUID()
public void setMsgRqHdr(MsgRqHdr _msgRqHdr)
public MsgRqHdr getMsgRqHdr()
public void setAsyncRqUID(AsyncRqUID _asyncRqUID)
public AsyncRqUID getAsyncRqUID()
public void setCustId(CustId _custId)
public CustId getCustId()
public void setPmtId(PmtId _pmtId)
public PmtId getPmtId()
public boolean equals(java.lang.Object obj)
equals in class IFXObjectobj - the object to compare with.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||