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