Class CreditorReferenceInformation2
java.lang.Object
org.coderic.iso20022.messages.camt.CreditorReferenceInformation2
Java class for CreditorReferenceInformation2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditorReferenceInformation2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CreditorReferenceType2" minOccurs="0"/> <element name="Ref" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRef()
Gets the value of the ref property.getTp()
Gets the value of the tp property.void
Sets the value of the ref property.void
setTp
(CreditorReferenceType2 value) Sets the value of the tp property.
-
Constructor Details
-
CreditorReferenceInformation2
public CreditorReferenceInformation2()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
CreditorReferenceType2
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isCreditorReferenceType2
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value
- allowed object isString
-