Class SafekeepingPlaceFormat7Choice
java.lang.Object
org.coderic.iso20022.messages.secl.SafekeepingPlaceFormat7Choice
Java class for SafekeepingPlaceFormat7Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SafekeepingPlaceFormat7Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}SafekeepingPlaceTypeAndText1"/> <element name="Ctry" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}CountryCode"/> <element name="TpAndId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}SafekeepingPlaceTypeAndAnyBICIdentifier1"/> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}GenericIdentification58"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCtry()
Gets the value of the ctry property.getId()
Gets the value of the id property.getPrtry()
Gets the value of the prtry property.Gets the value of the tpAndId property.void
Sets the value of the ctry property.void
Sets the value of the id property.void
setPrtry
(GenericIdentification58 value) Sets the value of the prtry property.void
Sets the value of the tpAndId property.
-
Constructor Details
-
SafekeepingPlaceFormat7Choice
public SafekeepingPlaceFormat7Choice()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
SafekeepingPlaceTypeAndText1
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isSafekeepingPlaceTypeAndText1
-
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
-
getTpAndId
Gets the value of the tpAndId property.- Returns:
- possible object is
SafekeepingPlaceTypeAndAnyBICIdentifier1
-
setTpAndId
Sets the value of the tpAndId property.- Parameters:
value
- allowed object isSafekeepingPlaceTypeAndAnyBICIdentifier1
-
getPrtry
Gets the value of the prtry property.- Returns:
- possible object is
GenericIdentification58
-
setPrtry
Sets the value of the prtry property.- Parameters:
value
- allowed object isGenericIdentification58
-