public class ComposedProductOperationCreationData extends AbstractOperationCreationData implements Serializable
Java class for composedProductOperationCreationData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Long |
advantageId |
protected Long |
itemId |
protected List<String> |
oneTimeCodes |
protected Long |
seatCategoryId |
protected List<SimpleProductOperationCreationData> |
simpleProductComposedOperations |
protected List<SingleEntryOperationAttributionData> |
singleEntryAttributionComposedOperations |
protected List<TransportProductOperationCreationData> |
transportProductComposedOperations |
audienceSubCategoryId, barcodes, baseProductOperationIds, checkPrice, contingentId, crossSellId, fileId, operationId, orderId, parentMovementIds, priceLevelId, quantity, questionnaireId, resaleMovementIds, reservationExpirationDate, seasonTicketOrMembershipMovementId, unitPriceAmount
Constructor and Description |
---|
ComposedProductOperationCreationData() |
Modifier and Type | Method and Description |
---|---|
Long |
getAdvantageId()
Gets the value of the advantageId property.
|
Long |
getItemId()
Gets the value of the itemId property.
|
List<String> |
getOneTimeCodes()
Gets the value of the oneTimeCodes property.
|
Long |
getSeatCategoryId()
Gets the value of the seatCategoryId property.
|
List<SimpleProductOperationCreationData> |
getSimpleProductComposedOperations()
Gets the value of the simpleProductComposedOperations property.
|
List<SingleEntryOperationAttributionData> |
getSingleEntryAttributionComposedOperations()
Gets the value of the singleEntryAttributionComposedOperations property.
|
List<TransportProductOperationCreationData> |
getTransportProductComposedOperations()
Gets the value of the transportProductComposedOperations property.
|
void |
setAdvantageId(Long value)
Sets the value of the advantageId property.
|
void |
setItemId(Long value)
Sets the value of the itemId property.
|
void |
setSeatCategoryId(Long value)
Sets the value of the seatCategoryId property.
|
getAudienceSubCategoryId, getBarcodes, getBaseProductOperationIds, getContingentId, getCrossSellId, getFileId, getOperationId, getOrderId, getParentMovementIds, getPriceLevelId, getQuantity, getQuestionnaireId, getResaleMovementIds, getReservationExpirationDate, getSeasonTicketOrMembershipMovementId, getUnitPriceAmount, isCheckPrice, setAudienceSubCategoryId, setCheckPrice, setContingentId, setCrossSellId, setFileId, setOperationId, setOrderId, setPriceLevelId, setQuantity, setQuestionnaireId, setReservationExpirationDate, setSeasonTicketOrMembershipMovementId, setUnitPriceAmount
protected Long advantageId
protected Long itemId
protected Long seatCategoryId
protected List<SimpleProductOperationCreationData> simpleProductComposedOperations
protected List<SingleEntryOperationAttributionData> singleEntryAttributionComposedOperations
protected List<TransportProductOperationCreationData> transportProductComposedOperations
public ComposedProductOperationCreationData()
public Long getAdvantageId()
Long
public void setAdvantageId(Long value)
value
- allowed object is
Long
public Long getItemId()
Long
public void setItemId(Long value)
value
- allowed object is
Long
public List<String> getOneTimeCodes()
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 set
method for the oneTimeCodes property.
For example, to add a new item, do as follows:
getOneTimeCodes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Long getSeatCategoryId()
Long
public void setSeatCategoryId(Long value)
value
- allowed object is
Long
public List<SimpleProductOperationCreationData> getSimpleProductComposedOperations()
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 set
method for the simpleProductComposedOperations property.
For example, to add a new item, do as follows:
getSimpleProductComposedOperations().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleProductOperationCreationData
public List<SingleEntryOperationAttributionData> getSingleEntryAttributionComposedOperations()
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 set
method for the singleEntryAttributionComposedOperations property.
For example, to add a new item, do as follows:
getSingleEntryAttributionComposedOperations().add(newItem);
Objects of the following type(s) are allowed in the list
SingleEntryOperationAttributionData
public List<TransportProductOperationCreationData> getTransportProductComposedOperations()
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 set
method for the transportProductComposedOperations property.
For example, to add a new item, do as follows:
getTransportProductComposedOperations().add(newItem);
Objects of the following type(s) are allowed in the list
TransportProductOperationCreationData
Copyright © 2021. All rights reserved.