Пример #1
0
  public final TiersInformationsType modelToXml() {

    Calendar calendar = Calendar.getInstance();
    Date date = null;
    LocalTime localTime = new LocalTime();
    TiersInformationsType tiersInformations = TiersInformationsType.Factory.newInstance();
    int i = 0;

    tiersInformations.setTiersNom(this.tiersNom);

    tiersInformations.setTiersPrenom(this.tiersPrenom);

    tiersInformations.setTiersTelephone(this.tiersTelephone);

    return tiersInformations;
  }