public class MTDMaintenanceOperationDetails extends Object
Java class for MTD-MaintenanceOperationDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MTD-MaintenanceOperationDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7495" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7495-ObjectTypeCodeQualifier"/>
<element name="E4513" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4513-MaintenanceOperationCode" minOccurs="0"/>
<element name="E3005" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3005-MaintenanceOperationOperatorCode" minOccurs="0"/>
<element name="E3009" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3009-MaintenanceOperationPayerCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MTDMaintenanceOperationDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE3005()
Gets the value of the e3005 property.
|
String |
getE3009()
Gets the value of the e3009 property.
|
String |
getE4513()
Gets the value of the e4513 property.
|
String |
getE7495()
Gets the value of the e7495 property.
|
void |
setE3005(String value)
Sets the value of the e3005 property.
|
void |
setE3009(String value)
Sets the value of the e3009 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
void |
setE7495(String value)
Sets the value of the e7495 property.
|
MTDMaintenanceOperationDetails |
withE3005(String value) |
MTDMaintenanceOperationDetails |
withE3009(String value) |
MTDMaintenanceOperationDetails |
withE4513(String value) |
MTDMaintenanceOperationDetails |
withE7495(String value) |
public String getE7495()
Stringpublic void setE7495(String value)
value - allowed object is
Stringpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic String getE3005()
Stringpublic void setE3005(String value)
value - allowed object is
Stringpublic String getE3009()
Stringpublic void setE3009(String value)
value - allowed object is
Stringpublic MTDMaintenanceOperationDetails withE7495(String value)
public MTDMaintenanceOperationDetails withE4513(String value)
public MTDMaintenanceOperationDetails withE3005(String value)
public MTDMaintenanceOperationDetails withE3009(String value)
Copyright © 2020. All rights reserved.