public class SCCSchedulingConditions extends Object
Java class for SCC-SchedulingConditions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SCC-SchedulingConditions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4017" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4017-DeliveryPlanCommitmentLevelCode"/>
<element name="E4493" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4493-DeliveryInstructionCode" minOccurs="0"/>
<element name="C329" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C329-PatternDescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SCCSchedulingConditions() |
| Modifier and Type | Method and Description |
|---|---|
C329PatternDescription |
getC329()
Gets the value of the c329 property.
|
String |
getE4017()
Gets the value of the e4017 property.
|
E4493DeliveryInstructionCode |
getE4493()
Gets the value of the e4493 property.
|
void |
setC329(C329PatternDescription value)
Sets the value of the c329 property.
|
void |
setE4017(String value)
Sets the value of the e4017 property.
|
void |
setE4493(E4493DeliveryInstructionCode value)
Sets the value of the e4493 property.
|
SCCSchedulingConditions |
withC329(C329PatternDescription value) |
SCCSchedulingConditions |
withE4017(String value) |
SCCSchedulingConditions |
withE4493(E4493DeliveryInstructionCode value) |
public String getE4017()
Stringpublic void setE4017(String value)
value - allowed object is
Stringpublic E4493DeliveryInstructionCode getE4493()
E4493DeliveryInstructionCodepublic void setE4493(E4493DeliveryInstructionCode value)
value - allowed object is
E4493DeliveryInstructionCodepublic C329PatternDescription getC329()
C329PatternDescriptionpublic void setC329(C329PatternDescription value)
value - allowed object is
C329PatternDescriptionpublic SCCSchedulingConditions withE4017(String value)
public SCCSchedulingConditions withE4493(E4493DeliveryInstructionCode value)
public SCCSchedulingConditions withC329(C329PatternDescription value)
Copyright © 2020. All rights reserved.