Class AlternateSecurityIdentification7
java.lang.Object
org.coderic.iso20022.messages.setr.AlternateSecurityIdentification7
Java class for AlternateSecurityIdentification7 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlternateSecurityIdentification7"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text"/> <element name="IdSrc" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}IdentificationSource1Choice"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Details
-
AlternateSecurityIdentification7
public AlternateSecurityIdentification7()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getIdSrc
Gets the value of the idSrc property.- Returns:
- possible object is
IdentificationSource1Choice
-
setIdSrc
Sets the value of the idSrc property.- Parameters:
value
- allowed object isIdentificationSource1Choice
-