Class ServiceBundleType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.ServiceBundleType
A set of services offered for sale as a single service.
Java class for ServiceBundleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceBundleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MaximumServiceQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}QtyType" minOccurs="0"/>
<element name="ServiceDefinitionRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maximumServiceQty property.Gets the value of the serviceDefinitionRefID property.voidsetMaximumServiceQty(QtyType value) Sets the value of the maximumServiceQty property.
-
Field Details
-
maximumServiceQty
-
serviceDefinitionRefID
-
-
Constructor Details
-
ServiceBundleType
public ServiceBundleType()
-
-
Method Details
-
getMaximumServiceQty
Gets the value of the maximumServiceQty property.- Returns:
- possible object is
QtyType
-
setMaximumServiceQty
Sets the value of the maximumServiceQty property.- Parameters:
value- allowed object isQtyType
-
getServiceDefinitionRefID
Gets the value of the serviceDefinitionRefID 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 serviceDefinitionRefID property.For example, to add a new item, do as follows:
getServiceDefinitionRefID().add(newItem);Objects of the following type(s) are allowed in the list
String
-