Package org.accellera.IPXACT_1685_2014
Class WriteValueConstraintType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.WriteValueConstraintType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public class WriteValueConstraintType extends java.lang.ObjectA constraint on the values that can be written to this field. Absence of this element implies that any value that fits can be written to it.Java class for writeValueConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="writeValueConstraintType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="writeAsRead" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="useEnumeratedValues" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <sequence> <element name="minimum" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedBitVectorExpression"/> <element name="maximum" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedBitVectorExpression"/> </sequence> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected UnsignedBitVectorExpressionmaximumprotected UnsignedBitVectorExpressionminimumprotected java.lang.BooleanuseEnumeratedValuesprotected java.lang.BooleanwriteAsRead
-
Constructor Summary
Constructors Constructor Description WriteValueConstraintType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedBitVectorExpressiongetMaximum()Gets the value of the maximum property.UnsignedBitVectorExpressiongetMinimum()Gets the value of the minimum property.java.lang.BooleanisUseEnumeratedValues()Gets the value of the useEnumeratedValues property.java.lang.BooleanisWriteAsRead()Gets the value of the writeAsRead property.voidsetMaximum(UnsignedBitVectorExpression value)Sets the value of the maximum property.voidsetMinimum(UnsignedBitVectorExpression value)Sets the value of the minimum property.voidsetUseEnumeratedValues(java.lang.Boolean value)Sets the value of the useEnumeratedValues property.voidsetWriteAsRead(java.lang.Boolean value)Sets the value of the writeAsRead property.
-
-
-
Field Detail
-
writeAsRead
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected java.lang.Boolean writeAsRead
-
useEnumeratedValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected java.lang.Boolean useEnumeratedValues
-
minimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected UnsignedBitVectorExpression minimum
-
maximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected UnsignedBitVectorExpression maximum
-
-
Method Detail
-
isWriteAsRead
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public java.lang.Boolean isWriteAsRead()Gets the value of the writeAsRead property.- Returns:
- possible object is
Boolean
-
setWriteAsRead
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setWriteAsRead(java.lang.Boolean value)Sets the value of the writeAsRead property.- Parameters:
value- allowed object isBoolean
-
isUseEnumeratedValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public java.lang.Boolean isUseEnumeratedValues()Gets the value of the useEnumeratedValues property.- Returns:
- possible object is
Boolean
-
setUseEnumeratedValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setUseEnumeratedValues(java.lang.Boolean value)Sets the value of the useEnumeratedValues property.- Parameters:
value- allowed object isBoolean
-
getMinimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public UnsignedBitVectorExpression getMinimum()Gets the value of the minimum property.- Returns:
- possible object is
UnsignedBitVectorExpression
-
setMinimum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setMinimum(UnsignedBitVectorExpression value)Sets the value of the minimum property.- Parameters:
value- allowed object isUnsignedBitVectorExpression
-
getMaximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public UnsignedBitVectorExpression getMaximum()Gets the value of the maximum property.- Returns:
- possible object is
UnsignedBitVectorExpression
-
setMaximum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setMaximum(UnsignedBitVectorExpression value)Sets the value of the maximum property.- Parameters:
value- allowed object isUnsignedBitVectorExpression
-
-