public class QUAQualification extends Object
Java class for QUA-Qualification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QUA-Qualification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9037" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9037-QualificationTypeCodeQualifier"/>
<element name="C950" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C950-QualificationClassification" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
QUAQualification() |
| Modifier and Type | Method and Description |
|---|---|
C950QualificationClassification |
getC950()
Gets the value of the c950 property.
|
String |
getE9037()
Gets the value of the e9037 property.
|
void |
setC950(C950QualificationClassification value)
Sets the value of the c950 property.
|
void |
setE9037(String value)
Sets the value of the e9037 property.
|
QUAQualification |
withC950(C950QualificationClassification value) |
QUAQualification |
withE9037(String value) |
public String getE9037()
Stringpublic void setE9037(String value)
value - allowed object is
Stringpublic C950QualificationClassification getC950()
C950QualificationClassificationpublic void setC950(C950QualificationClassification value)
value - allowed object is
C950QualificationClassificationpublic QUAQualification withE9037(String value)
public QUAQualification withC950(C950QualificationClassification value)
Copyright © 2020. All rights reserved.