public class PASAttendance extends Object
Java class for PAS-Attendance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PAS-Attendance">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9443" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9443-AttendanceTypeCodeQualifier"/>
<element name="C839" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C839-AttendeeCategory" minOccurs="0"/>
<element name="C840" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C840-AttendanceAdmissionDetails" minOccurs="0"/>
<element name="C841" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C841-AttendanceDischargeDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PASAttendance() |
| Modifier and Type | Method and Description |
|---|---|
C839AttendeeCategory |
getC839()
Gets the value of the c839 property.
|
C840AttendanceAdmissionDetails |
getC840()
Gets the value of the c840 property.
|
C841AttendanceDischargeDetails |
getC841()
Gets the value of the c841 property.
|
String |
getE9443()
Gets the value of the e9443 property.
|
void |
setC839(C839AttendeeCategory value)
Sets the value of the c839 property.
|
void |
setC840(C840AttendanceAdmissionDetails value)
Sets the value of the c840 property.
|
void |
setC841(C841AttendanceDischargeDetails value)
Sets the value of the c841 property.
|
void |
setE9443(String value)
Sets the value of the e9443 property.
|
PASAttendance |
withC839(C839AttendeeCategory value) |
PASAttendance |
withC840(C840AttendanceAdmissionDetails value) |
PASAttendance |
withC841(C841AttendanceDischargeDetails value) |
PASAttendance |
withE9443(String value) |
public String getE9443()
Stringpublic void setE9443(String value)
value - allowed object is
Stringpublic C839AttendeeCategory getC839()
C839AttendeeCategorypublic void setC839(C839AttendeeCategory value)
value - allowed object is
C839AttendeeCategorypublic C840AttendanceAdmissionDetails getC840()
C840AttendanceAdmissionDetailspublic void setC840(C840AttendanceAdmissionDetails value)
value - allowed object is
C840AttendanceAdmissionDetailspublic C841AttendanceDischargeDetails getC841()
C841AttendanceDischargeDetailspublic void setC841(C841AttendanceDischargeDetails value)
value - allowed object is
C841AttendanceDischargeDetailspublic PASAttendance withE9443(String value)
public PASAttendance withC839(C839AttendeeCategory value)
public PASAttendance withC840(C840AttendanceAdmissionDetails value)
public PASAttendance withC841(C841AttendanceDischargeDetails value)
Copyright © 2020. All rights reserved.