Package org.accellera.IPXACT_1685_2014
Class RealExpression
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ComplexBaseExpression
-
- org.accellera.IPXACT_1685_2014.RealExpression
-
- Direct Known Subclasses:
ClockDriverType.ClockPeriod
,ClockDriverType.ClockPulseDuration
,ClockDriverType.ClockPulseOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public class RealExpression extends ComplexBaseExpression
A real which supports an expression value.Java class for realExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="realExpression"> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>complexBaseExpression"> <attribute name="minimum" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}double" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Double
maximum
protected java.lang.Double
minimum
-
Fields inherited from class org.accellera.IPXACT_1685_2014.ComplexBaseExpression
value
-
-
Constructor Summary
Constructors Constructor Description RealExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
getMaximum()
Gets the value of the maximum property.java.lang.Double
getMinimum()
Gets the value of the minimum property.void
setMaximum(java.lang.Double value)
Sets the value of the maximum property.void
setMinimum(java.lang.Double value)
Sets the value of the minimum property.-
Methods inherited from class org.accellera.IPXACT_1685_2014.ComplexBaseExpression
getOtherAttributes, getValue, setValue
-
-
-
-
Field Detail
-
minimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.Double minimum
-
maximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.Double maximum
-
-
Method Detail
-
getMinimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.Double getMinimum()
Gets the value of the minimum property.- Returns:
- possible object is
Double
-
setMinimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setMinimum(java.lang.Double value)
Sets the value of the minimum property.- Parameters:
value
- allowed object isDouble
-
getMaximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.Double getMaximum()
Gets the value of the maximum property.- Returns:
- possible object is
Double
-
setMaximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setMaximum(java.lang.Double value)
Sets the value of the maximum property.- Parameters:
value
- allowed object isDouble
-
-