Package org.accellera.IPXACT_1685_2014
Class FieldType.Testable
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.FieldType.Testable
-
- Enclosing class:
- FieldType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public static class FieldType.Testable 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.w3.org/2001/XMLSchema>boolean"> <attribute name="testConstraint" default="unconstrained"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="unconstrained"/> <enumeration value="restore"/> <enumeration value="writeAsRead"/> <enumeration value="readOnly"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringtestConstraintprotected booleanvalue
-
Constructor Summary
Constructors Constructor Description Testable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetTestConstraint()Gets the value of the testConstraint property.booleanisValue()Gets the value of the value property.voidsetTestConstraint(java.lang.String value)Sets the value of the testConstraint property.voidsetValue(boolean 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:45Z") protected boolean value
-
testConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected java.lang.String testConstraint
-
-
Method Detail
-
isValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public boolean isValue()Gets the value of the value property.
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setValue(boolean value)Sets the value of the value property.
-
getTestConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public java.lang.String getTestConstraint()Gets the value of the testConstraint property.- Returns:
- possible object is
String
-
setTestConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setTestConstraint(java.lang.String value)Sets the value of the testConstraint property.- Parameters:
value- allowed object isString
-
-