public class C232GovernmentAction extends Object
Java class for C232-GovernmentAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C232-GovernmentAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9415" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9415-GovernmentAgencyIdentificationCode" minOccurs="0"/>
<element name="E9411" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9411-GovernmentInvolvementCode" minOccurs="0"/>
<element name="E9417" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9417-GovernmentActionCode" minOccurs="0"/>
<element name="E9353" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9353-GovernmentProcedureCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C232GovernmentAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE9353()
Gets the value of the e9353 property.
|
String |
getE9411()
Gets the value of the e9411 property.
|
String |
getE9415()
Gets the value of the e9415 property.
|
String |
getE9417()
Gets the value of the e9417 property.
|
void |
setE9353(String value)
Sets the value of the e9353 property.
|
void |
setE9411(String value)
Sets the value of the e9411 property.
|
void |
setE9415(String value)
Sets the value of the e9415 property.
|
void |
setE9417(String value)
Sets the value of the e9417 property.
|
C232GovernmentAction |
withE9353(String value) |
C232GovernmentAction |
withE9411(String value) |
C232GovernmentAction |
withE9415(String value) |
C232GovernmentAction |
withE9417(String value) |
public String getE9415()
Stringpublic void setE9415(String value)
value - allowed object is
Stringpublic String getE9411()
Stringpublic void setE9411(String value)
value - allowed object is
Stringpublic String getE9417()
Stringpublic void setE9417(String value)
value - allowed object is
Stringpublic String getE9353()
Stringpublic void setE9353(String value)
value - allowed object is
Stringpublic C232GovernmentAction withE9415(String value)
public C232GovernmentAction withE9411(String value)
public C232GovernmentAction withE9417(String value)
public C232GovernmentAction withE9353(String value)
Copyright © 2020. All rights reserved.