Class Location1

java.lang.Object
org.coderic.iso20022.messages.tsin.Location1

public class Location1 extends Object

Java class for Location1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Location1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CountryCode" minOccurs="0"/>
         <element name="CtrySubDvsn" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CountrySubdivision1Choice" minOccurs="0"/>
         <element name="Txt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max2000Text" maxOccurs="5" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Location1

      public Location1()
  • Method Details

    • getCtry

      public String getCtry()
      Gets the value of the ctry property.
      Returns:
      possible object is String
    • setCtry

      public void setCtry(String value)
      Sets the value of the ctry property.
      Parameters:
      value - allowed object is String
    • getCtrySubDvsn

      public CountrySubdivision1Choice getCtrySubDvsn()
      Gets the value of the ctrySubDvsn property.
      Returns:
      possible object is CountrySubdivision1Choice
    • setCtrySubDvsn

      public void setCtrySubDvsn(CountrySubdivision1Choice value)
      Sets the value of the ctrySubDvsn property.
      Parameters:
      value - allowed object is CountrySubdivision1Choice
    • getTxt

      public List<String> getTxt()
      Gets the value of the txt property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the txt property.

      For example, to add a new item, do as follows:

          getTxt().add(newItem);
       

      Objects of the following type(s) are allowed in the list String