public class C088InstitutionIdentification extends Object
Java class for C088-InstitutionIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C088-InstitutionIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3433" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3433-InstitutionNameCode" minOccurs="0"/>
<element name="E1131a" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1131-CodeListIdentificationCode" minOccurs="0"/>
<element name="E3055a" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
<element name="E3434" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3434-InstitutionBranchIdentifier" minOccurs="0"/>
<element name="E1131b" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1131-CodeListIdentificationCode" minOccurs="0"/>
<element name="E3055b" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
<element name="E3432" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3432-InstitutionName" minOccurs="0"/>
<element name="E3436" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3436-InstitutionBranchLocationName" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C088InstitutionIdentification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1131A()
Gets the value of the e1131A property.
|
String |
getE1131B()
Gets the value of the e1131B property.
|
String |
getE3055A()
Gets the value of the e3055A property.
|
String |
getE3055B()
Gets the value of the e3055B property.
|
String |
getE3432()
Gets the value of the e3432 property.
|
String |
getE3433()
Gets the value of the e3433 property.
|
String |
getE3434()
Gets the value of the e3434 property.
|
String |
getE3436()
Gets the value of the e3436 property.
|
void |
setE1131A(String value)
Sets the value of the e1131A property.
|
void |
setE1131B(String value)
Sets the value of the e1131B property.
|
void |
setE3055A(String value)
Sets the value of the e3055A property.
|
void |
setE3055B(String value)
Sets the value of the e3055B property.
|
void |
setE3432(String value)
Sets the value of the e3432 property.
|
void |
setE3433(String value)
Sets the value of the e3433 property.
|
void |
setE3434(String value)
Sets the value of the e3434 property.
|
void |
setE3436(String value)
Sets the value of the e3436 property.
|
C088InstitutionIdentification |
withE1131A(String value) |
C088InstitutionIdentification |
withE1131B(String value) |
C088InstitutionIdentification |
withE3055A(String value) |
C088InstitutionIdentification |
withE3055B(String value) |
C088InstitutionIdentification |
withE3432(String value) |
C088InstitutionIdentification |
withE3433(String value) |
C088InstitutionIdentification |
withE3434(String value) |
C088InstitutionIdentification |
withE3436(String value) |
public String getE3433()
Stringpublic void setE3433(String value)
value - allowed object is
Stringpublic String getE1131A()
Stringpublic void setE1131A(String value)
value - allowed object is
Stringpublic String getE3055A()
Stringpublic void setE3055A(String value)
value - allowed object is
Stringpublic String getE3434()
Stringpublic void setE3434(String value)
value - allowed object is
Stringpublic String getE1131B()
Stringpublic void setE1131B(String value)
value - allowed object is
Stringpublic String getE3055B()
Stringpublic void setE3055B(String value)
value - allowed object is
Stringpublic String getE3432()
Stringpublic void setE3432(String value)
value - allowed object is
Stringpublic String getE3436()
Stringpublic void setE3436(String value)
value - allowed object is
Stringpublic C088InstitutionIdentification withE3433(String value)
public C088InstitutionIdentification withE1131A(String value)
public C088InstitutionIdentification withE3055A(String value)
public C088InstitutionIdentification withE3434(String value)
public C088InstitutionIdentification withE1131B(String value)
public C088InstitutionIdentification withE3055B(String value)
public C088InstitutionIdentification withE3432(String value)
public C088InstitutionIdentification withE3436(String value)
Copyright © 2020. All rights reserved.