Class ProxyAccountIdentification1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_08.ProxyAccountIdentification1
-
public class ProxyAccountIdentification1 extends java.lang.ObjectJava class for ProxyAccountIdentification1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProxyAccountIdentification1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ProxyAccountType1Choice" minOccurs="0"/> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max2048Text"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected ProxyAccountType1Choicetp
-
Constructor Summary
Constructors Constructor Description ProxyAccountIdentification1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.ProxyAccountType1ChoicegetTp()Gets the value of the tp property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetTp(ProxyAccountType1Choice value)Sets the value of the tp property.
-
-
-
Field Detail
-
tp
protected ProxyAccountType1Choice tp
-
id
protected java.lang.String id
-
-
Method Detail
-
getTp
public ProxyAccountType1Choice getTp()
Gets the value of the tp property.- Returns:
- possible object is
ProxyAccountType1Choice
-
setTp
public void setTp(ProxyAccountType1Choice value)
Sets the value of the tp property.- Parameters:
value- allowed object isProxyAccountType1Choice
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
-