Class Series1
java.lang.Object
org.coderic.iso20022.messages.setr.Series1
Java class for Series1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Series1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SrsDt" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}DateFormat42Choice" minOccurs="0"/> <element name="SrsNm" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSrsDt()
Gets the value of the srsDt property.getSrsNm()
Gets the value of the srsNm property.void
setSrsDt
(DateFormat42Choice value) Sets the value of the srsDt property.void
Sets the value of the srsNm property.
-
Constructor Details
-
Series1
public Series1()
-
-
Method Details
-
getSrsDt
Gets the value of the srsDt property.- Returns:
- possible object is
DateFormat42Choice
-
setSrsDt
Sets the value of the srsDt property.- Parameters:
value
- allowed object isDateFormat42Choice
-
getSrsNm
Gets the value of the srsNm property.- Returns:
- possible object is
String
-
setSrsNm
Sets the value of the srsNm property.- Parameters:
value
- allowed object isString
-