Package org.accellera.IPXACT_1685_2014
Class ComplexBitSteeringExpression
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ComplexBitSteeringExpression
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public class ComplexBitSteeringExpression extends java.lang.Object
Indicates whether bit steering should be used to map this interface onto a bus of different data width. Values are "on", "off" or an expression which resolves to an unsigned-bit where a '1' indicates "on" and a '0' indicates "off" (defaults to "off").Java class for complexBitSteeringExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="complexBitSteeringExpression"> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>simpleBitSteeringExpression"> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}any.att"/> <anyAttribute processContents='lax' namespace='##other'/> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
value
-
Constructor Summary
Constructors Constructor Description ComplexBitSteeringExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<javax.xml.namespace.QName,java.lang.String>
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.java.lang.String
getValue()
Indicates whether bit steering should be used to map this interface onto a bus of different data width.void
setValue(java.lang.String value)
Sets the value of the value property.
-
-
-
Method Detail
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getValue()
Indicates whether bit steering should be used to map this interface onto a bus of different data width. Values are "on", "off" (defaults to "off").- Returns:
- possible object is
String
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
-