public class C206IdentificationNumber extends Object
Java class for C206-IdentificationNumber complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C206-IdentificationNumber">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7402" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7402-ObjectIdentifier"/>
<element name="E7405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7405-ObjectIdentificationCodeQualifier" minOccurs="0"/>
<element name="E4405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4405-StatusDescriptionCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C206IdentificationNumber() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE4405()
Gets the value of the e4405 property.
|
String |
getE7402()
Gets the value of the e7402 property.
|
String |
getE7405()
Gets the value of the e7405 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
void |
setE7402(String value)
Sets the value of the e7402 property.
|
void |
setE7405(String value)
Sets the value of the e7405 property.
|
C206IdentificationNumber |
withE4405(String value) |
C206IdentificationNumber |
withE7402(String value) |
C206IdentificationNumber |
withE7405(String value) |
public String getE7402()
Stringpublic void setE7402(String value)
value - allowed object is
Stringpublic String getE7405()
Stringpublic void setE7405(String value)
value - allowed object is
Stringpublic String getE4405()
Stringpublic void setE4405(String value)
value - allowed object is
Stringpublic C206IdentificationNumber withE7402(String value)
public C206IdentificationNumber withE7405(String value)
public C206IdentificationNumber withE4405(String value)
Copyright © 2020. All rights reserved.