Class OrganisationIdentification29
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_09.OrganisationIdentification29
-
public class OrganisationIdentification29 extends Object
Java class for OrganisationIdentification29 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganisationIdentification29"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="AnyBIC" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}AnyBICIdentifier"/> <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.09}GenericOrganisationIdentification1"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringanyBICprotected GenericOrganisationIdentification1othr
-
Constructor Summary
Constructors Constructor Description OrganisationIdentification29()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnyBIC()Gets the value of the anyBIC property.GenericOrganisationIdentification1getOthr()Gets the value of the othr property.voidsetAnyBIC(String value)Sets the value of the anyBIC property.voidsetOthr(GenericOrganisationIdentification1 value)Sets the value of the othr property.
-
-
-
Field Detail
-
anyBIC
protected String anyBIC
-
othr
protected GenericOrganisationIdentification1 othr
-
-
Method Detail
-
getAnyBIC
public String getAnyBIC()
Gets the value of the anyBIC property.- Returns:
- possible object is
String
-
setAnyBIC
public void setAnyBIC(String value)
Sets the value of the anyBIC property.- Parameters:
value- allowed object isString
-
getOthr
public GenericOrganisationIdentification1 getOthr()
Gets the value of the othr property.- Returns:
- possible object is
GenericOrganisationIdentification1
-
setOthr
public void setOthr(GenericOrganisationIdentification1 value)
Sets the value of the othr property.- Parameters:
value- allowed object isGenericOrganisationIdentification1
-
-