public class CMPCompositeDataElementIdentification extends Object
Java class for CMP-CompositeDataElementIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CMP-CompositeDataElementIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9146" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9146-CompositeDataElementTagIdentifier"/>
<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 |
|---|
CMPCompositeDataElementIdentification() |
| 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 |
getE9146()
Gets the value of the e9146 property.
|
void |
setE1507(String value)
Sets the value of the e1507 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
void |
setE9146(String value)
Sets the value of the e9146 property.
|
CMPCompositeDataElementIdentification |
withE1507(String value) |
CMPCompositeDataElementIdentification |
withE4513(String value) |
CMPCompositeDataElementIdentification |
withE9146(String value) |
public CMPCompositeDataElementIdentification()
public String getE9146()
Stringpublic void setE9146(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 CMPCompositeDataElementIdentification withE9146(String value)
public CMPCompositeDataElementIdentification withE1507(String value)
public CMPCompositeDataElementIdentification withE4513(String value)
Copyright © 2020. All rights reserved.