Class MinimumExecutable1
java.lang.Object
org.coderic.iso20022.messages.auth.MinimumExecutable1
Java class for MinimumExecutable1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MinimumExecutable1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Sz" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}FinancialInstrumentQuantity25Choice" minOccurs="0"/> <element name="FrstExctnOnly" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}TrueFalseIndicator" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSz()
Gets the value of the sz property.Gets the value of the frstExctnOnly property.void
setFrstExctnOnly
(Boolean value) Sets the value of the frstExctnOnly property.void
Sets the value of the sz property.
-
Constructor Details
-
MinimumExecutable1
public MinimumExecutable1()
-
-
Method Details
-
getSz
Gets the value of the sz property.- Returns:
- possible object is
FinancialInstrumentQuantity25Choice
-
setSz
Sets the value of the sz property.- Parameters:
value
- allowed object isFinancialInstrumentQuantity25Choice
-
isFrstExctnOnly
Gets the value of the frstExctnOnly property.- Returns:
- possible object is
Boolean
-
setFrstExctnOnly
Sets the value of the frstExctnOnly property.- Parameters:
value
- allowed object isBoolean
-