public class C786StructureComponentIdentification extends Object
Java class for C786-StructureComponentIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C786-StructureComponentIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7512" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7512-StructureComponentIdentifier"/>
<element name="E7405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7405-ObjectIdentificationCodeQualifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C786StructureComponentIdentification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE7405()
Gets the value of the e7405 property.
|
String |
getE7512()
Gets the value of the e7512 property.
|
void |
setE7405(String value)
Sets the value of the e7405 property.
|
void |
setE7512(String value)
Sets the value of the e7512 property.
|
C786StructureComponentIdentification |
withE7405(String value) |
C786StructureComponentIdentification |
withE7512(String value) |
public C786StructureComponentIdentification()
public String getE7512()
Stringpublic void setE7512(String value)
value - allowed object is
Stringpublic String getE7405()
Stringpublic void setE7405(String value)
value - allowed object is
Stringpublic C786StructureComponentIdentification withE7512(String value)
public C786StructureComponentIdentification withE7405(String value)
Copyright © 2020. All rights reserved.