public class C950QualificationClassification extends Object
Java class for C950-QualificationClassification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C950-QualificationClassification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9007" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9007-QualificationClassificationDescriptionCode" minOccurs="0"/>
<element name="E1131" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1131-CodeListIdentificationCode" minOccurs="0"/>
<element name="E3055" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
<element name="E9006" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9006-QualificationClassificationDescription" maxOccurs="2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C950QualificationClassification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1131()
Gets the value of the e1131 property.
|
String |
getE3055()
Gets the value of the e3055 property.
|
List<String> |
getE9006()
Gets the value of the e9006 property.
|
String |
getE9007()
Gets the value of the e9007 property.
|
void |
setE1131(String value)
Sets the value of the e1131 property.
|
void |
setE3055(String value)
Sets the value of the e3055 property.
|
void |
setE9007(String value)
Sets the value of the e9007 property.
|
C950QualificationClassification |
withE1131(String value) |
C950QualificationClassification |
withE3055(String value) |
C950QualificationClassification |
withE9006(Collection<String> values) |
C950QualificationClassification |
withE9006(String... values) |
C950QualificationClassification |
withE9007(String value) |
public String getE9007()
Stringpublic void setE9007(String value)
value - allowed object is
Stringpublic String getE1131()
Stringpublic void setE1131(String value)
value - allowed object is
Stringpublic String getE3055()
Stringpublic void setE3055(String value)
value - allowed object is
Stringpublic List<String> getE9006()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the e9006 property.
For example, to add a new item, do as follows:
getE9006().add(newItem);
Objects of the following type(s) are allowed in the list
String
public C950QualificationClassification withE9007(String value)
public C950QualificationClassification withE1131(String value)
public C950QualificationClassification withE3055(String value)
public C950QualificationClassification withE9006(String... values)
public C950QualificationClassification withE9006(Collection<String> values)
Copyright © 2020. All rights reserved.