public class CDVCodeValueDefinition extends Object
Java class for CDV-CodeValueDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CDV-CodeValueDefinition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9426" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9426-CodeValueText"/>
<element name="E9434" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9434-CodeName" minOccurs="0"/>
<element name="E4513" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4513-MaintenanceOperationCode" minOccurs="0"/>
<element name="E9453" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9453-CodeValueSourceCode" minOccurs="0"/>
<element name="E7299" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7299-RequirementDesignatorCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CDVCodeValueDefinition() |
| 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 |
getE9426()
Gets the value of the e9426 property.
|
String |
getE9434()
Gets the value of the e9434 property.
|
String |
getE9453()
Gets the value of the e9453 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
void |
setE7299(String value)
Sets the value of the e7299 property.
|
void |
setE9426(String value)
Sets the value of the e9426 property.
|
void |
setE9434(String value)
Sets the value of the e9434 property.
|
void |
setE9453(String value)
Sets the value of the e9453 property.
|
CDVCodeValueDefinition |
withE4513(String value) |
CDVCodeValueDefinition |
withE7299(String value) |
CDVCodeValueDefinition |
withE9426(String value) |
CDVCodeValueDefinition |
withE9434(String value) |
CDVCodeValueDefinition |
withE9453(String value) |
public String getE9426()
Stringpublic void setE9426(String value)
value - allowed object is
Stringpublic String getE9434()
Stringpublic void setE9434(String value)
value - allowed object is
Stringpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic String getE9453()
Stringpublic void setE9453(String value)
value - allowed object is
Stringpublic String getE7299()
Stringpublic void setE7299(String value)
value - allowed object is
Stringpublic CDVCodeValueDefinition withE9426(String value)
public CDVCodeValueDefinition withE9434(String value)
public CDVCodeValueDefinition withE4513(String value)
public CDVCodeValueDefinition withE9453(String value)
public CDVCodeValueDefinition withE7299(String value)
Copyright © 2020. All rights reserved.