public class DLMDeliveryLimitations extends Object
Java class for DLM-DeliveryLimitations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DLM-DeliveryLimitations">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4455" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4455-BackOrderArrangementTypeCode" minOccurs="0"/>
<element name="C522" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C522-Instruction" minOccurs="0"/>
<element name="C214" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C214-SpecialServicesIdentification" minOccurs="0"/>
<element name="E4457" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4457-SubstitutionConditionCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DLMDeliveryLimitations() |
| Modifier and Type | Method and Description |
|---|---|
C214SpecialServicesIdentification |
getC214()
Gets the value of the c214 property.
|
C522Instruction |
getC522()
Gets the value of the c522 property.
|
E4455BackOrderArrangementTypeCode |
getE4455()
Gets the value of the e4455 property.
|
String |
getE4457()
Gets the value of the e4457 property.
|
void |
setC214(C214SpecialServicesIdentification value)
Sets the value of the c214 property.
|
void |
setC522(C522Instruction value)
Sets the value of the c522 property.
|
void |
setE4455(E4455BackOrderArrangementTypeCode value)
Sets the value of the e4455 property.
|
void |
setE4457(String value)
Sets the value of the e4457 property.
|
DLMDeliveryLimitations |
withC214(C214SpecialServicesIdentification value) |
DLMDeliveryLimitations |
withC522(C522Instruction value) |
DLMDeliveryLimitations |
withE4455(E4455BackOrderArrangementTypeCode value) |
DLMDeliveryLimitations |
withE4457(String value) |
public E4455BackOrderArrangementTypeCode getE4455()
E4455BackOrderArrangementTypeCodepublic void setE4455(E4455BackOrderArrangementTypeCode value)
value - allowed object is
E4455BackOrderArrangementTypeCodepublic C522Instruction getC522()
C522Instructionpublic void setC522(C522Instruction value)
value - allowed object is
C522Instructionpublic C214SpecialServicesIdentification getC214()
C214SpecialServicesIdentificationpublic void setC214(C214SpecialServicesIdentification value)
value - allowed object is
C214SpecialServicesIdentificationpublic String getE4457()
Stringpublic void setE4457(String value)
value - allowed object is
Stringpublic DLMDeliveryLimitations withE4455(E4455BackOrderArrangementTypeCode value)
public DLMDeliveryLimitations withC522(C522Instruction value)
public DLMDeliveryLimitations withC214(C214SpecialServicesIdentification value)
public DLMDeliveryLimitations withE4457(String value)
Copyright © 2020. All rights reserved.