Class Series1

java.lang.Object
org.coderic.iso20022.messages.setr.Series1

public class Series1 extends Object

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 Details

    • Series1

      public Series1()
  • Method Details

    • getSrsDt

      public DateFormat42Choice getSrsDt()
      Gets the value of the srsDt property.
      Returns:
      possible object is DateFormat42Choice
    • setSrsDt

      public void setSrsDt(DateFormat42Choice value)
      Sets the value of the srsDt property.
      Parameters:
      value - allowed object is DateFormat42Choice
    • getSrsNm

      public String getSrsNm()
      Gets the value of the srsNm property.
      Returns:
      possible object is String
    • setSrsNm

      public void setSrsNm(String value)
      Sets the value of the srsNm property.
      Parameters:
      value - allowed object is String