package org.knopflerfish.bundle.soap.desktop;

import java.util.*;

public interface XSDParent {
  public Iterator getChildren();
}


