Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class Foo {
  2. private int id;
  3. private Foo children;
  4.  
  5. //here default constructor and setter/getter for both (id and children)
  6. }
  7.  
  8. @WebMethod
  9. public boolean setTree(Foo foo) {
  10. //do something
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement