public class PDIPersonDemographicInformation extends Object
Java class for PDI-PersonDemographicInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PDI-PersonDemographicInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3499" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3499-GenderCode" minOccurs="0"/>
<element name="C085" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C085-MaritalStatusDetails" minOccurs="0"/>
<element name="C101" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C101-ReligionDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PDIPersonDemographicInformation() |
| Modifier and Type | Method and Description |
|---|---|
C085MaritalStatusDetails |
getC085()
Gets the value of the c085 property.
|
C101ReligionDetails |
getC101()
Gets the value of the c101 property.
|
String |
getE3499()
Gets the value of the e3499 property.
|
void |
setC085(C085MaritalStatusDetails value)
Sets the value of the c085 property.
|
void |
setC101(C101ReligionDetails value)
Sets the value of the c101 property.
|
void |
setE3499(String value)
Sets the value of the e3499 property.
|
PDIPersonDemographicInformation |
withC085(C085MaritalStatusDetails value) |
PDIPersonDemographicInformation |
withC101(C101ReligionDetails value) |
PDIPersonDemographicInformation |
withE3499(String value) |
public String getE3499()
Stringpublic void setE3499(String value)
value - allowed object is
Stringpublic C085MaritalStatusDetails getC085()
C085MaritalStatusDetailspublic void setC085(C085MaritalStatusDetails value)
value - allowed object is
C085MaritalStatusDetailspublic C101ReligionDetails getC101()
C101ReligionDetailspublic void setC101(C101ReligionDetails value)
value - allowed object is
C101ReligionDetailspublic PDIPersonDemographicInformation withE3499(String value)
public PDIPersonDemographicInformation withC085(C085MaritalStatusDetails value)
public PDIPersonDemographicInformation withC101(C101ReligionDetails value)
Copyright © 2020. All rights reserved.