<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?php
/**
 * Class which returns the class map definition
 * @package
 */
class ClassMap
{
    /**
     * Returns the mapping between the WSDL Structs and generated Structs' classes
     * This array is sent to the \SoapClient when calling the WS
     * @return string[]
     */
    final public static function get()
    {
        return array(
            'EVRN_UnitDescriptiveInfoRQ' =&gt; '\\StructType\\EVRN_UnitDescriptiveInfoRQ',
            'EVRN_BaseRQType' =&gt; '\\StructType\\EVRN_BaseRQType',
            'ArrayOfSourceType' =&gt; '\\ArrayType\\ArrayOfSourceType',
            'SourceType' =&gt; '\\StructType\\SourceType',
            'RequestorID' =&gt; '\\StructType\\RequestorID',
            'BookingChannelType' =&gt; '\\StructType\\BookingChannelType',
            'CompanyNameType' =&gt; '\\StructType\\CompanyNameType',
            'TravelArrangerType' =&gt; '\\StructType\\TravelArrangerType',
            'CompanyNamePrefType' =&gt; '\\StructType\\CompanyNamePrefType',
            'UnitResRequestType' =&gt; '\\StructType\\UnitResRequestType',
            'UniqueID_Type' =&gt; '\\StructType\\UniqueID_Type',
            'UnitReservationsType' =&gt; '\\StructType\\UnitReservationsType',
            'UnitReservationType' =&gt; '\\StructType\\UnitReservationType',
            'ArrayOfUnitStaysTypeUnitStay' =&gt; '\\ArrayType\\ArrayOfUnitStaysTypeUnitStay',
            'UnitStay' =&gt; '\\StructType\\UnitStay',
            'Reference' =&gt; '\\StructType\\Reference',
            'UnitStayType' =&gt; '\\StructType\\UnitStayType',
            'UnitInsuranceInfo' =&gt; '\\StructType\\UnitInsuranceInfo',
            'ArrayOfUnitStayTypeUnitRate' =&gt; '\\ArrayType\\ArrayOfUnitStayTypeUnitRate',
            'UnitRate' =&gt; '\\StructType\\UnitRate',
            'ArrayOfEVRN_AmountType' =&gt; '\\ArrayType\\ArrayOfEVRN_AmountType',
            'EVRN_AmountType' =&gt; '\\StructType\\EVRN_AmountType',
            'AdditionalGuestAmounts' =&gt; '\\StructType\\AdditionalGuestAmounts',
            'Discount' =&gt; '\\StructType\\Discount',
            'AdditionalCharges' =&gt; '\\StructType\\AdditionalCharges',
            'AdvanceBookingRestriction' =&gt; '\\StructType\\AdvanceBookingRestriction',
            'TotalType' =&gt; '\\StructType\\TotalType',
            'TaxesType' =&gt; '\\StructType\\TaxesType',
            'TaxType' =&gt; '\\StructType\\TaxType',
            'ParagraphType' =&gt; '\\StructType\\ParagraphType',
            'ListItem' =&gt; '\\StructType\\ListItem',
            'FormattedTextTextType' =&gt; '\\StructType\\FormattedTextTextType',
            'DiscountType' =&gt; '\\StructType\\DiscountType',
            'RateDiscountType' =&gt; '\\StructType\\RateDiscountType',
            'AdditionalGuestAmountType' =&gt; '\\StructType\\AdditionalGuestAmountType',
            'ArrayOfFeeType' =&gt; '\\ArrayType\\ArrayOfFeeType',
            'FeeType' =&gt; '\\StructType\\FeeType',
            'CommissionPolicyType' =&gt; '\\StructType\\CommissionPolicyType',
            'CancelPenaltiesType' =&gt; '\\StructType\\CancelPenaltiesType',
            'CancelPenaltyType' =&gt; '\\StructType\\CancelPenaltyType',
            'Deadline' =&gt; '\\StructType\\Deadline',
            'AmountPercentType' =&gt; '\\StructType\\AmountPercentType',
            'ArrayOfRequiredPaymentsTypeGuaranteePayment' =&gt; '\\ArrayType\\ArrayOfRequiredPaymentsTypeGuaranteePayment',
            'GuaranteePayment' =&gt; '\\StructType\\GuaranteePayment',
            'Address' =&gt; '\\StructType\\Address',
            'ArrayOfPaymentFormType' =&gt; '\\ArrayType\\ArrayOfPaymentFormType',
            'PaymentFormType' =&gt; '\\StructType\\PaymentFormType',
            'LoyaltyRedemption' =&gt; '\\StructType\\LoyaltyRedemption',
            'Voucher' =&gt; '\\StructType\\Voucher',
            'MiscChargeOrder' =&gt; '\\StructType\\MiscChargeOrder',
            'Cash' =&gt; '\\StructType\\Cash',
            'DirectBillType' =&gt; '\\StructType\\DirectBillType',
            'CompanyName' =&gt; '\\StructType\\CompanyName',
            'AddressInfoType' =&gt; '\\StructType\\AddressInfoType',
            'AddressType' =&gt; '\\StructType\\AddressType',
            'StreetNmbr' =&gt; '\\StructType\\StreetNmbr',
            'BldgRoom' =&gt; '\\StructType\\BldgRoom',
            'StreetNmbrType' =&gt; '\\StructType\\StreetNmbrType',
            'StateProvType' =&gt; '\\StructType\\StateProvType',
            'CountryNameType' =&gt; '\\StructType\\CountryNameType',
            'PaymentCardType' =&gt; '\\StructType\\PaymentCardType',
            'CardIssuerName' =&gt; '\\StructType\\CardIssuerName',
            'BankAcctType' =&gt; '\\StructType\\BankAcctType',
            'TPA_Extensions_Type' =&gt; '\\StructType\\TPA_Extensions_Type',
            'AdditionalChargeType' =&gt; '\\StructType\\AdditionalChargeType',
            'GuestCountType' =&gt; '\\StructType\\GuestCountType',
            'GuestCount' =&gt; '\\StructType\\GuestCount',
            'DateTimeSpanType' =&gt; '\\StructType\\DateTimeSpanType',
            'StartDateWindow' =&gt; '\\StructType\\StartDateWindow',
            'EndDateWindow' =&gt; '\\StructType\\EndDateWindow',
            'TimeInstantType' =&gt; '\\StructType\\TimeInstantType',
            'BasicUnitInfoType' =&gt; '\\StructType\\BasicUnitInfoType',
            'Position' =&gt; '\\StructType\\Position',
            'Award' =&gt; '\\StructType\\Award',
            'ArrayOfVendorMessageType' =&gt; '\\ArrayType\\ArrayOfVendorMessageType',
            'VendorMessageType' =&gt; '\\StructType\\VendorMessageType',
            'FormattedTextType' =&gt; '\\StructType\\FormattedTextType',
            'FormattedTextSubSectionType' =&gt; '\\StructType\\FormattedTextSubSectionType',
            'ArrayOfBasicUnitInfoTypeContactNumber' =&gt; '\\ArrayType\\ArrayOfBasicUnitInfoTypeContactNumber',
            'ContactNumber' =&gt; '\\StructType\\ContactNumber',
            'UnitAmenityType' =&gt; '\\StructType\\UnitAmenityType',
            'UnitStayCandidateType' =&gt; '\\StructType\\UnitStayCandidateType',
            'ArrayOfRoomCountType' =&gt; '\\ArrayType\\ArrayOfRoomCountType',
            'RoomCountType' =&gt; '\\StructType\\RoomCountType',
            'ArrayOfBedCountType' =&gt; '\\ArrayType\\ArrayOfBedCountType',
            'BedCountType' =&gt; '\\StructType\\BedCountType',
            'PetsPoliciesType' =&gt; '\\StructType\\PetsPoliciesType',
            'PetsPolicy' =&gt; '\\StructType\\PetsPolicy',
            'UnitValueMatchType' =&gt; '\\StructType\\UnitValueMatchType',
            'RateRange' =&gt; '\\StructType\\RateRange',
            'LastMinuteDiscountRangeType' =&gt; '\\StructType\\LastMinuteDiscountRangeType',
            'ArrayOfParagraphType' =&gt; '\\ArrayType\\ArrayOfParagraphType',
            'ArrayOfDamageWaiverOptionType' =&gt; '\\ArrayType\\ArrayOfDamageWaiverOptionType',
            'DamageWaiverOptionType' =&gt; '\\StructType\\DamageWaiverOptionType',
            'Coverage' =&gt; '\\StructType\\Coverage',
            'ArrayOfResGuestRPHsTypeResGuestRPH' =&gt; '\\ArrayType\\ArrayOfResGuestRPHsTypeResGuestRPH',
            'ResGuestRPH' =&gt; '\\StructType\\ResGuestRPH',
            'ArrayOfCommentTypeComment' =&gt; '\\ArrayType\\ArrayOfCommentTypeComment',
            'Comment' =&gt; '\\StructType\\Comment',
            'ArrayOfSpecialRequestTypeSpecialRequest' =&gt; '\\ArrayType\\ArrayOfSpecialRequestTypeSpecialRequest',
            'SpecialRequest' =&gt; '\\StructType\\SpecialRequest',
            'ArrayOfServiceRPHsTypeServiceRPH' =&gt; '\\ArrayType\\ArrayOfServiceRPHsTypeServiceRPH',
            'ServiceRPH' =&gt; '\\StructType\\ServiceRPH',
            'OverriddenUnitStayRateType' =&gt; '\\StructType\\OverriddenUnitStayRateType',
            'ArrayOfServicesTypeService' =&gt; '\\ArrayType\\ArrayOfServicesTypeService',
            'Service' =&gt; '\\StructType\\Service',
            'AmountType' =&gt; '\\StructType\\AmountType',
            'AdditionalCharge' =&gt; '\\StructType\\AdditionalCharge',
            'ResCommonDetailType' =&gt; '\\StructType\\ResCommonDetailType',
            'ArrayOfMembershipTypeMembership' =&gt; '\\ArrayType\\ArrayOfMembershipTypeMembership',
            'Membership' =&gt; '\\StructType\\Membership',
            'ArrayOfGuaranteeTypeGuaranteeAccepted' =&gt; '\\ArrayType\\ArrayOfGuaranteeTypeGuaranteeAccepted',
            'GuaranteeAccepted' =&gt; '\\StructType\\GuaranteeAccepted',
            'EVRN_ResGlobalInfoType' =&gt; '\\StructType\\EVRN_ResGlobalInfoType',
            'ArrayOfUnitReservationIDsTypeUnitReservationID' =&gt; '\\ArrayType\\ArrayOfUnitReservationIDsTypeUnitReservationID',
            'UnitReservationID' =&gt; '\\StructType\\UnitReservationID',
            'ArrayOfRoutingHopTypeRoutingHop' =&gt; '\\ArrayType\\ArrayOfRoutingHopTypeRoutingHop',
            'RoutingHop' =&gt; '\\StructType\\RoutingHop',
            'ArrayOfProfilesTypeProfileInfo' =&gt; '\\ArrayType\\ArrayOfProfilesTypeProfileInfo',
            'ProfileInfo' =&gt; '\\StructType\\ProfileInfo',
            'ProfileType' =&gt; '\\StructType\\ProfileType',
            'AccessesType' =&gt; '\\StructType\\AccessesType',
            'Access' =&gt; '\\StructType\\Access',
            'PersonNameType' =&gt; '\\StructType\\PersonNameType',
            'FreeTextType' =&gt; '\\StructType\\FreeTextType',
            'CertificationType' =&gt; '\\StructType\\CertificationType',
            'ErrorType' =&gt; '\\StructType\\ErrorType',
            'WarningType' =&gt; '\\StructType\\WarningType',
            'CommissionInfoType' =&gt; '\\StructType\\CommissionInfoType',
            'CustomerType' =&gt; '\\StructType\\CustomerType',
            'Telephone' =&gt; '\\StructType\\Telephone',
            'CitizenCountryName' =&gt; '\\StructType\\CitizenCountryName',
            'CustLoyalty' =&gt; '\\StructType\\CustLoyalty',
            'EmailType' =&gt; '\\StructType\\EmailType',
            'URL_Type' =&gt; '\\StructType\\URL_Type',
            'RelatedTravelerType' =&gt; '\\StructType\\RelatedTravelerType',
            'ContactPersonType' =&gt; '\\StructType\\ContactPersonType',
            'EmployeeInfoType' =&gt; '\\StructType\\EmployeeInfoType',
            'DocumentType' =&gt; '\\StructType\\DocumentType',
            'ArrayOfString' =&gt; '\\ArrayType\\ArrayOfString',
            'PreferencesType' =&gt; '\\StructType\\PreferencesType',
            'PrefCollection' =&gt; '\\StructType\\PrefCollection',
            'CommonPrefType' =&gt; '\\StructType\\CommonPrefType',
            'NamePrefType' =&gt; '\\StructType\\NamePrefType',
            'PhonePrefType' =&gt; '\\StructType\\PhonePrefType',
            'AddressPrefType' =&gt; '\\StructType\\AddressPrefType',
            'PaymentFormPrefType' =&gt; '\\StructType\\PaymentFormPrefType',
            'InterestPrefType' =&gt; '\\StructType\\InterestPrefType',
            'InsurancePrefType' =&gt; '\\StructType\\InsurancePrefType',
            'SeatingPrefType' =&gt; '\\StructType\\SeatingPrefType',
            'TicketDistribPrefType' =&gt; '\\StructType\\TicketDistribPrefType',
            'MediaEntertainPrefType' =&gt; '\\StructType\\MediaEntertainPrefType',
            'PetInfoPrefType' =&gt; '\\StructType\\PetInfoPrefType',
            'MealPrefType' =&gt; '\\StructType\\MealPrefType',
            'LoyaltyPrefType' =&gt; '\\StructType\\LoyaltyPrefType',
            'SpecRequestPrefType' =&gt; '\\StructType\\SpecRequestPrefType',
            'RelatedTravelerPrefType' =&gt; '\\StructType\\RelatedTravelerPrefType',
            'VehicleProfileRentalPrefType' =&gt; '\\StructType\\VehicleProfileRentalPrefType',
            'LoyaltyPref' =&gt; '\\StructType\\LoyaltyPref',
            'PaymentFormPref' =&gt; '\\StructType\\PaymentFormPref',
            'CoveragePref' =&gt; '\\StructType\\CoveragePref',
            'SpecialEquipPref' =&gt; '\\StructType\\SpecialEquipPref',
            'VehicleSpecialReqPrefType' =&gt; '\\StructType\\VehicleSpecialReqPrefType',
            'VehiclePrefType' =&gt; '\\StructType\\VehiclePrefType',
            'VehicleCoreType' =&gt; '\\StructType\\VehicleCoreType',
            'VehType' =&gt; '\\StructType\\VehType',
            'VehClass' =&gt; '\\StructType\\VehClass',
            'AirlinePrefType' =&gt; '\\StructType\\AirlinePrefType',
            'FareRestrictPref' =&gt; '\\StructType\\FareRestrictPref',
            'FlightTypePref' =&gt; '\\StructType\\FlightTypePref',
            'CabinPref' =&gt; '\\StructType\\CabinPref',
            'SeatPref' =&gt; '\\StructType\\SeatPref',
            'SSR_Pref' =&gt; '\\StructType\\SSR_Pref',
            'AirportPrefType' =&gt; '\\StructType\\AirportPrefType',
            'LocationType' =&gt; '\\StructType\\LocationType',
            'EquipmentTypePref' =&gt; '\\StructType\\EquipmentTypePref',
            'EquipmentType' =&gt; '\\StructType\\EquipmentType',
            'HotelPrefType' =&gt; '\\StructType\\HotelPrefType',
            'PropertyNamePrefType' =&gt; '\\StructType\\PropertyNamePrefType',
            'PropertyLocationPrefType' =&gt; '\\StructType\\PropertyLocationPrefType',
            'PropertyTypePrefType' =&gt; '\\StructType\\PropertyTypePrefType',
            'PropertyClassPrefType' =&gt; '\\StructType\\PropertyClassPrefType',
            'PropertyAmenityPrefType' =&gt; '\\StructType\\PropertyAmenityPrefType',
            'RoomAmenityPrefType' =&gt; '\\StructType\\RoomAmenityPrefType',
            'RoomLocationPrefType' =&gt; '\\StructType\\RoomLocationPrefType',
            'BedTypePrefType' =&gt; '\\StructType\\BedTypePrefType',
            'FoodSrvcPrefType' =&gt; '\\StructType\\FoodSrvcPrefType',
            'RecreationSrvcPrefType' =&gt; '\\StructType\\RecreationSrvcPrefType',
            'BusinessSrvcPrefType' =&gt; '\\StructType\\BusinessSrvcPrefType',
            'PersonalSrvcPrefType' =&gt; '\\StructType\\PersonalSrvcPrefType',
            'SecurityFeaturePrefType' =&gt; '\\StructType\\SecurityFeaturePrefType',
            'PhysChallFeaturePrefType' =&gt; '\\StructType\\PhysChallFeaturePrefType',
            'OtherSrvcPrefType' =&gt; '\\StructType\\OtherSrvcPrefType',
            'CompanyInfoType' =&gt; '\\StructType\\CompanyInfoType',
            'TelephoneInfoType' =&gt; '\\StructType\\TelephoneInfoType',
            'LoyaltyProgramType' =&gt; '\\StructType\\LoyaltyProgramType',
            'AffiliationsType' =&gt; '\\StructType\\AffiliationsType',
            'OrganizationType' =&gt; '\\StructType\\OrganizationType',
            'OrgMemberName' =&gt; '\\StructType\\OrgMemberName',
            'EmployerType' =&gt; '\\StructType\\EmployerType',
            'TravelClubType' =&gt; '\\StructType\\TravelClubType',
            'ClubMemberName' =&gt; '\\StructType\\ClubMemberName',
            'InsuranceType' =&gt; '\\StructType\\InsuranceType',
            'AgreementsType' =&gt; '\\StructType\\AgreementsType',
            'AllianceConsortiumType' =&gt; '\\StructType\\AllianceConsortiumType',
            'AllianceMember' =&gt; '\\StructType\\AllianceMember',
            'PropertyManagerType' =&gt; '\\StructType\\PropertyManagerType',
            'ServiceFeeType' =&gt; '\\StructType\\ServiceFeeType',
            'ResGlobalInfoType' =&gt; '\\StructType\\ResGlobalInfoType',
            'ArrayOfHotelReservationIDsTypeHotelReservationID' =&gt; '\\ArrayType\\ArrayOfHotelReservationIDsTypeHotelReservationID',
            'HotelReservationID' =&gt; '\\StructType\\HotelReservationID',
            'ArrayOfResGuestsTypeResGuest' =&gt; '\\ArrayType\\ArrayOfResGuestsTypeResGuest',
            'ResGuest' =&gt; '\\StructType\\ResGuest',
            'ArrayOfResGuestsTypeResGuestProfileRPH' =&gt; '\\ArrayType\\ArrayOfResGuestsTypeResGuestProfileRPH',
            'ProfileRPH' =&gt; '\\StructType\\ProfileRPH',
            'TransportInfoType' =&gt; '\\StructType\\TransportInfoType',
            'TransportInfo' =&gt; '\\StructType\\TransportInfo',
            'WrittenConfInstType' =&gt; '\\StructType\\WrittenConfInstType',
            'ArrayOfUnitDescriptiveInfoRequestType' =&gt; '\\ArrayType\\ArrayOfUnitDescriptiveInfoRequestType',
            'UnitDescriptiveInfoRequestType' =&gt; '\\StructType\\UnitDescriptiveInfoRequestType',
            'UnitInfo' =&gt; '\\StructType\\UnitInfo',
            'Policies' =&gt; '\\StructType\\Policies',
            'UnitReviews' =&gt; '\\StructType\\UnitReviews',
            'Promotions' =&gt; '\\StructType\\Promotions',
            'EVRN_UnitDescriptiveInfoRS' =&gt; '\\StructType\\EVRN_UnitDescriptiveInfoRS',
            'UnitDescriptiveContents' =&gt; '\\StructType\\UnitDescriptiveContents',
            'EVRN_BaseRSType' =&gt; '\\StructType\\EVRN_BaseRSType',
            'EVRN_UnitCalendarAvailBatchRSType' =&gt; '\\StructType\\EVRN_UnitCalendarAvailBatchRSType',
            'UnitCalendarAvails' =&gt; '\\StructType\\UnitCalendarAvails',
            'UnitCalendarAvailType' =&gt; '\\StructType\\UnitCalendarAvailType',
            'UnitCalendarAvailSegmentType' =&gt; '\\StructType\\UnitCalendarAvailSegmentType',
            'ArrayOfStayRequirementType' =&gt; '\\ArrayType\\ArrayOfStayRequirementType',
            'StayRequirementType' =&gt; '\\StructType\\StayRequirementType',
            'WarningsType' =&gt; '\\StructType\\WarningsType',
            'SuccessType' =&gt; '\\StructType\\SuccessType',
            'ErrorsType' =&gt; '\\StructType\\ErrorsType',
            'UnitResResponseType' =&gt; '\\StructType\\UnitResResponseType',
            'UnitDescriptiveContentType' =&gt; '\\StructType\\UnitDescriptiveContentType',
            'UnitInfoType' =&gt; '\\StructType\\UnitInfoType',
            'UnitName' =&gt; '\\StructType\\UnitName',
            'Descriptions' =&gt; '\\StructType\\Descriptions',
            'MultimediaDescriptions' =&gt; '\\StructType\\MultimediaDescriptions',
            'EVRN_CategoryCodesType' =&gt; '\\StructType\\EVRN_CategoryCodesType',
            'LocationCategory' =&gt; '\\StructType\\LocationCategory',
            'UnitCategory' =&gt; '\\StructType\\UnitCategory',
            'RoomInfo' =&gt; '\\StructType\\RoomInfo',
            'BedInfo' =&gt; '\\StructType\\BedInfo',
            'PropertyManagerCategory' =&gt; '\\StructType\\PropertyManagerCategory',
            'CustomCategoryGroupType' =&gt; '\\StructType\\CustomCategoryGroupType',
            'CustomCategoryType' =&gt; '\\StructType\\CustomCategoryType',
            'MultimediaDescriptionsType' =&gt; '\\StructType\\MultimediaDescriptionsType',
            'MultimediaDescriptionType' =&gt; '\\StructType\\MultimediaDescriptionType',
            'VideoItems' =&gt; '\\StructType\\VideoItems',
            'TextItemsType' =&gt; '\\StructType\\TextItemsType',
            'TextItem' =&gt; '\\StructType\\TextItem',
            'TextDescriptionType' =&gt; '\\StructType\\TextDescriptionType',
            'Description' =&gt; '\\StructType\\Description',
            'ImageItemsType' =&gt; '\\StructType\\ImageItemsType',
            'ImageItem' =&gt; '\\StructType\\ImageItem',
            'ImageDescriptionType' =&gt; '\\StructType\\ImageDescriptionType',
            'ImageFormat' =&gt; '\\StructType\\ImageFormat',
            'ImageItemType' =&gt; '\\StructType\\ImageItemType',
            'VideoItemsType' =&gt; '\\StructType\\VideoItemsType',
            'VideoItem' =&gt; '\\StructType\\VideoItem',
            'VideoDescriptionType' =&gt; '\\StructType\\VideoDescriptionType',
            'VideoFormat' =&gt; '\\StructType\\VideoFormat',
            'VideoItemType' =&gt; '\\StructType\\VideoItemType',
            'ArrayOfUnitInfoTypeService' =&gt; '\\ArrayType\\ArrayOfUnitInfoTypeService',
            'DescriptiveText' =&gt; '\\StructType\\DescriptiveText',
            'RelativePositionType' =&gt; '\\StructType\\RelativePositionType',
            'TransportationsType' =&gt; '\\StructType\\TransportationsType',
            'ArrayOfTransportationTypeTransportation' =&gt; '\\ArrayType\\ArrayOfTransportationTypeTransportation',
            'Transportation' =&gt; '\\StructType\\Transportation',
            'OperationSchedulesType' =&gt; '\\StructType\\OperationSchedulesType',
            'OperationScheduleType' =&gt; '\\StructType\\OperationScheduleType',
            'ArrayOfOperationScheduleTypeOperationTime' =&gt; '\\ArrayType\\ArrayOfOperationScheduleTypeOperationTime',
            'OperationTime' =&gt; '\\StructType\\OperationTime',
            'OperationSchedulePlusChargeType' =&gt; '\\StructType\\OperationSchedulePlusChargeType',
            'ArrayOfOperationSchedulesPlusChargeTypeOperationSchedule' =&gt; '\\ArrayType\\ArrayOfOperationSchedulesPlusChargeTypeOperationSchedule',
            'OperationSchedule' =&gt; '\\StructType\\OperationSchedule',
            'ArrayOfFeaturesTypeFeature' =&gt; '\\ArrayType\\ArrayOfFeaturesTypeFeature',
            'Feature' =&gt; '\\StructType\\Feature',
            'Charge' =&gt; '\\StructType\\Charge',
            'ArrayOfRateRangeType' =&gt; '\\ArrayType\\ArrayOfRateRangeType',
            'RateRangeType' =&gt; '\\StructType\\RateRangeType',
            'DistributionType' =&gt; '\\StructType\\DistributionType',
            'SettingsType' =&gt; '\\StructType\\SettingsType',
            'ShowExactLocationType' =&gt; '\\StructType\\ShowExactLocationType',
            'ArrayOfEVRN_PoliciesTypePolicy' =&gt; '\\ArrayType\\ArrayOfEVRN_PoliciesTypePolicy',
            'Policy' =&gt; '\\StructType\\Policy',
            'PolicyInfo' =&gt; '\\StructType\\PolicyInfo',
            'CommissionPoliciesType' =&gt; '\\StructType\\CommissionPoliciesType',
            'UnitReviewsType' =&gt; '\\StructType\\UnitReviewsType',
            'UnitReviewType' =&gt; '\\StructType\\UnitReviewType',
            'ReviewScoreType' =&gt; '\\StructType\\ReviewScoreType',
            'ReviewCommentType' =&gt; '\\StructType\\ReviewCommentType',
            'ManagerResponseType' =&gt; '\\StructType\\ManagerResponseType',
            'PropertyManagerReviewType' =&gt; '\\StructType\\PropertyManagerReviewType',
            'PromotionsType' =&gt; '\\StructType\\PromotionsType',
            'EVRN_UnitSearchRQ' =&gt; '\\StructType\\EVRN_UnitSearchRQ',
            'UnitSearchCriteriaType' =&gt; '\\StructType\\UnitSearchCriteriaType',
            'UnitSearchCriterionType' =&gt; '\\StructType\\UnitSearchCriterionType',
            'ItemSearchCriterionType' =&gt; '\\StructType\\ItemSearchCriterionType',
            'UnitRef' =&gt; '\\StructType\\UnitRef',
            'Radius' =&gt; '\\StructType\\Radius',
            'RegionType' =&gt; '\\StructType\\RegionType',
            'RegionIdentifierType' =&gt; '\\StructType\\RegionIdentifierType',
            'EVRN_UnitSearchRS' =&gt; '\\StructType\\EVRN_UnitSearchRS',
            'Units' =&gt; '\\StructType\\Units',
            'Areas' =&gt; '\\StructType\\Areas',
            'UnitsType' =&gt; '\\StructType\\UnitsType',
            'SearchAreaType' =&gt; '\\StructType\\SearchAreaType',
            'UnitCount' =&gt; '\\StructType\\UnitCount',
            'AreaType' =&gt; '\\StructType\\AreaType',
            'EVRN_UnitCalendarAvailRQ' =&gt; '\\StructType\\EVRN_UnitCalendarAvailRQ',
            'EVRN_UnitCalendarAvailRS' =&gt; '\\StructType\\EVRN_UnitCalendarAvailRS',
            'UnitCalendarAvailSegments' =&gt; '\\StructType\\UnitCalendarAvailSegments',
            'UnitCalendarAvailSegment' =&gt; '\\StructType\\UnitCalendarAvailSegment',
            'EVRN_UnitStayRQ' =&gt; '\\StructType\\EVRN_UnitStayRQ',
            'DepositPayments' =&gt; '\\StructType\\DepositPayments',
            'CancelPenalties' =&gt; '\\StructType\\CancelPenalties',
            'BasicUnitInfo' =&gt; '\\StructType\\BasicUnitInfo',
            'RentalAgreement' =&gt; '\\StructType\\RentalAgreement',
            'EVRN_UnitStayRS' =&gt; '\\StructType\\EVRN_UnitStayRS',
            'EVRN_UnitReadRQ' =&gt; '\\StructType\\EVRN_UnitReadRQ',
            'ReadRequests' =&gt; '\\StructType\\ReadRequests',
            'ReadRequest' =&gt; '\\StructType\\ReadRequest',
            'GlobalReservationReadRequest' =&gt; '\\StructType\\GlobalReservationReadRequest',
            'VerificationType' =&gt; '\\StructType\\VerificationType',
            'PersonName' =&gt; '\\StructType\\PersonName',
            'TelephoneInfo' =&gt; '\\StructType\\TelephoneInfo',
            'ReservationTimeSpan' =&gt; '\\StructType\\ReservationTimeSpan',
            'AssociatedQuantity' =&gt; '\\StructType\\AssociatedQuantity',
            'StartLocation' =&gt; '\\StructType\\StartLocation',
            'EndLocation' =&gt; '\\StructType\\EndLocation',
            'EVRN_UnitInquiryRQ' =&gt; '\\StructType\\EVRN_UnitInquiryRQ',
            'ArrayOfInquiryRequestType' =&gt; '\\ArrayType\\ArrayOfInquiryRequestType',
            'InquiryRequestType' =&gt; '\\StructType\\InquiryRequestType',
            'Contact' =&gt; '\\StructType\\Contact',
            'Source' =&gt; '\\StructType\\Source',
            'EVRN_UnitInquiryRS' =&gt; '\\StructType\\EVRN_UnitInquiryRS',
            'EVRN_UnitCalendarAvailBatchRQ' =&gt; '\\StructType\\EVRN_UnitCalendarAvailBatchRQ',
            'ArrayOfCalendarAvailType' =&gt; '\\ArrayType\\ArrayOfCalendarAvailType',
            'CalendarAvailType' =&gt; '\\StructType\\CalendarAvailType',
            'EVRN_CampaignRQ' =&gt; '\\StructType\\EVRN_CampaignRQ',
            'ArrayOfCampaignRequestType' =&gt; '\\ArrayType\\ArrayOfCampaignRequestType',
            'CampaignRequestType' =&gt; '\\StructType\\CampaignRequestType',
            'EVRN_CampaignRS' =&gt; '\\StructType\\EVRN_CampaignRS',
            'Campaigns' =&gt; '\\StructType\\Campaigns',
            'CampaignType' =&gt; '\\StructType\\CampaignType',
            'CampaignKeywordReferralType' =&gt; '\\StructType\\CampaignKeywordReferralType',
            'EVRN_PropertyManagerRQ' =&gt; '\\StructType\\EVRN_PropertyManagerRQ',
            'PropertyManagerRequests' =&gt; '\\StructType\\PropertyManagerRequests',
            'PropertyManagerRequestType' =&gt; '\\StructType\\PropertyManagerRequestType',
            'EVRN_PropertyManagerRS' =&gt; '\\StructType\\EVRN_PropertyManagerRS',
            'PropertyManagers' =&gt; '\\StructType\\PropertyManagers',
            'EVRN_UnitHoldRQ' =&gt; '\\StructType\\EVRN_UnitHoldRQ',
            'EVRN_UnitHoldRS' =&gt; '\\StructType\\EVRN_UnitHoldRS',
            'UnitHolds' =&gt; '\\StructType\\UnitHolds',
            'EVRN_ReservationCancelRQ' =&gt; '\\StructType\\EVRN_ReservationCancelRQ',
            'EVRN_ReservationCancelRS' =&gt; '\\StructType\\EVRN_ReservationCancelRS',
            'EVRN_ReservationUpdateRQ' =&gt; '\\StructType\\EVRN_ReservationUpdateRQ',
            'EVRN_ReservationUpdateRS' =&gt; '\\StructType\\EVRN_ReservationUpdateRS',
            'ReservationUpdate' =&gt; '\\StructType\\ReservationUpdate',
            'ArrayOfReservationUpdateUnitRate' =&gt; '\\ArrayType\\ArrayOfReservationUpdateUnitRate',
        );
    }
}
</pre></body></html>