Class RootGroup


  • public class RootGroup
    extends Group

    Java class for root-group complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="root-group">
       <complexContent>
         <extension base="{}group">
           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • type

        protected java.lang.String type
      • excludeRootType

        protected java.lang.Boolean excludeRootType
      • includeSubTypes

        protected java.lang.Boolean includeSubTypes
    • Constructor Detail

      • RootGroup

        public RootGroup()
    • Method Detail

      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • isExcludeRootType

        public boolean isExcludeRootType()
        Gets the value of the excludeRootType property.
        Returns:
        possible object is Boolean
      • setExcludeRootType

        public void setExcludeRootType​(java.lang.Boolean value)
        Sets the value of the excludeRootType property.
        Parameters:
        value - allowed object is Boolean
      • isIncludeSubTypes

        public boolean isIncludeSubTypes()
        Gets the value of the includeSubTypes property.
        Returns:
        possible object is Boolean
      • setIncludeSubTypes

        public void setIncludeSubTypes​(java.lang.Boolean value)
        Sets the value of the includeSubTypes property.
        Parameters:
        value - allowed object is Boolean