Class AbstractorType.AbstractorMode

  • Enclosing class:
    AbstractorType

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:49Z")
    public static class AbstractorType.AbstractorMode
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <simpleContent>
         <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>abstractorModeType">
           <attribute name="group" type="{http://www.w3.org/2001/XMLSchema}Name" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractorMode()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGroup()
      Gets the value of the group property.
      AbstractorModeType getValue()
      Mode for this abstractor
      void setGroup​(java.lang.String value)
      Sets the value of the group property.
      void setValue​(AbstractorModeType value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected AbstractorModeType value
      • group

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        protected java.lang.String group
    • Constructor Detail

      • AbstractorMode

        public AbstractorMode()
    • Method Detail

      • getValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public AbstractorModeType getValue()
        Mode for this abstractor
        Returns:
        possible object is AbstractorModeType
      • setValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setValue​(AbstractorModeType value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is AbstractorModeType
      • getGroup

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public java.lang.String getGroup()
        Gets the value of the group property.
        Returns:
        possible object is String
      • setGroup

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:49Z")
        public void setGroup​(java.lang.String value)
        Sets the value of the group property.
        Parameters:
        value - allowed object is String