baseEntity Data Type

The most basic entity type in our domain. We require that there is a location open to enter violations, so that this information can be returned to the client.

Namespace
(Default)
Schema
ns0.xsd
Subtypes
accountMigrationResponse, baseHibernateEntity, statusResponse, agentVasrInfo, transactionInfo, udidInfo, vasrSavingsInfo, history, obeSyncLog, reason, ticket, transaction, accountingSystem, agentCommission, agentCommissionStatement, agentCommissionStatementNote, agentCommissionStatementStatus, agentItinerarySetting, agentNote, airAgentNote, airClientContract, airClientContractFileLink, airJustification, airPortalAlert, airPortalAlertDismissed, airPortalAlertSeverity, airSegment, airVendor, airVendorAlliance, airVendorCommissionContract, airVendorCommissionLink, aircraftType, airportalClientContract, airportalNote, airportalSegment, airportalVendor, airselectAnalytic, airselectAnalyticCC, airselectErrorReport, airtineraryAnalytic, airtineraryAnalyticCC, analyticStatus, carAgentNote, carClass, carClientContract, carClientContractFileLink, carEquipment, carFeature, carJustification, carLocation, carRateCode, carSegment, carTransmission, carTypeCode, carVendor, city, classOfService, classOfServiceLevel, client, clientAirAvailabilitySetting, clientAttachment, clientBillingOptions, clientChildrenComposite, clientContact, clientContactInfo, clientContract, clientCustomAgencyContacts, clientCustomAgencyNumber, clientFeeContract, clientFlatFee, clientItinerarySetting, clientLocation, clientLogEntry, clientManager, clientMember, clientNote, clientNoteCategory, clientProfileField, clientProfileFieldCategory, clientProfileFieldSubcategory, clientProfileSelectValue, clientReporting, clientReportingCredentials, clientRiskManagement, clientServiceFee, clientSettings, clientSource, clientStatus, clientTravelPolicy, clientTravelPolicyAction, clientTravelPolicyApproval, clientTravelPolicyCar, clientTravelPolicyCarType, clientTravelPolicyCity, clientTravelPolicyPreference, clientTravelPolicyRemarks, clientTravelPolicyServiceClass, clientTravelPolicyStops, clientTravelPolicyUdid, clientTravelType, clientType, clientUdid, commission, concurAuthToken, contractAirType, contractType, country, credentials, creditCard, creditCardType, customLink, dashboard, dashboardLocation, emailCC, emailDesign, emailTemplate, employeeDirectoryProfile, encompassCredentials, exchangeRate, faq, faqCategory, feeJustification, feedback, feedbackAnswer, feedbackAnswerLabel, feedbackQuestion, feedbackStatus, fees, fileInfo, flightDelay, globalDistributionSystem, group, HRFeed, hotelAgentNote, hotelAttachmentQueue, hotelChainClientContract, hotelClientContract, hotelFamily, hotelJustification, hotelLocation, hotelLocationCode, hotelSegment, hotelVendor, importAnalytic, industry, internalNews, invoice, itinerary, itinerarySpendGoals, itinerarySpendSummary, itineraryStatus, logEntry, loginAttempts, marketingEmailContent, marketingEmailStatus, marketingEmailType, meal, notification, notificationCheckin, notificationMethod, notificationStatus, officeAppLink, officeBannerAd, officeItinerarySetting, officeProfileSettings, officeTravelPolicy, onlineBookingEngine, passengerInformation, payment, paymentForm, perDiemReimbursementRate, permission, proactiveTime, proactiveTimeActivity, proactiveTimeCategory, proactiveTimeGoals, profileAddressType, profileField, profileFieldGroup, profileFieldVisibility, profileImportAnalytic, profileInputType, profileUploadAnalytic, profileValue, profileValueEncrypted, profileValueGroup, profileValueUnencrypted, queue, queueAgentSortSetting, queueSortSetting, queueType, queueTypeOfficeDefault, quickLink, region, reservation, reservationStatus, reservationTax, reservationType, riskManagementVendor, role, SSOProtocol, samlConfig, seat, seatStatus, segmentStatus, serviceFeeAccrualFrequency, serviceFeeActivity, serviceFeeLaborer, serviceFeePayFrequency, serviceFeePayType, serviceFeeProduct, siteAnalytic, stopOver, ticketingAnalytic, ticketingAnalyticMessage, ticketingAnalyticReviewer, timeZone, tmcBannerAd, tmcItinerarySetting, tmcSettings, trainStation, trainVendor, travelManagementCompany, travelOption, travelOptionType, travelPolicy, travelPolicyAction, travelPolicyDisplay, travelPolicyOperator, travelPolicyQueue, travelPolicyRefundableOption, travelPolicyReviewer, travelPolicyRule, travelPolicyRuleClass, travelPolicyRuleType, travelPolicySummary, travelPolicyUnit, travelSegment, travelSegmentRemark, travelVendor, tripitAnalytic, udidReportCode, unclaimedCommission, user, userCurrentClient, userItinerarySetting, userRequest, userToWt0Task, username, vendorContact, virtualPayContact, virtualPaymentCard, virtualPaymentCredentials, virtualPaymentServiceType, visaType, voidLog, widget, widgetDashboard, widgetDashboardAbstract, wt0Task, itinerarySavingsDetail, itinerarySavingsSummary, monthlySummary, savingsType, valuelogicUdidInfo, valuelogicUdidNumber, valuelogicUdidService, airtineraryErrorReport, errorCode, errorReport, importErrorReport, midofficeErrorReport, profileImportError, profileUploadError, queueErrorReport, tripitErrorReport, jiraIssue, jiraProjectInfo, jiraVersion, travelAlert, travelAlertDestination, travelAlertNotification, travelAlertSeverity, travelAlertType, weatherForecast, domoDataSet, domoGroup, domoPolicy, domoUser, faxDocument, faxError, faxQueue, faxStatus, hubspotDeleteList, subCategory, ticketInfo, customFieldTemplate, hplDocument, hplEmail, hplLog, hplQueue, hplSettings, userDefinedFieldTemplate, advisorAward, advisorBanner, advisorDepartment, advisorDesignation, advisorDestination, advisorInterest, advisorInterestCategory, advisorProfile, advisorSchedule, advisorSpecialization, advisorSpecialty, advisorTestimonial, agentGroup, employeeInfo, employeeType, officeInfo, onlineSupportOffice, profileAirNumber, profileCarNumber, profileCreditCard, profileCustom, profileHotelNumber, profileUrl, profileUser, sapGroup, sapJob, sapStat, groupRequestTraveler, groupRequestTravelerLoyaltyProgram, groupRequestTravelerPassport, groupTraveler, groupTravelerType, travelGroup, travelGroupRequest, travelGroupRequestAttachmentUrl, travelGroupRequestDeparture, travelGroupRequestDestination, travelGroupRequestGround, travelGroupRequestGroundUrl, travelGroupRequestHotel, travelGroupRequestStatus, agentCommissionPojo, callInfo, clientUdidDisplay, profileGroupPojo, udidEditDetail, displayItinerary, clientDTO
Properties
name data type type namespace min/max occurs description
violations list of simpleViolation element 0/unbounded A list of constraint violations, if any, that this object has.

Example

<b----->
  <violations>
    <propertyName>...</propertyName>
    <failureMessage>...</failureMessage>
    <stackTrace>...</stackTrace>
  </violations>
</b----->