|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Abstractor.FieldType
public class FieldType
A field within a register
Java 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.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameGroup"/> <element name="bitOffset" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}fieldDefinitionGroup"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}parameters" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/> </sequence> <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}id"/> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
FieldType.BitWidth
Java class for anonymous complex type. |
static class |
FieldType.Testable
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
FieldType()
|
Method Summary | |
---|---|
AccessType |
getAccess()
Gets the value of the access property. |
java.math.BigInteger |
getBitOffset()
Gets the value of the bitOffset property. |
FieldType.BitWidth |
getBitWidth()
Gets the value of the bitWidth property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
EnumeratedValues |
getEnumeratedValues()
Gets the value of the enumeratedValues property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getModifiedWriteValue()
Gets the value of the modifiedWriteValue property. |
java.lang.String |
getName()
Gets the value of the name property. |
Parameters |
getParameters()
Gets the value of the parameters property. |
java.lang.String |
getReadAction()
Gets the value of the readAction property. |
FieldType.Testable |
getTestable()
Gets the value of the testable property. |
java.lang.String |
getTypeIdentifier()
Gets the value of the typeIdentifier property. |
VendorExtensions |
getVendorExtensions()
Gets the value of the vendorExtensions property. |
WriteValueConstraintType |
getWriteValueConstraint()
Gets the value of the writeValueConstraint property. |
java.lang.Boolean |
isVolatile()
Indicates whether the data is volatile. |
void |
setAccess(AccessType value)
Sets the value of the access property. |
void |
setBitOffset(java.math.BigInteger value)
Sets the value of the bitOffset property. |
void |
setBitWidth(FieldType.BitWidth value)
Sets the value of the bitWidth property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setEnumeratedValues(EnumeratedValues value)
Sets the value of the enumeratedValues property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setModifiedWriteValue(java.lang.String value)
Sets the value of the modifiedWriteValue property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setParameters(Parameters value)
Sets the value of the parameters property. |
void |
setReadAction(java.lang.String value)
Sets the value of the readAction property. |
void |
setTestable(FieldType.Testable value)
Sets the value of the testable property. |
void |
setTypeIdentifier(java.lang.String value)
Sets the value of the typeIdentifier property. |
void |
setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property. |
void |
setVolatile(java.lang.Boolean value)
Sets the value of the volatile property. |
void |
setWriteValueConstraint(WriteValueConstraintType value)
Sets the value of the writeValueConstraint property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldType()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getBitOffset()
BigInteger
public void setBitOffset(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getTypeIdentifier()
String
public void setTypeIdentifier(java.lang.String value)
value
- allowed object is
String
public FieldType.BitWidth getBitWidth()
FieldType.BitWidth
public void setBitWidth(FieldType.BitWidth value)
value
- allowed object is
FieldType.BitWidth
public java.lang.Boolean isVolatile()
Boolean
public void setVolatile(java.lang.Boolean value)
value
- allowed object is
Boolean
public AccessType getAccess()
AccessType
public void setAccess(AccessType value)
value
- allowed object is
AccessType
public EnumeratedValues getEnumeratedValues()
EnumeratedValues
public void setEnumeratedValues(EnumeratedValues value)
value
- allowed object is
EnumeratedValues
public java.lang.String getModifiedWriteValue()
String
public void setModifiedWriteValue(java.lang.String value)
value
- allowed object is
String
public WriteValueConstraintType getWriteValueConstraint()
WriteValueConstraintType
public void setWriteValueConstraint(WriteValueConstraintType value)
value
- allowed object is
WriteValueConstraintType
public java.lang.String getReadAction()
String
public void setReadAction(java.lang.String value)
value
- allowed object is
String
public FieldType.Testable getTestable()
FieldType.Testable
public void setTestable(FieldType.Testable value)
value
- allowed object is
FieldType.Testable
public Parameters getParameters()
Parameters
public void setParameters(Parameters value)
value
- allowed object is
Parameters
public VendorExtensions getVendorExtensions()
VendorExtensions
public void setVendorExtensions(VendorExtensions value)
value
- allowed object is
VendorExtensions
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |