public ScText newResultAirportCodeText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getResultAirportCodeAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newIdText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getIdAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newGpsReportDataIdText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getGpsReportDataIdAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newOperatorText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getOperatorAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newCarrierCodeNumberDisplayLabelText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getCarrierCodeNumberDisplayLabelAdaptor());
   e.setLabel(label);
   return e;
 }
예제 #6
0
 public ScText newEffectiveUtcTsText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getEffectiveUtcTsAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newNumberText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getNumberAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newApplicableItemCountText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getApplicableItemCountAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newPostNameText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getPostNameAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newCompleteItemCountText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getCompleteItemCountAdaptor());
   e.setLabel(label);
   return e;
 }
예제 #11
0
 public ScText newCreatedUtcTsText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getCreatedUtcTsAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newArrivalLocalTmText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getArrivalLocalTmAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newDepartureLocalTmText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getDepartureLocalTmAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newDestinationAirportCodeText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getDestinationAirportCodeAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newResultEffectiveLocalTsText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getResultEffectiveLocalTsAdaptor());
   e.setLabel(label);
   return e;
 }
예제 #16
0
 public ScText newCarrierCodeText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getCarrierCodeAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newSequenceText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getSequenceAdaptor());
   e.setLabel(label);
   return e;
 }
 public ScText newExpectedDeliverLocalTsText(String label) {
   ScText e;
   e = new ScText();
   e.setValue(getExpectedDeliverLocalTsAdaptor());
   e.setLabel(label);
   return e;
 }