0 Replies Latest reply on Jan 23, 2008 9:11 AM by zeeshan.javeed

    Java List , and Boolean Methods

    zeeshan.javeed

      Hi,

      The wsconsume tool generate not setter method for Arrays. Instead there is a getter method for List.
      Its obvious we can use that method in order to get list and manipulate array as well, but question is
      Can we force the generated code to use array not List ?
      Can we get Settter mETHOD for Arrays or List. ?

      Similarly, there is not getMthod for Boolean but alternatively with "is". Can we force here to generate the getter method with name getBoolean ???

      Regards,
      Zeeshan .