public class CAVCharacteristicValue extends Object
Java class for CAV-CharacteristicValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CAV-CharacteristicValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C889" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C889-CharacteristicValue"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CAVCharacteristicValue() |
| Modifier and Type | Method and Description |
|---|---|
C889CharacteristicValue |
getC889()
Gets the value of the c889 property.
|
void |
setC889(C889CharacteristicValue value)
Sets the value of the c889 property.
|
CAVCharacteristicValue |
withC889(C889CharacteristicValue value) |
public C889CharacteristicValue getC889()
C889CharacteristicValuepublic void setC889(C889CharacteristicValue value)
value - allowed object is
C889CharacteristicValuepublic CAVCharacteristicValue withC889(C889CharacteristicValue value)
Copyright © 2020. All rights reserved.