Class CreateOrderItemType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.CreateOrderItemType
Used for selling by value (long sells) rather than selling by reference.
Java class for CreateOrderItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateOrderItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OfferItemID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type"/>
<element name="OfferItemTimeLimits" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}OfferItemTimeLimitsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="OfferItemType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}OfferItemTypeType"/>
<element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}AirlineDesigCodeType"/>
<element name="OwnerTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}OwnerTypeCodeType" minOccurs="0"/>
<element name="WebAddressURI" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}UniformResourceID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<OfferItemTimeLimitsType>protected OfferItemTypeTypeprotected Stringprotected OwnerTypeCodeContentTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the offerItemID property.Gets the value of the offerItemTimeLimits property.Gets the value of the offerItemType property.Gets the value of the ownerCode property.Gets the value of the ownerTypeCode property.Gets the value of the webAddressURI property.voidsetOfferItemID(String value) Sets the value of the offerItemID property.voidSets the value of the offerItemType property.voidsetOwnerCode(String value) Sets the value of the ownerCode property.voidSets the value of the ownerTypeCode property.voidsetWebAddressURI(String value) Sets the value of the webAddressURI property.
-
Field Details
-
offerItemID
-
offerItemTimeLimits
-
offerItemType
-
ownerCode
-
ownerTypeCode
-
webAddressURI
-
-
Constructor Details
-
CreateOrderItemType
public CreateOrderItemType()
-
-
Method Details
-
getOfferItemID
Gets the value of the offerItemID property.- Returns:
- possible object is
String
-
setOfferItemID
Sets the value of the offerItemID property.- Parameters:
value- allowed object isString
-
getOfferItemTimeLimits
Gets the value of the offerItemTimeLimits property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the offerItemTimeLimits property.For example, to add a new item, do as follows:
getOfferItemTimeLimits().add(newItem);Objects of the following type(s) are allowed in the list
OfferItemTimeLimitsType -
getOfferItemType
Gets the value of the offerItemType property.- Returns:
- possible object is
OfferItemTypeType
-
setOfferItemType
Sets the value of the offerItemType property.- Parameters:
value- allowed object isOfferItemTypeType
-
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
-
getWebAddressURI
Gets the value of the webAddressURI property.- Returns:
- possible object is
String
-
setWebAddressURI
Sets the value of the webAddressURI property.- Parameters:
value- allowed object isString
-