org.sourceforge.ifx.framework.pain001.complextype
Class StructuredRemittanceInformation2

java.lang.Object
  extended byorg.sourceforge.ifx.basetypes.IFXObject
      extended byorg.sourceforge.ifx.framework.pain001.complextype.StructuredRemittanceInformation2

public class StructuredRemittanceInformation2
extends IFXObject

Generated code.

Author:
org.sourceforge.ifx.tools.CodeGenerator

Field Summary
 java.lang.String[] ELEMENTS
          Element ordering - DocumentType1Code ISODate ReferredDocumentAmount1Choice Max35Text PartyIdentification1
 
Constructor Summary
StructuredRemittanceInformation2()
          Default constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns true if objects are equal, false otherwise.
 DocumentType1Code getDocumentType1Code()
          Getter for documentType1Code
 ISODate getISODate()
          Getter for iSODate
 Max35Text[] getMax35Text()
          Getter for max35Text
 PartyIdentification1[] getPartyIdentification1()
          Getter for partyIdentification1
 ReferredDocumentAmount1Choice[] getReferredDocumentAmount1Choice()
          Getter for referredDocumentAmount1Choice
 void setDocumentType1Code(DocumentType1Code _documentType1Code)
          Setter for documentType1Code
 void setISODate(ISODate _iSODate)
          Setter for iSODate
 void setMax35Text(Max35Text[] _max35Text)
          Setter for max35Text
 void setPartyIdentification1(PartyIdentification1[] _partyIdentification1)
          Setter for partyIdentification1
 void setReferredDocumentAmount1Choice(ReferredDocumentAmount1Choice[] _referredDocumentAmount1Choice)
          Setter for referredDocumentAmount1Choice
 
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 - DocumentType1Code ISODate ReferredDocumentAmount1Choice Max35Text PartyIdentification1

Constructor Detail

StructuredRemittanceInformation2

public StructuredRemittanceInformation2()
Default constructor

Method Detail

setDocumentType1Code

public void setDocumentType1Code(DocumentType1Code _documentType1Code)
Setter for documentType1Code


getDocumentType1Code

public DocumentType1Code getDocumentType1Code()
Getter for documentType1Code

Returns:
a org.sourceforge.ifx.framework.pain001.simpletype.DocumentType1Code

setISODate

public void setISODate(ISODate _iSODate)
Setter for iSODate


getISODate

public ISODate getISODate()
Getter for iSODate

Returns:
a org.sourceforge.ifx.framework.pain004.simpletype.ISODate

setReferredDocumentAmount1Choice

public void setReferredDocumentAmount1Choice(ReferredDocumentAmount1Choice[] _referredDocumentAmount1Choice)
Setter for referredDocumentAmount1Choice


getReferredDocumentAmount1Choice

public ReferredDocumentAmount1Choice[] getReferredDocumentAmount1Choice()
Getter for referredDocumentAmount1Choice

Returns:
a org.sourceforge.ifx.framework.pain001.complextype.ReferredDocumentAmount1Choice[]

setMax35Text

public void setMax35Text(Max35Text[] _max35Text)
Setter for max35Text


getMax35Text

public Max35Text[] getMax35Text()
Getter for max35Text

Returns:
a org.sourceforge.ifx.framework.pain004.simpletype.Max35Text[]

setPartyIdentification1

public void setPartyIdentification1(PartyIdentification1[] _partyIdentification1)
Setter for partyIdentification1


getPartyIdentification1

public PartyIdentification1[] getPartyIdentification1()
Getter for partyIdentification1

Returns:
a org.sourceforge.ifx.framework.pain004.complextype.PartyIdentification1[]

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.