コード例 #1
0
 /** Operation demanderAvis */
 public String demanderAvis(UnOfficeDeTourisme.Visite v)
     throws UnOfficeDeTourisme.AvisInvalideException {
   return _tie.demanderAvis(v);
 }
コード例 #2
0
 /** Read accessor for prenomT attribute */
 public String prenomT() {
   return _tie.prenomT();
 }
コード例 #3
0
 /** Read accessor for mailT attribute */
 public String mailT() {
   return _tie.mailT();
 }
コード例 #4
0
 /** Read accessor for nomT attribute */
 public String nomT() {
   return _tie.nomT();
 }