Class GroupGT

    • Constructor Summary

      Constructors 
      Constructor Description
      GroupGT​(String id, String name, URI namespace, ElementGrouping child, int min, int max)
      Creates a new GroupGT object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Element findChildElement​(String name1)
      Convinience method which will search for the specified element within it's children.
      Element findChildElement​(String localName, URI namespaceURI)  
      ElementGrouping getChild()
      Returns the Child Schema element (Choice or Sequence) declaring valid element sequences for this group.
      int getGrouping()
      Returns the mask informing the caller as to the type of object they are dealing with.
      String getId()
      The Group's declaration object id.
      int getMaxOccurs()
      The maximum number of times this group may appear in the instance document.
      int getMinOccurs()
      The minimum number of times this group may appear in the instance document.
      String getName()
      The group's name in the Schema document
      URI getNamespace()  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait