public class C956AttributeDetail extends Object
Java class for C956-AttributeDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C956-AttributeDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9019" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9019-AttributeDescriptionCode" 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="E9018" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9018-AttributeDescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C956AttributeDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1131()
Gets the value of the e1131 property.
|
String |
getE3055()
Gets the value of the e3055 property.
|
String |
getE9018()
Gets the value of the e9018 property.
|
String |
getE9019()
Gets the value of the e9019 property.
|
void |
setE1131(String value)
Sets the value of the e1131 property.
|
void |
setE3055(String value)
Sets the value of the e3055 property.
|
void |
setE9018(String value)
Sets the value of the e9018 property.
|
void |
setE9019(String value)
Sets the value of the e9019 property.
|
C956AttributeDetail |
withE1131(String value) |
C956AttributeDetail |
withE3055(String value) |
C956AttributeDetail |
withE9018(String value) |
C956AttributeDetail |
withE9019(String value) |
public String getE9019()
Stringpublic void setE9019(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 String getE9018()
Stringpublic void setE9018(String value)
value - allowed object is
Stringpublic C956AttributeDetail withE9019(String value)
public C956AttributeDetail withE1131(String value)
public C956AttributeDetail withE3055(String value)
public C956AttributeDetail withE9018(String value)
Copyright © 2020. All rights reserved.