public MultiModalOfferTypeTravelerCharacteristics() { this._ontologyExtension = new OntologyExtensionType(); this._detailInfo = new List <MultiModalOfferTypeTravelerCharacteristicsDetailInfo>(); this._classification = new MultiModalOfferTypeTravelerCharacteristicsClassification(); this._tripPurpose = new OntologyTripPurposeType(); }
public MultiModalOfferTypeTravelerCharacteristicsDetailInfoIdentification() { this._ontologyExtension = new OntologyExtensionType(); this._loyaltyProgram = new List <OntologyLoyaltyType>(); this._contact = new OntologyContactType(); this._address = new OntologyAddressType(); this._age = new OntologyAgeBirthDateType(); this._name = new OntologyNameType(); }
public MultiModalOfferTypeTripCharacteristics() { this._ontologyExtension = new OntologyExtensionType(); this._tripValue = new OntologyValueType(); this._transportation = new OntologyTransportationType(); this._lodging = new MultiModalOfferTypeTripCharacteristicsLodging(); this._activity = new OntologyActivityType(); this._animals = new MultiModalOfferTypeTripCharacteristicsAnimals(); this._baggage = new MultiModalOfferTypeTripCharacteristicsBaggage(); this._reservationStatus = new OntologyReservationStatusType(); this._priceAndPayment = new OntologyPaymentType(); this._location = new List <MultiModalOfferTypeTripCharacteristicsLocation>(); this._dateTimeDuration = new MultiModalOfferTypeTripCharacteristicsDateTimeDuration(); this._bookingMethod = new OntologyBookingMethodType(); this._mode = new OntologyTripModeType(); }
public OntologyOfferType() { this._ontologyExtension = new OntologyExtensionType(); this._offer = new List <OntologyOfferTypeOffer>(); }
public OntologyTravelerClassType() { this._ontologyExtension = new OntologyExtensionType(); this._passengerCategory = new List <OntologyTravelerClassTypePassengerCategory>(); this._ageCategory = new List <OntologyTravelerClassTypeAgeCategory>(); }
public OntologyBaggageType() { this._ontologyExtension = new OntologyExtensionType(); this._detail = new List <OntologyBaggageTypeDetail>(); this._totalWeight = new OntologyWeightType(); }
public OntologyValueType() { this._ontologyExtension = new OntologyExtensionType(); this._scoreBasis = new List <OntologyValueTypeScoreBasis>(); }
public MultiModalOfferTypeOntology() { this._ontologyExtension = new OntologyExtensionType(); this._compatibleWith = new List <MultiModalOfferTypeOntologyCompatibleWith>(); }