public class BGMBeginningOfMessage extends Object
Java class for BGM-BeginningOfMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BGM-BeginningOfMessage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C002" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C002-DocumentMessageName" minOccurs="0"/>
<element name="C106" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C106-DocumentMessageIdentification" minOccurs="0"/>
<element name="E1225" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1225-MessageFunctionCode" minOccurs="0"/>
<element name="E4343" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4343-ResponseTypeCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
BGMBeginningOfMessage() |
| Modifier and Type | Method and Description |
|---|---|
C002DocumentMessageName |
getC002()
Gets the value of the c002 property.
|
C106DocumentMessageIdentification |
getC106()
Gets the value of the c106 property.
|
String |
getE1225()
Gets the value of the e1225 property.
|
String |
getE4343()
Gets the value of the e4343 property.
|
void |
setC002(C002DocumentMessageName value)
Sets the value of the c002 property.
|
void |
setC106(C106DocumentMessageIdentification value)
Sets the value of the c106 property.
|
void |
setE1225(String value)
Sets the value of the e1225 property.
|
void |
setE4343(String value)
Sets the value of the e4343 property.
|
BGMBeginningOfMessage |
withC002(C002DocumentMessageName value) |
BGMBeginningOfMessage |
withC106(C106DocumentMessageIdentification value) |
BGMBeginningOfMessage |
withE1225(String value) |
BGMBeginningOfMessage |
withE4343(String value) |
public C002DocumentMessageName getC002()
C002DocumentMessageNamepublic void setC002(C002DocumentMessageName value)
value - allowed object is
C002DocumentMessageNamepublic C106DocumentMessageIdentification getC106()
C106DocumentMessageIdentificationpublic void setC106(C106DocumentMessageIdentification value)
value - allowed object is
C106DocumentMessageIdentificationpublic String getE1225()
Stringpublic void setE1225(String value)
value - allowed object is
Stringpublic String getE4343()
Stringpublic void setE4343(String value)
value - allowed object is
Stringpublic BGMBeginningOfMessage withC002(C002DocumentMessageName value)
public BGMBeginningOfMessage withC106(C106DocumentMessageIdentification value)
public BGMBeginningOfMessage withE1225(String value)
public BGMBeginningOfMessage withE4343(String value)
Copyright © 2020. All rights reserved.