public class C079ComputerEnvironmentIdentification extends Object
Java class for C079-ComputerEnvironmentIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C079-ComputerEnvironmentIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1511" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1511-ComputerEnvironmentNameCode" minOccurs="0"/>
<element name="E1131" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1131-CodeListIdentificationCode" minOccurs="0"/>
<element name="E3055" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
<element name="E1510" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1510-ComputerEnvironmentName" minOccurs="0"/>
<element name="E1056" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1056-VersionIdentifier" minOccurs="0"/>
<element name="E1058" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1058-ReleaseIdentifier" minOccurs="0"/>
<element name="E7402" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7402-ObjectIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C079ComputerEnvironmentIdentification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1056()
Gets the value of the e1056 property.
|
String |
getE1058()
Gets the value of the e1058 property.
|
String |
getE1131()
Gets the value of the e1131 property.
|
String |
getE1510()
Gets the value of the e1510 property.
|
String |
getE1511()
Gets the value of the e1511 property.
|
String |
getE3055()
Gets the value of the e3055 property.
|
String |
getE7402()
Gets the value of the e7402 property.
|
void |
setE1056(String value)
Sets the value of the e1056 property.
|
void |
setE1058(String value)
Sets the value of the e1058 property.
|
void |
setE1131(String value)
Sets the value of the e1131 property.
|
void |
setE1510(String value)
Sets the value of the e1510 property.
|
void |
setE1511(String value)
Sets the value of the e1511 property.
|
void |
setE3055(String value)
Sets the value of the e3055 property.
|
void |
setE7402(String value)
Sets the value of the e7402 property.
|
C079ComputerEnvironmentIdentification |
withE1056(String value) |
C079ComputerEnvironmentIdentification |
withE1058(String value) |
C079ComputerEnvironmentIdentification |
withE1131(String value) |
C079ComputerEnvironmentIdentification |
withE1510(String value) |
C079ComputerEnvironmentIdentification |
withE1511(String value) |
C079ComputerEnvironmentIdentification |
withE3055(String value) |
C079ComputerEnvironmentIdentification |
withE7402(String value) |
public C079ComputerEnvironmentIdentification()
public String getE1511()
Stringpublic void setE1511(String value)
value - allowed object is
Stringpublic String getE1131()
Stringpublic void setE1131(String value)
value - allowed object is
Stringpublic String getE3055()
Stringpublic void setE3055(String value)
value - allowed object is
Stringpublic String getE1510()
Stringpublic void setE1510(String value)
value - allowed object is
Stringpublic String getE1056()
Stringpublic void setE1056(String value)
value - allowed object is
Stringpublic String getE1058()
Stringpublic void setE1058(String value)
value - allowed object is
Stringpublic String getE7402()
Stringpublic void setE7402(String value)
value - allowed object is
Stringpublic C079ComputerEnvironmentIdentification withE1511(String value)
public C079ComputerEnvironmentIdentification withE1131(String value)
public C079ComputerEnvironmentIdentification withE3055(String value)
public C079ComputerEnvironmentIdentification withE1510(String value)
public C079ComputerEnvironmentIdentification withE1056(String value)
public C079ComputerEnvironmentIdentification withE1058(String value)
public C079ComputerEnvironmentIdentification withE7402(String value)
Copyright © 2020. All rights reserved.