Package org.accellera.IPXACT_1685_2014
Class AbstractorType.AbstractorMode
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.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.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringgroupprotected AbstractorModeTypevalue
-
Constructor Summary
Constructors Constructor Description AbstractorMode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGroup()Gets the value of the group property.AbstractorModeTypegetValue()Mode for this abstractorvoidsetGroup(java.lang.String value)Sets the value of the group property.voidsetValue(AbstractorModeType value)Sets the value of the value property.
-
-
-
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
-
-
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 isAbstractorModeType
-
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 isString
-
-