Class PersonIdentificationSchemeName1Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_001_03.PersonIdentificationSchemeName1Choice
-
public class PersonIdentificationSchemeName1Choice extends java.lang.ObjectJava class for PersonIdentificationSchemeName1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonIdentificationSchemeName1Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}ExternalPersonIdentification1Code"/> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.03}Max35Text"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PersonIdentificationSchemeName1Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCd()Gets the value of the cd property.java.lang.StringgetPrtry()Gets the value of the prtry property.voidsetCd(java.lang.String value)Sets the value of the cd property.voidsetPrtry(java.lang.String value)Sets the value of the prtry property.
-
-
-
Method Detail
-
getCd
public java.lang.String getCd()
Gets the value of the cd property.- Returns:
- possible object is
String
-
setCd
public void setCd(java.lang.String value)
Sets the value of the cd property.- Parameters:
value- allowed object isString
-
getPrtry
public java.lang.String getPrtry()
Gets the value of the prtry property.- Returns:
- possible object is
String
-
setPrtry
public void setPrtry(java.lang.String value)
Sets the value of the prtry property.- Parameters:
value- allowed object isString
-
-