Class AmountAndDirection102
java.lang.Object
org.coderic.iso20022.messages.sese.AmountAndDirection102
Java class for AmountAndDirection102 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountAndDirection102"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}ActiveCurrencyAndAmount"/> <element name="Sgn" type="{urn:iso:std:iso:20022:tech:xsd:sese.042.001.01}PlusOrMinusIndicator"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.boolean
isSgn()
Gets the value of the sgn property.void
setAmt
(ActiveCurrencyAndAmount value) Sets the value of the amt property.void
setSgn
(boolean value) Sets the value of the sgn property.
-
Constructor Details
-
AmountAndDirection102
public AmountAndDirection102()
-
-
Method Details
-
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
-
isSgn
public boolean isSgn()Gets the value of the sgn property. -
setSgn
public void setSgn(boolean value) Sets the value of the sgn property.
-