Class TransactionAmendment1Choice
java.lang.Object
org.coderic.iso20022.messages.camt.TransactionAmendment1Choice
Java class for TransactionAmendment1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionAmendment1Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Agt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}BranchAndFinancialInstitutionIdentification6"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ActiveCurrencyAndAmount"/>
<element name="AnyBIC" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}AnyBICDec2014Identifier"/>
<element name="BICFI" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}BICFIDec2014Identifier"/>
<element name="CshAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CashAccount40"/>
<element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max4Text"/>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODate"/>
<element name="DtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ISODateTime"/>
<element name="Pty" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PartyIdentification135"/>
<element name="Rmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Remittance1"/>
<element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgt()Gets the value of the agt property.getAmt()Gets the value of the amt property.Gets the value of the anyBIC property.getBICFI()Gets the value of the bicfi property.getCd()Gets the value of the cd property.Gets the value of the cshAcct property.getDt()Gets the value of the dt property.getDtTm()Gets the value of the dtTm property.getOthr()Gets the value of the othr property.getPty()Gets the value of the pty property.getRmt()Gets the value of the rmt property.voidSets the value of the agt property.voidsetAmt(ActiveCurrencyAndAmount value) Sets the value of the amt property.voidSets the value of the anyBIC property.voidSets the value of the bicfi property.voidSets the value of the cd property.voidsetCshAcct(CashAccount40 value) Sets the value of the cshAcct property.voidsetDt(XMLGregorianCalendar value) Sets the value of the dt property.voidsetDtTm(XMLGregorianCalendar value) Sets the value of the dtTm property.voidSets the value of the othr property.voidsetPty(PartyIdentification135 value) Sets the value of the pty property.voidsetRmt(Remittance1 value) Sets the value of the rmt property.
-
Constructor Details
-
TransactionAmendment1Choice
public TransactionAmendment1Choice()
-
-
Method Details
-
getAgt
Gets the value of the agt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6
-
setAgt
Sets the value of the agt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentification6
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
ActiveCurrencyAndAmount
-
setAmt
Sets the value of the amt property.- Parameters:
value- allowed object isActiveCurrencyAndAmount
-
getAnyBIC
Gets the value of the anyBIC property.- Returns:
- possible object is
String
-
setAnyBIC
Sets the value of the anyBIC property.- Parameters:
value- allowed object isString
-
getBICFI
Gets the value of the bicfi property.- Returns:
- possible object is
String
-
setBICFI
Sets the value of the bicfi property.- Parameters:
value- allowed object isString
-
getCshAcct
Gets the value of the cshAcct property.- Returns:
- possible object is
CashAccount40
-
setCshAcct
Sets the value of the cshAcct property.- Parameters:
value- allowed object isCashAccount40
-
getCd
Gets the value of the cd property.- Returns:
- possible object is
String
-
setCd
Sets the value of the cd property.- Parameters:
value- allowed object isString
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDtTm
Gets the value of the dtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtTm
Sets the value of the dtTm property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getPty
Gets the value of the pty property.- Returns:
- possible object is
PartyIdentification135
-
setPty
Sets the value of the pty property.- Parameters:
value- allowed object isPartyIdentification135
-
getRmt
Gets the value of the rmt property.- Returns:
- possible object is
Remittance1
-
setRmt
Sets the value of the rmt property.- Parameters:
value- allowed object isRemittance1
-
getOthr
Gets the value of the othr property.- Returns:
- possible object is
String
-
setOthr
Sets the value of the othr property.- Parameters:
value- allowed object isString
-