Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 40406 invoked from network); 16 May 2005 13:00:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 May 2005 13:00:44 -0000 Received: (qmail 66660 invoked by uid 500); 16 May 2005 11:54:30 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 66628 invoked by uid 500); 16 May 2005 11:54:29 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 66558 invoked by uid 99); 16 May 2005 11:54:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 16 May 2005 04:54:24 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E4A612F8 for ; Mon, 16 May 2005 13:54:06 +0200 (CEST) Message-ID: <333215163.1116244446934.JavaMail.jira@ajax.apache.org> Date: Mon, 16 May 2005 13:54:06 +0200 (CEST) From: "Dushshantha Chandradasa (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Closed: (AXISCPP-228) getter and setter methods should be generated as the Java version do In-Reply-To: <851135036.1098789403686.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-228?page=all ] Dushshantha Chandradasa closed AXISCPP-228: ------------------------------------------- Getter and setter methods are now autogenerated by the wsdl2ws tool. Still the attributes of the partucular generated class are defined as public variables in the header file. I didn't change this in to private variables. to do that change i have to make major modifications in code generation. I think it should be addressed as a seperate issue. For elements which belong to wsdl construct 'choice', setters automatically set other choice elements to NULL. > getter and setter methods should be generated as the Java version do > -------------------------------------------------------------------- > > Key: AXISCPP-228 > URL: http://issues.apache.org/jira/browse/AXISCPP-228 > Project: Axis-C++ > Type: Wish > Components: WSDL processing - RPC > Versions: 1.5 Alpha > Reporter: Geir Egil Hansen > Assignee: Dushshantha Chandradasa > Priority: Minor > > data hiding is of importance in C++ as well as in Java. So I should wish Axis C++ can generate getter and setter methods for the data members the same way as the Java version does -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira