Class ChoiceGT

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Element findChildElement​(String name)
      Convinience method which will search for the specified element within it's children.
      Element findChildElement​(String localName, URI namespaceURI)  
      ElementGrouping[] getChildren()
      This method returns a list of children which repreensts the options for the element which this choice is representing in an XML Schema.
      int getGrouping()
      Returns the mask informing the caller as to the type of object they are dealing with.
      String getId()
      The Schema ID for this choice definition.
      int getMaxOccurs()
      returns the max number of allowable occurences within the xml schema for this construct.
      int getMinOccurs()
      returns the min number of allowable occurences within the xml schema for this construct.
      • Methods inherited from class Object

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