Class PartyIdentification265
java.lang.Object
org.coderic.iso20022.messages.admi.PartyIdentification265
Java class for PartyIdentification265 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentification265">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AnyBIC" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}AnyBICDec2014Identifier"/>
<element name="AltrntvIdr" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}Max35Text" maxOccurs="10" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PartyIdentification265
public PartyIdentification265()
-
-
Method Details
-
getAnyBIC
Gets the value of the anyBIC property.- Returns:
- possible object is
String
-
setAnyBIC
Sets the value of the anyBIC property.- Parameters:
value- allowed object isString
-
getAltrntvIdr
Gets the value of the altrntvIdr 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
setmethod for the altrntvIdr property.For example, to add a new item, do as follows:
getAltrntvIdr().add(newItem);Objects of the following type(s) are allowed in the list
String
-