public boolean matchesUspsDomesticSkeletonRouteId(Integer uspsDomesticSkeletonRouteId) {
   if (JwUtility.isNotEqual(_uspsDomesticSkeletonRouteId, uspsDomesticSkeletonRouteId))
     return false;
   return true;
 }
 public boolean matchesReceivedEdiMessageId(Integer receivedEdiMessageId) {
   if (JwUtility.isNotEqual(_receivedEdiMessageId, receivedEdiMessageId)) return false;
   return true;
 }
 public boolean matchesDomesticCandidateRouteId(Integer domesticCandidateRouteId) {
   if (JwUtility.isNotEqual(_domesticCandidateRouteId, domesticCandidateRouteId)) return false;
   return true;
 }
 public boolean matchesTravelPlanConfirmationId(Integer travelPlanConfirmationId) {
   if (JwUtility.isNotEqual(_travelPlanConfirmationId, travelPlanConfirmationId)) return false;
   return true;
 }