Class FareListType.FareGroup
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.FareListType.FareGroup
- Enclosing class:
- FareListType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FareCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CodeType"/>
<element name="FareDetail" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}FareDetailType" maxOccurs="unbounded" minOccurs="0"/>
<element name="FareGroupID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<FareDetailType>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fareCode property.Gets the value of the fareDetail property.Gets the value of the fareGroupID property.voidsetFareCode(String value) Sets the value of the fareCode property.voidsetFareGroupID(String value) Sets the value of the fareGroupID property.
-
Field Details
-
fareCode
-
fareDetail
-
fareGroupID
-
-
Constructor Details
-
FareGroup
public FareGroup()
-
-
Method Details
-
getFareCode
Gets the value of the fareCode property.- Returns:
- possible object is
String
-
setFareCode
Sets the value of the fareCode property.- Parameters:
value- allowed object isString
-
getFareDetail
Gets the value of the fareDetail 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 fareDetail property.For example, to add a new item, do as follows:
getFareDetail().add(newItem);Objects of the following type(s) are allowed in the list
FareDetailType -
getFareGroupID
Gets the value of the fareGroupID property.- Returns:
- possible object is
String
-
setFareGroupID
Sets the value of the fareGroupID property.- Parameters:
value- allowed object isString
-