public class SFISafetyInformation extends Object
Java class for SFI-SafetyInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SFI-SafetyInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7164" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7164-HierarchicalStructureLevelIdentifier"/>
<element name="C814" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C814-SafetySection" minOccurs="0"/>
<element name="C815" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C815-AdditionalSafetyInformation" minOccurs="0"/>
<element name="E4513" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4513-MaintenanceOperationCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SFISafetyInformation() |
| Modifier and Type | Method and Description |
|---|---|
C814SafetySection |
getC814()
Gets the value of the c814 property.
|
C815AdditionalSafetyInformation |
getC815()
Gets the value of the c815 property.
|
String |
getE4513()
Gets the value of the e4513 property.
|
String |
getE7164()
Gets the value of the e7164 property.
|
void |
setC814(C814SafetySection value)
Sets the value of the c814 property.
|
void |
setC815(C815AdditionalSafetyInformation value)
Sets the value of the c815 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
void |
setE7164(String value)
Sets the value of the e7164 property.
|
SFISafetyInformation |
withC814(C814SafetySection value) |
SFISafetyInformation |
withC815(C815AdditionalSafetyInformation value) |
SFISafetyInformation |
withE4513(String value) |
SFISafetyInformation |
withE7164(String value) |
public String getE7164()
Stringpublic void setE7164(String value)
value - allowed object is
Stringpublic C814SafetySection getC814()
C814SafetySectionpublic void setC814(C814SafetySection value)
value - allowed object is
C814SafetySectionpublic C815AdditionalSafetyInformation getC815()
C815AdditionalSafetyInformationpublic void setC815(C815AdditionalSafetyInformation value)
value - allowed object is
C815AdditionalSafetyInformationpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic SFISafetyInformation withE7164(String value)
public SFISafetyInformation withC814(C814SafetySection value)
public SFISafetyInformation withC815(C815AdditionalSafetyInformation value)
public SFISafetyInformation withE4513(String value)
Copyright © 2020. All rights reserved.