Package org.accellera.IPXACT_1685_2014
Class ComplexBaseExpression
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ComplexBaseExpression
-
- Direct Known Subclasses:
Choices.Choice.Enumeration
,ConfigurableElementValue
,RealExpression
,SignedIntExpression
,SignedLongintExpression
,StringExpression
,StringURIExpression
,UnsignedBitExpression
,UnsignedBitVectorExpression
,UnsignedIntExpression
,UnsignedLongintExpression
,UnsignedPositiveIntExpression
,UnsignedPositiveLongintExpression
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public class ComplexBaseExpression extends java.lang.Object
Represents the base-type for an expressions.Java class for complexBaseExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="complexBaseExpression"> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>simpleBaseExpression"> <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 ComplexBaseExpression()
-
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()
Represents the base-type for an expressions, it forces a non whitespace value to be specified.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()
Represents the base-type for an expressions, it forces a non whitespace value to be specified.- 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
-
-