public class C778PositionIdentification extends Object
Java class for C778-PositionIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C778-PositionIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7164" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7164-HierarchicalStructureLevelIdentifier" minOccurs="0"/>
<element name="E1050" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1050-SequencePositionIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C778PositionIdentification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1050()
Gets the value of the e1050 property.
|
String |
getE7164()
Gets the value of the e7164 property.
|
void |
setE1050(String value)
Sets the value of the e1050 property.
|
void |
setE7164(String value)
Sets the value of the e7164 property.
|
C778PositionIdentification |
withE1050(String value) |
C778PositionIdentification |
withE7164(String value) |
public String getE7164()
Stringpublic void setE7164(String value)
value - allowed object is
Stringpublic String getE1050()
Stringpublic void setE1050(String value)
value - allowed object is
Stringpublic C778PositionIdentification withE7164(String value)
public C778PositionIdentification withE1050(String value)
Copyright © 2020. All rights reserved.