Re: [Newsml-toolkit-users] Problem with ProviderId
Brought to you by:
dcompton,
dmegginson
From: Enrique S. A. <esa...@it...> - 2003-05-26 12:36:59
|
> Hello, > > I have just started to use this library for composing NewsML documents. > However I have encountered a problem: when I have to set the ProviderId > element of a NewsIdentifier, I cannot find any way to do that; should > there not be a "setString" method or so in ProviderId class...? > However I am afraid that my problem is related to my newbie condition, > so I apologize if the question is too basic or something... anyway > thanks for reading my message and congratulations for the authors of > the newsml-toolkit. > > Regards, > Kike Oops, problem solved... the ProviderId class has a method named getName() which returns a Text object which I can modify, thus modifying the text of the provider. Thought the method was only giving me a copy of the Text object... Thanks anyway, Kike |