Class ClearingSystemMemberIdentification2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_06.ClearingSystemMemberIdentification2
-
public class ClearingSystemMemberIdentification2 extends java.lang.ObjectJava class for ClearingSystemMemberIdentification2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClearingSystemMemberIdentification2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ClrSysId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ClearingSystemIdentification2Choice" minOccurs="0"/> <element name="MmbId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ClearingSystemIdentification2ChoiceclrSysIdprotected java.lang.StringmmbId
-
Constructor Summary
Constructors Constructor Description ClearingSystemMemberIdentification2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClearingSystemIdentification2ChoicegetClrSysId()Gets the value of the clrSysId property.java.lang.StringgetMmbId()Gets the value of the mmbId property.voidsetClrSysId(ClearingSystemIdentification2Choice value)Sets the value of the clrSysId property.voidsetMmbId(java.lang.String value)Sets the value of the mmbId property.
-
-
-
Field Detail
-
clrSysId
protected ClearingSystemIdentification2Choice clrSysId
-
mmbId
protected java.lang.String mmbId
-
-
Method Detail
-
getClrSysId
public ClearingSystemIdentification2Choice getClrSysId()
Gets the value of the clrSysId property.- Returns:
- possible object is
ClearingSystemIdentification2Choice
-
setClrSysId
public void setClrSysId(ClearingSystemIdentification2Choice value)
Sets the value of the clrSysId property.- Parameters:
value- allowed object isClearingSystemIdentification2Choice
-
getMmbId
public java.lang.String getMmbId()
Gets the value of the mmbId property.- Returns:
- possible object is
String
-
setMmbId
public void setMmbId(java.lang.String value)
Sets the value of the mmbId property.- Parameters:
value- allowed object isString
-
-