public class ELVElementValueDefinition extends Object
Java class for ELV-ElementValueDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ELV-ElementValueDefinition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9029" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9029-ValueDefinitionCodeQualifier"/>
<element name="E9422" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9422-ValueText" minOccurs="0"/>
<element name="E7299" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7299-RequirementDesignatorCode" 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 |
|---|
ELVElementValueDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE4513()
Gets the value of the e4513 property.
|
String |
getE7299()
Gets the value of the e7299 property.
|
String |
getE9029()
Gets the value of the e9029 property.
|
String |
getE9422()
Gets the value of the e9422 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
void |
setE7299(String value)
Sets the value of the e7299 property.
|
void |
setE9029(String value)
Sets the value of the e9029 property.
|
void |
setE9422(String value)
Sets the value of the e9422 property.
|
ELVElementValueDefinition |
withE4513(String value) |
ELVElementValueDefinition |
withE7299(String value) |
ELVElementValueDefinition |
withE9029(String value) |
ELVElementValueDefinition |
withE9422(String value) |
public String getE9029()
Stringpublic void setE9029(String value)
value - allowed object is
Stringpublic String getE9422()
Stringpublic void setE9422(String value)
value - allowed object is
Stringpublic String getE7299()
Stringpublic void setE7299(String value)
value - allowed object is
Stringpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic ELVElementValueDefinition withE9029(String value)
public ELVElementValueDefinition withE9422(String value)
public ELVElementValueDefinition withE7299(String value)
public ELVElementValueDefinition withE4513(String value)
Copyright © 2020. All rights reserved.