public class IHCPersonCharacteristic extends Object
Java class for IHC-PersonCharacteristic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IHC-PersonCharacteristic">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3289" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3289-PersonCharacteristicCodeQualifier"/>
<element name="C818" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C818-PersonInheritedCharacteristicDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IHCPersonCharacteristic() |
| Modifier and Type | Method and Description |
|---|---|
C818PersonInheritedCharacteristicDetails |
getC818()
Gets the value of the c818 property.
|
String |
getE3289()
Gets the value of the e3289 property.
|
void |
setC818(C818PersonInheritedCharacteristicDetails value)
Sets the value of the c818 property.
|
void |
setE3289(String value)
Sets the value of the e3289 property.
|
IHCPersonCharacteristic |
withC818(C818PersonInheritedCharacteristicDetails value) |
IHCPersonCharacteristic |
withE3289(String value) |
public String getE3289()
Stringpublic void setE3289(String value)
value - allowed object is
Stringpublic C818PersonInheritedCharacteristicDetails getC818()
C818PersonInheritedCharacteristicDetailspublic void setC818(C818PersonInheritedCharacteristicDetails value)
value - allowed object is
C818PersonInheritedCharacteristicDetailspublic IHCPersonCharacteristic withE3289(String value)
public IHCPersonCharacteristic withC818(C818PersonInheritedCharacteristicDetails value)
Copyright © 2020. All rights reserved.