Class RestrictedPersonIdentificationSchemeNameSEPA
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_003_03.RestrictedPersonIdentificationSchemeNameSEPA
-
public class RestrictedPersonIdentificationSchemeNameSEPA extends java.lang.ObjectJava class for RestrictedPersonIdentificationSchemeNameSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RestrictedPersonIdentificationSchemeNameSEPA"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}IdentificationSchemeNameSEPA"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IdentificationSchemeNameSEPAprtry
-
Constructor Summary
Constructors Constructor Description RestrictedPersonIdentificationSchemeNameSEPA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentificationSchemeNameSEPAgetPrtry()Gets the value of the prtry property.voidsetPrtry(IdentificationSchemeNameSEPA value)Sets the value of the prtry property.
-
-
-
Field Detail
-
prtry
protected IdentificationSchemeNameSEPA prtry
-
-
Method Detail
-
getPrtry
public IdentificationSchemeNameSEPA getPrtry()
Gets the value of the prtry property.- Returns:
- possible object is
IdentificationSchemeNameSEPA
-
setPrtry
public void setPrtry(IdentificationSchemeNameSEPA value)
Sets the value of the prtry property.- Parameters:
value- allowed object isIdentificationSchemeNameSEPA
-
-