Class CreditorReferenceInformation3
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_14.CreditorReferenceInformation3
Java class for CreditorReferenceInformation3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditorReferenceInformation3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}CreditorReferenceType3" minOccurs="0"/>
<element name="Ref" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRef()Gets the value of the ref property.getTp()Gets the value of the tp property.voidSets the value of the ref property.voidsetTp(CreditorReferenceType3 value) Sets the value of the tp property.
-
Field Details
-
tp
-
ref
-
-
Constructor Details
-
CreditorReferenceInformation3
public CreditorReferenceInformation3()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
CreditorReferenceType3
-
setTp
Sets the value of the tp property.- Parameters:
value- allowed object isCreditorReferenceType3
-
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
-