public ParentSample removeChildren() throws EntityNotFoundException { children.remove(); return this; }
public java.util.List<Sample> getChildren() throws EntityNotFoundException { return children.get(); }