Class OriginalOrderType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.OriginalOrderType
This may be used when an Order has been sub-divided into associated Orders and serves as a reference to the original Order ID.
Java class for OriginalOrderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalOrderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrderRefD" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type"/>
<element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}AirlineDesigCodeType"/>
<element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}OwnerTypeCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected OwnerTypeCodeContentType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orderRefD property.Gets the value of the ownerCode property.Gets the value of the ownerTypeCode property.voidsetOrderRefD(String value) Sets the value of the orderRefD property.voidsetOwnerCode(String value) Sets the value of the ownerCode property.voidSets the value of the ownerTypeCode property.
-
Field Details
-
orderRefD
-
ownerCode
-
ownerTypeCode
-
-
Constructor Details
-
OriginalOrderType
public OriginalOrderType()
-
-
Method Details
-
getOrderRefD
Gets the value of the orderRefD property.- Returns:
- possible object is
String
-
setOrderRefD
Sets the value of the orderRefD property.- Parameters:
value- allowed object isString
-
getOwnerCode
Gets the value of the ownerCode property.- Returns:
- possible object is
String
-
setOwnerCode
Sets the value of the ownerCode property.- Parameters:
value- allowed object isString
-
getOwnerTypeCode
Gets the value of the ownerTypeCode property.- Returns:
- possible object is
OwnerTypeCodeContentType
-
setOwnerTypeCode
Sets the value of the ownerTypeCode property.- Parameters:
value- allowed object isOwnerTypeCodeContentType
-