public class SEGSegmentIdentification extends Object
Java class for SEG-SegmentIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SEG-SegmentIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9166" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9166-SegmentTagIdentifier"/>
<element name="E1507" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1507-DesignatedClassCode" 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 |
|---|
SEGSegmentIdentification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1507()
Gets the value of the e1507 property.
|
String |
getE4513()
Gets the value of the e4513 property.
|
String |
getE9166()
Gets the value of the e9166 property.
|
void |
setE1507(String value)
Sets the value of the e1507 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
void |
setE9166(String value)
Sets the value of the e9166 property.
|
SEGSegmentIdentification |
withE1507(String value) |
SEGSegmentIdentification |
withE4513(String value) |
SEGSegmentIdentification |
withE9166(String value) |
public String getE9166()
Stringpublic void setE9166(String value)
value - allowed object is
Stringpublic String getE1507()
Stringpublic void setE1507(String value)
value - allowed object is
Stringpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic SEGSegmentIdentification withE9166(String value)
public SEGSegmentIdentification withE1507(String value)
public SEGSegmentIdentification withE4513(String value)
Copyright © 2020. All rights reserved.