public class CEDComputerEnvironmentDetails extends Object
Java class for CED-ComputerEnvironmentDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CED-ComputerEnvironmentDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1501" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1501-ComputerEnvironmentDetailsCodeQualifier" minOccurs="0"/>
<element name="C079" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C079-ComputerEnvironmentIdentification"/>
<element name="E9448" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9448-FileGenerationCommandName" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CEDComputerEnvironmentDetails() |
| Modifier and Type | Method and Description |
|---|---|
C079ComputerEnvironmentIdentification |
getC079()
Gets the value of the c079 property.
|
String |
getE1501()
Gets the value of the e1501 property.
|
String |
getE9448()
Gets the value of the e9448 property.
|
void |
setC079(C079ComputerEnvironmentIdentification value)
Sets the value of the c079 property.
|
void |
setE1501(String value)
Sets the value of the e1501 property.
|
void |
setE9448(String value)
Sets the value of the e9448 property.
|
CEDComputerEnvironmentDetails |
withC079(C079ComputerEnvironmentIdentification value) |
CEDComputerEnvironmentDetails |
withE1501(String value) |
CEDComputerEnvironmentDetails |
withE9448(String value) |
public String getE1501()
Stringpublic void setE1501(String value)
value - allowed object is
Stringpublic C079ComputerEnvironmentIdentification getC079()
C079ComputerEnvironmentIdentificationpublic void setC079(C079ComputerEnvironmentIdentification value)
value - allowed object is
C079ComputerEnvironmentIdentificationpublic String getE9448()
Stringpublic void setE9448(String value)
value - allowed object is
Stringpublic CEDComputerEnvironmentDetails withE1501(String value)
public CEDComputerEnvironmentDetails withC079(C079ComputerEnvironmentIdentification value)
public CEDComputerEnvironmentDetails withE9448(String value)
Copyright © 2020. All rights reserved.