Class Location1
java.lang.Object
org.coderic.iso20022.messages.tsin.Location1
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
Gets the value of the ctry property.- Returns:
- possible object is
String
-
setCtry
Sets the value of the ctry property.- Parameters:
value
- allowed object isString
-
getCtrySubDvsn
Gets the value of the ctrySubDvsn property.- Returns:
- possible object is
CountrySubdivision1Choice
-
setCtrySubDvsn
Sets the value of the ctrySubDvsn property.- Parameters:
value
- allowed object isCountrySubdivision1Choice
-
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
-