public class INVInventoryManagementRelatedDetails extends Object
Java class for INV-InventoryManagementRelatedDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="INV-InventoryManagementRelatedDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4501" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4501-InventoryMovementDirectionCode" minOccurs="0"/>
<element name="E7491" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7491-InventoryTypeCode" minOccurs="0"/>
<element name="E4499" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4499-InventoryMovementReasonCode" minOccurs="0"/>
<element name="E4503" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4503-InventoryBalanceMethodCode" minOccurs="0"/>
<element name="C522" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C522-Instruction" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
INVInventoryManagementRelatedDetails() |
| Modifier and Type | Method and Description |
|---|---|
C522Instruction |
getC522()
Gets the value of the c522 property.
|
String |
getE4499()
Gets the value of the e4499 property.
|
String |
getE4501()
Gets the value of the e4501 property.
|
String |
getE4503()
Gets the value of the e4503 property.
|
String |
getE7491()
Gets the value of the e7491 property.
|
void |
setC522(C522Instruction value)
Sets the value of the c522 property.
|
void |
setE4499(String value)
Sets the value of the e4499 property.
|
void |
setE4501(String value)
Sets the value of the e4501 property.
|
void |
setE4503(String value)
Sets the value of the e4503 property.
|
void |
setE7491(String value)
Sets the value of the e7491 property.
|
INVInventoryManagementRelatedDetails |
withC522(C522Instruction value) |
INVInventoryManagementRelatedDetails |
withE4499(String value) |
INVInventoryManagementRelatedDetails |
withE4501(String value) |
INVInventoryManagementRelatedDetails |
withE4503(String value) |
INVInventoryManagementRelatedDetails |
withE7491(String value) |
public INVInventoryManagementRelatedDetails()
public String getE4501()
Stringpublic void setE4501(String value)
value - allowed object is
Stringpublic String getE7491()
Stringpublic void setE7491(String value)
value - allowed object is
Stringpublic String getE4499()
Stringpublic void setE4499(String value)
value - allowed object is
Stringpublic String getE4503()
Stringpublic void setE4503(String value)
value - allowed object is
Stringpublic C522Instruction getC522()
C522Instructionpublic void setC522(C522Instruction value)
value - allowed object is
C522Instructionpublic INVInventoryManagementRelatedDetails withE4501(String value)
public INVInventoryManagementRelatedDetails withE7491(String value)
public INVInventoryManagementRelatedDetails withE4499(String value)
public INVInventoryManagementRelatedDetails withE4503(String value)
public INVInventoryManagementRelatedDetails withC522(C522Instruction value)
Copyright © 2020. All rights reserved.