Package org.accellera.IPXACT_1685_2014
Class FieldType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.FieldType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class FieldType extends java.lang.ObjectA field within a registerJava class for fieldType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fieldType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}nameGroup"/> <element name="accessHandles" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <element name="accessHandle" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}nonIndexedLeafAccessHandle"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/> <element name="bitOffset" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedIntExpression"/> <element name="resets" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}reset" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <group ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}fieldDefinitionGroup"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}parameters" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}vendorExtensions" minOccurs="0"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> <attribute name="fieldID" type="{http://www.w3.org/2001/XMLSchema}Name" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldType.AccessHandlesJava class for anonymous complex type.static classFieldType.ModifiedWriteValueJava class for anonymous complex type.static classFieldType.ReadActionJava class for anonymous complex type.static classFieldType.ResetsJava class for anonymous complex type.static classFieldType.TestableJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean_volatileprotected AccessTypeaccessprotected FieldType.AccessHandlesaccessHandlesprotected UnsignedIntExpressionbitOffsetprotected UnsignedPositiveIntExpressionbitWidthprotected java.lang.Stringdescriptionprotected java.lang.StringdisplayNameprotected EnumeratedValuesenumeratedValuesprotected java.lang.StringfieldIDprotected java.lang.Stringidprotected UnsignedBitExpressionisPresentprotected FieldType.ModifiedWriteValuemodifiedWriteValueprotected java.lang.Stringnameprotected Parametersparametersprotected FieldType.ReadActionreadActionprotected UnsignedBitExpressionreservedprotected FieldType.Resetsresetsprotected FieldType.Testabletestableprotected java.lang.StringtypeIdentifierprotected VendorExtensionsvendorExtensionsprotected WriteValueConstraintTypewriteValueConstraint
-
Constructor Summary
Constructors Constructor Description FieldType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessTypegetAccess()Gets the value of the access property.FieldType.AccessHandlesgetAccessHandles()Gets the value of the accessHandles property.UnsignedIntExpressiongetBitOffset()Gets the value of the bitOffset property.UnsignedPositiveIntExpressiongetBitWidth()Gets the value of the bitWidth property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDisplayName()Gets the value of the displayName property.EnumeratedValuesgetEnumeratedValues()Gets the value of the enumeratedValues property.java.lang.StringgetFieldID()Gets the value of the fieldID property.java.lang.StringgetId()Gets the value of the id property.UnsignedBitExpressiongetIsPresent()Gets the value of the isPresent property.FieldType.ModifiedWriteValuegetModifiedWriteValue()Gets the value of the modifiedWriteValue property.java.lang.StringgetName()Gets the value of the name property.ParametersgetParameters()Gets the value of the parameters property.FieldType.ReadActiongetReadAction()Gets the value of the readAction property.UnsignedBitExpressiongetReserved()Gets the value of the reserved property.FieldType.ResetsgetResets()Gets the value of the resets property.FieldType.TestablegetTestable()Gets the value of the testable property.java.lang.StringgetTypeIdentifier()Gets the value of the typeIdentifier property.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.WriteValueConstraintTypegetWriteValueConstraint()Gets the value of the writeValueConstraint property.java.lang.BooleanisVolatile()Indicates whether the data is volatile.voidsetAccess(AccessType value)Sets the value of the access property.voidsetAccessHandles(FieldType.AccessHandles value)Sets the value of the accessHandles property.voidsetBitOffset(UnsignedIntExpression value)Sets the value of the bitOffset property.voidsetBitWidth(UnsignedPositiveIntExpression value)Sets the value of the bitWidth property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDisplayName(java.lang.String value)Sets the value of the displayName property.voidsetEnumeratedValues(EnumeratedValues value)Sets the value of the enumeratedValues property.voidsetFieldID(java.lang.String value)Sets the value of the fieldID property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.voidsetModifiedWriteValue(FieldType.ModifiedWriteValue value)Sets the value of the modifiedWriteValue property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetParameters(Parameters value)Sets the value of the parameters property.voidsetReadAction(FieldType.ReadAction value)Sets the value of the readAction property.voidsetReserved(UnsignedBitExpression value)Sets the value of the reserved property.voidsetResets(FieldType.Resets value)Sets the value of the resets property.voidsetTestable(FieldType.Testable value)Sets the value of the testable property.voidsetTypeIdentifier(java.lang.String value)Sets the value of the typeIdentifier property.voidsetVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.voidsetVolatile(java.lang.Boolean value)Sets the value of the volatile property.voidsetWriteValueConstraint(WriteValueConstraintType value)Sets the value of the writeValueConstraint property.
-
-
-
Field Detail
-
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String name
-
displayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String displayName
-
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String description
-
accessHandles
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected FieldType.AccessHandles accessHandles
-
isPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected UnsignedBitExpression isPresent
-
bitOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected UnsignedIntExpression bitOffset
-
resets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected FieldType.Resets resets
-
typeIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String typeIdentifier
-
bitWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected UnsignedPositiveIntExpression bitWidth
-
_volatile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.Boolean _volatile
-
access
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected AccessType access
-
enumeratedValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected EnumeratedValues enumeratedValues
-
modifiedWriteValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected FieldType.ModifiedWriteValue modifiedWriteValue
-
writeValueConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected WriteValueConstraintType writeValueConstraint
-
readAction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected FieldType.ReadAction readAction
-
testable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected FieldType.Testable testable
-
reserved
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected UnsignedBitExpression reserved
-
parameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected Parameters parameters
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected VendorExtensions vendorExtensions
-
fieldID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String fieldID
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String id
-
-
Method Detail
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDisplayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getDisplayName()Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setDisplayName(java.lang.String value)Sets the value of the displayName property.- Parameters:
value- allowed object isString
-
getDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getDescription()Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setDescription(java.lang.String value)Sets the value of the description property.- Parameters:
value- allowed object isString
-
getAccessHandles
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public FieldType.AccessHandles getAccessHandles()Gets the value of the accessHandles property.- Returns:
- possible object is
FieldType.AccessHandles
-
setAccessHandles
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setAccessHandles(FieldType.AccessHandles value)Sets the value of the accessHandles property.- Parameters:
value- allowed object isFieldType.AccessHandles
-
getIsPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public UnsignedBitExpression getIsPresent()Gets the value of the isPresent property.- Returns:
- possible object is
UnsignedBitExpression
-
setIsPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.- Parameters:
value- allowed object isUnsignedBitExpression
-
getBitOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public UnsignedIntExpression getBitOffset()Gets the value of the bitOffset property.- Returns:
- possible object is
UnsignedIntExpression
-
setBitOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setBitOffset(UnsignedIntExpression value)Sets the value of the bitOffset property.- Parameters:
value- allowed object isUnsignedIntExpression
-
getResets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public FieldType.Resets getResets()Gets the value of the resets property.- Returns:
- possible object is
FieldType.Resets
-
setResets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setResets(FieldType.Resets value)Sets the value of the resets property.- Parameters:
value- allowed object isFieldType.Resets
-
getTypeIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getTypeIdentifier()Gets the value of the typeIdentifier property.- Returns:
- possible object is
String
-
setTypeIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setTypeIdentifier(java.lang.String value)Sets the value of the typeIdentifier property.- Parameters:
value- allowed object isString
-
getBitWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public UnsignedPositiveIntExpression getBitWidth()Gets the value of the bitWidth property.- Returns:
- possible object is
UnsignedPositiveIntExpression
-
setBitWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setBitWidth(UnsignedPositiveIntExpression value)Sets the value of the bitWidth property.- Parameters:
value- allowed object isUnsignedPositiveIntExpression
-
isVolatile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.Boolean isVolatile()Indicates whether the data is volatile. The presumed value is 'false' if not present.- Returns:
- possible object is
Boolean
-
setVolatile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setVolatile(java.lang.Boolean value)Sets the value of the volatile property.- Parameters:
value- allowed object isBoolean
-
getAccess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public AccessType getAccess()Gets the value of the access property.- Returns:
- possible object is
AccessType
-
setAccess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setAccess(AccessType value)Sets the value of the access property.- Parameters:
value- allowed object isAccessType
-
getEnumeratedValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public EnumeratedValues getEnumeratedValues()Gets the value of the enumeratedValues property.- Returns:
- possible object is
EnumeratedValues
-
setEnumeratedValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setEnumeratedValues(EnumeratedValues value)Sets the value of the enumeratedValues property.- Parameters:
value- allowed object isEnumeratedValues
-
getModifiedWriteValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public FieldType.ModifiedWriteValue getModifiedWriteValue()Gets the value of the modifiedWriteValue property.- Returns:
- possible object is
FieldType.ModifiedWriteValue
-
setModifiedWriteValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setModifiedWriteValue(FieldType.ModifiedWriteValue value)Sets the value of the modifiedWriteValue property.- Parameters:
value- allowed object isFieldType.ModifiedWriteValue
-
getWriteValueConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public WriteValueConstraintType getWriteValueConstraint()Gets the value of the writeValueConstraint property.- Returns:
- possible object is
WriteValueConstraintType
-
setWriteValueConstraint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setWriteValueConstraint(WriteValueConstraintType value)Sets the value of the writeValueConstraint property.- Parameters:
value- allowed object isWriteValueConstraintType
-
getReadAction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public FieldType.ReadAction getReadAction()Gets the value of the readAction property.- Returns:
- possible object is
FieldType.ReadAction
-
setReadAction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setReadAction(FieldType.ReadAction value)Sets the value of the readAction property.- Parameters:
value- allowed object isFieldType.ReadAction
-
getTestable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public FieldType.Testable getTestable()Gets the value of the testable property.- Returns:
- possible object is
FieldType.Testable
-
setTestable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setTestable(FieldType.Testable value)Sets the value of the testable property.- Parameters:
value- allowed object isFieldType.Testable
-
getReserved
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public UnsignedBitExpression getReserved()Gets the value of the reserved property.- Returns:
- possible object is
UnsignedBitExpression
-
setReserved
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setReserved(UnsignedBitExpression value)Sets the value of the reserved property.- Parameters:
value- allowed object isUnsignedBitExpression
-
getParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public Parameters getParameters()Gets the value of the parameters property.- Returns:
- possible object is
Parameters
-
setParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setParameters(Parameters value)Sets the value of the parameters property.- Parameters:
value- allowed object isParameters
-
getVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public VendorExtensions getVendorExtensions()Gets the value of the vendorExtensions property.- Returns:
- possible object is
VendorExtensions
-
setVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
value- allowed object isVendorExtensions
-
getFieldID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getFieldID()Gets the value of the fieldID property.- Returns:
- possible object is
String
-
setFieldID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setFieldID(java.lang.String value)Sets the value of the fieldID property.- Parameters:
value- allowed object isString
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
-