JaxMe2-problem!
Hi @ all!
I have just read in JaxMe2, which can make a Java-Class-structure created from an xml-scheme.
But i have a problem:
When i have an xml-element with mulitplicity >1 ("maxoccurs = unbounded") JaxMe2 creates a private instance-variable of type ArrayList to save types of this element.
JaxMe2 creates a get()-method to get this ArrayList of elements, but there is no add()- or set()-method to insert a new element into this list.
Has someone a solution for this problem?