Class ProxyAccountIdentification1
java.lang.Object
org.coderic.iso20022.messages.pacs.ProxyAccountIdentification1
Java class for ProxyAccountIdentification1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProxyAccountIdentification1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}ProxyAccountType1Choice" minOccurs="0"/> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}Max2048Text"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.getTp()
Gets the value of the tp property.void
Sets the value of the id property.void
setTp
(ProxyAccountType1Choice value) Sets the value of the tp property.
-
Constructor Details
-
ProxyAccountIdentification1
public ProxyAccountIdentification1()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
ProxyAccountType1Choice
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isProxyAccountType1Choice
-
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
-