public class MSGMessageTypeIdentification extends Object
Java class for MSG-MessageTypeIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MSG-MessageTypeIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C709" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C709-MessageIdentifier"/>
<element name="E1507" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1507-DesignatedClassCode" minOccurs="0"/>
<element name="E4513" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4513-MaintenanceOperationCode" minOccurs="0"/>
<element name="C941" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C941-Relationship" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MSGMessageTypeIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C709MessageIdentifier |
getC709()
Gets the value of the c709 property.
|
C941Relationship |
getC941()
Gets the value of the c941 property.
|
String |
getE1507()
Gets the value of the e1507 property.
|
String |
getE4513()
Gets the value of the e4513 property.
|
void |
setC709(C709MessageIdentifier value)
Sets the value of the c709 property.
|
void |
setC941(C941Relationship value)
Sets the value of the c941 property.
|
void |
setE1507(String value)
Sets the value of the e1507 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
MSGMessageTypeIdentification |
withC709(C709MessageIdentifier value) |
MSGMessageTypeIdentification |
withC941(C941Relationship value) |
MSGMessageTypeIdentification |
withE1507(String value) |
MSGMessageTypeIdentification |
withE4513(String value) |
public C709MessageIdentifier getC709()
C709MessageIdentifierpublic void setC709(C709MessageIdentifier value)
value - allowed object is
C709MessageIdentifierpublic String getE1507()
Stringpublic void setE1507(String value)
value - allowed object is
Stringpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic C941Relationship getC941()
C941Relationshippublic void setC941(C941Relationship value)
value - allowed object is
C941Relationshippublic MSGMessageTypeIdentification withC709(C709MessageIdentifier value)
public MSGMessageTypeIdentification withE1507(String value)
public MSGMessageTypeIdentification withE4513(String value)
public MSGMessageTypeIdentification withC941(C941Relationship value)
Copyright © 2020. All rights reserved.