Class FinancialInstrument57
java.lang.Object
org.coderic.iso20022.messages.setr.FinancialInstrument57
Java class for FinancialInstrument57 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstrument57"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}SecurityIdentification25Choice"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max350Text" minOccurs="0"/> <element name="ShrtNm" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/> <element name="SplmtryId" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/> <element name="ClssTp" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/> <element name="SctiesForm" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}FormOfSecurity1Code" minOccurs="0"/> <element name="DstrbtnPlcy" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}DistributionPolicy1Code" minOccurs="0"/> <element name="PdctGrp" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max140Text" minOccurs="0"/> <element name="SrsId" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Series1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clssTp property.Gets the value of the dstrbtnPlcy property.getId()
Gets the value of the id property.getNm()
Gets the value of the nm property.Gets the value of the pdctGrp property.Gets the value of the sctiesForm property.Gets the value of the shrtNm property.Gets the value of the splmtryId property.getSrsId()
Gets the value of the srsId property.void
Sets the value of the clssTp property.void
Sets the value of the dstrbtnPlcy property.void
Sets the value of the id property.void
Sets the value of the nm property.void
setPdctGrp
(String value) Sets the value of the pdctGrp property.void
setSctiesForm
(FormOfSecurity1Code value) Sets the value of the sctiesForm property.void
Sets the value of the shrtNm property.void
setSplmtryId
(String value) Sets the value of the splmtryId property.void
Sets the value of the srsId property.
-
Constructor Details
-
FinancialInstrument57
public FinancialInstrument57()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
SecurityIdentification25Choice
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isSecurityIdentification25Choice
-
getNm
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
Sets the value of the nm property.- Parameters:
value
- allowed object isString
-
getShrtNm
Gets the value of the shrtNm property.- Returns:
- possible object is
String
-
setShrtNm
Sets the value of the shrtNm property.- Parameters:
value
- allowed object isString
-
getSplmtryId
Gets the value of the splmtryId property.- Returns:
- possible object is
String
-
setSplmtryId
Sets the value of the splmtryId property.- Parameters:
value
- allowed object isString
-
getClssTp
Gets the value of the clssTp property.- Returns:
- possible object is
String
-
setClssTp
Sets the value of the clssTp property.- Parameters:
value
- allowed object isString
-
getSctiesForm
Gets the value of the sctiesForm property.- Returns:
- possible object is
FormOfSecurity1Code
-
setSctiesForm
Sets the value of the sctiesForm property.- Parameters:
value
- allowed object isFormOfSecurity1Code
-
getDstrbtnPlcy
Gets the value of the dstrbtnPlcy property.- Returns:
- possible object is
DistributionPolicy1Code
-
setDstrbtnPlcy
Sets the value of the dstrbtnPlcy property.- Parameters:
value
- allowed object isDistributionPolicy1Code
-
getPdctGrp
Gets the value of the pdctGrp property.- Returns:
- possible object is
String
-
setPdctGrp
Sets the value of the pdctGrp property.- Parameters:
value
- allowed object isString
-
getSrsId
Gets the value of the srsId property.- Returns:
- possible object is
Series1
-
setSrsId
Sets the value of the srsId property.- Parameters:
value
- allowed object isSeries1
-