public JwStringValidator newContractedCarrierCodeValidator() { JwStringValidator e = new JwStringValidator(); e.setMinimumLength(2); e.setMaximumLength(3); e.setAllowsLetters(true); e.setAllowsDigits(true); e.setAllowsSymbols(true); e.setModel("consignmentFlight"); e.setField("contractedCarrierCode"); return e; }
public JwStringValidator newOriginAirportCodeValidator() { JwStringValidator e = new JwStringValidator(); e.setMinimumLength(3); e.setMaximumLength(3); e.setAllowsLetters(true); e.setAllowsDigits(true); e.setAllowsSymbols(true); e.setModel("uspsDomesticFishingOfferMarketVo"); e.setField("originAirportCode"); return e; }
public JwStringValidator newDispatchSerialNumberValidator() { JwStringValidator e = new JwStringValidator(); e.setMinimumLength(4); e.setMaximumLength(4); e.setAllowsLetters(true); e.setAllowsDigits(true); e.setAllowsSymbols(true); e.setModel("itemDispatchSummaryVo"); e.setField("dispatchSerialNumber"); return e; }
public JwStringValidator newCodeIcaoValidator() { JwStringValidator e = new JwStringValidator(); e.setMinimumLength(0); e.setMaximumLength(3); e.setAllowsLetters(true); e.setAllowsDigits(true); e.setAllowsSymbols(true); e.setModel("globalCarrier"); e.setField("codeIcao"); return e; }
public JwStringValidator newDestinationOfficeOfExchangeQualifierValidator() { JwStringValidator e = new JwStringValidator(); e.setMinimumLength(1); e.setMaximumLength(1); e.setAllowsLetters(true); e.setAllowsDigits(true); e.setAllowsSymbols(true); e.setModel("itemDispatchSummaryVo"); e.setField("destinationOfficeOfExchangeQualifier"); return e; }
public JwStringValidator newMailSubclassValidator() { JwStringValidator e = new JwStringValidator(); e.setMinimumLength(2); e.setMaximumLength(2); e.setAllowsLetters(true); e.setAllowsDigits(true); e.setAllowsSymbols(true); e.setModel("itemDispatchSummaryVo"); e.setField("mailSubclass"); return e; }
public JwStringValidator newDestinationLocationCodeValidator() { JwStringValidator e = new JwStringValidator(); e.setMinimumLength(3); e.setMaximumLength(3); e.setAllowsLetters(true); e.setAllowsDigits(true); e.setAllowsSymbols(true); e.setModel("itemDispatchSummaryVo"); e.setField("destinationLocationCode"); return e; }
public JwStringValidator newOriginCountryCodeValidator() { JwStringValidator e = new JwStringValidator(); e.setMinimumLength(2); e.setMaximumLength(2); e.setAllowsLetters(true); e.setAllowsDigits(true); e.setAllowsSymbols(true); e.setModel("itemDispatchSummaryVo"); e.setField("originCountryCode"); return e; }
public JwStringValidator newHandoverDestinationLocationAgencyValidator() { JwStringValidator e = new JwStringValidator(); e.setMinimumLength(0); e.setMaximumLength(3); e.setAllowsLetters(true); e.setAllowsDigits(true); e.setAllowsSymbols(true); e.setModel("consignment"); e.setField("handoverDestinationLocationAgency"); return e; }
public JwStringValidator newExpectedCarrierDestinationAirportCodeValidator() { JwStringValidator e = new JwStringValidator(); e.setMinimumLength(3); e.setMaximumLength(3); e.setAllowsLetters(true); e.setAllowsDigits(true); e.setAllowsSymbols(true); e.setModel("consignment"); e.setField("expectedCarrierDestinationAirportCode"); return e; }
public JwStringValidator newInterestedPartyRuleConcernedPartyCarrierCodeValidator() { JwStringValidator e = new JwStringValidator(); e.setMinimumLength(2); e.setMaximumLength(3); e.setAllowsLetters(true); e.setAllowsDigits(true); e.setAllowsSymbols(true); e.setModel("interestedPartyRuleTmp"); e.setField("interestedPartyRuleConcernedPartyCarrierCode"); return e; }
public JwStringValidator newScheduledDestinationAirportCodeValidator() { JwStringValidator e = new JwStringValidator(); e.setMinimumLength(3); e.setMaximumLength(3); e.setAllowsLetters(true); e.setAllowsDigits(true); e.setAllowsSymbols(true); e.setModel("consignmentFlight"); e.setField("scheduledDestinationAirportCode"); e.setRequired(); return e; }