public class DIIDirectoryIdentification extends Object
Java class for DII-DirectoryIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DII-DirectoryIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1056" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1056-VersionIdentifier"/>
<element name="E1058" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1058-ReleaseIdentifier"/>
<element name="E9148" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9148-DirectoryStatusIdentifier" minOccurs="0"/>
<element name="E1476" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1476-ControllingAgencyIdentifier" minOccurs="0"/>
<element name="E3453" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3453-LanguageNameCode" minOccurs="0"/>
<element name="E4513" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4513-MaintenanceOperationCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DIIDirectoryIdentification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1056()
Gets the value of the e1056 property.
|
String |
getE1058()
Gets the value of the e1058 property.
|
String |
getE1476()
Gets the value of the e1476 property.
|
String |
getE3453()
Gets the value of the e3453 property.
|
String |
getE4513()
Gets the value of the e4513 property.
|
String |
getE9148()
Gets the value of the e9148 property.
|
void |
setE1056(String value)
Sets the value of the e1056 property.
|
void |
setE1058(String value)
Sets the value of the e1058 property.
|
void |
setE1476(String value)
Sets the value of the e1476 property.
|
void |
setE3453(String value)
Sets the value of the e3453 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
void |
setE9148(String value)
Sets the value of the e9148 property.
|
DIIDirectoryIdentification |
withE1056(String value) |
DIIDirectoryIdentification |
withE1058(String value) |
DIIDirectoryIdentification |
withE1476(String value) |
DIIDirectoryIdentification |
withE3453(String value) |
DIIDirectoryIdentification |
withE4513(String value) |
DIIDirectoryIdentification |
withE9148(String value) |
public String getE1056()
Stringpublic void setE1056(String value)
value - allowed object is
Stringpublic String getE1058()
Stringpublic void setE1058(String value)
value - allowed object is
Stringpublic String getE9148()
Stringpublic void setE9148(String value)
value - allowed object is
Stringpublic String getE1476()
Stringpublic void setE1476(String value)
value - allowed object is
Stringpublic String getE3453()
Stringpublic void setE3453(String value)
value - allowed object is
Stringpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic DIIDirectoryIdentification withE1056(String value)
public DIIDirectoryIdentification withE1058(String value)
public DIIDirectoryIdentification withE9148(String value)
public DIIDirectoryIdentification withE1476(String value)
public DIIDirectoryIdentification withE3453(String value)
public DIIDirectoryIdentification withE4513(String value)
Copyright © 2020. All rights reserved.