Class AggregatorType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.AggregatorType
An entity who distributes a Sellers shopping request to multiple Airlines and aggregates subsequent responses.
Java class for AggregatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AggregatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AggregatorID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type"/>
<element name="ContactInfoRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ProperNameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aggregatorID property.Gets the value of the contactInfoRefID property.getName()Gets the value of the name property.voidsetAggregatorID(String value) Sets the value of the aggregatorID property.voidSets the value of the name property.
-
Field Details
-
aggregatorID
-
contactInfoRefID
-
name
-
-
Constructor Details
-
AggregatorType
public AggregatorType()
-
-
Method Details
-
getAggregatorID
Gets the value of the aggregatorID property.- Returns:
- possible object is
String
-
setAggregatorID
Sets the value of the aggregatorID property.- Parameters:
value- allowed object isString
-
getContactInfoRefID
Gets the value of the contactInfoRefID 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 contactInfoRefID property.For example, to add a new item, do as follows:
getContactInfoRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-