public class C233Service extends Object
Java class for C233-Service complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C233-Service">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7273a" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7273-ServiceRequirementCode"/>
<element name="E1131a" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1131-CodeListIdentificationCode" minOccurs="0"/>
<element name="E3055a" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
<element name="E7273b" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7273-ServiceRequirementCode" minOccurs="0"/>
<element name="E1131b" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1131-CodeListIdentificationCode" minOccurs="0"/>
<element name="E3055b" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C233Service() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1131A()
Gets the value of the e1131A property.
|
String |
getE1131B()
Gets the value of the e1131B property.
|
String |
getE3055A()
Gets the value of the e3055A property.
|
String |
getE3055B()
Gets the value of the e3055B property.
|
String |
getE7273A()
Gets the value of the e7273A property.
|
String |
getE7273B()
Gets the value of the e7273B property.
|
void |
setE1131A(String value)
Sets the value of the e1131A property.
|
void |
setE1131B(String value)
Sets the value of the e1131B property.
|
void |
setE3055A(String value)
Sets the value of the e3055A property.
|
void |
setE3055B(String value)
Sets the value of the e3055B property.
|
void |
setE7273A(String value)
Sets the value of the e7273A property.
|
void |
setE7273B(String value)
Sets the value of the e7273B property.
|
C233Service |
withE1131A(String value) |
C233Service |
withE1131B(String value) |
C233Service |
withE3055A(String value) |
C233Service |
withE3055B(String value) |
C233Service |
withE7273A(String value) |
C233Service |
withE7273B(String value) |
public String getE7273A()
Stringpublic void setE7273A(String value)
value - allowed object is
Stringpublic String getE1131A()
Stringpublic void setE1131A(String value)
value - allowed object is
Stringpublic String getE3055A()
Stringpublic void setE3055A(String value)
value - allowed object is
Stringpublic String getE7273B()
Stringpublic void setE7273B(String value)
value - allowed object is
Stringpublic String getE1131B()
Stringpublic void setE1131B(String value)
value - allowed object is
Stringpublic String getE3055B()
Stringpublic void setE3055B(String value)
value - allowed object is
Stringpublic C233Service withE7273A(String value)
public C233Service withE1131A(String value)
public C233Service withE3055A(String value)
public C233Service withE7273B(String value)
public C233Service withE1131B(String value)
public C233Service withE3055B(String value)
Copyright © 2020. All rights reserved.