|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Component.AddressBlockType
public class AddressBlockType
Top level address block that specify an address
Java class for addressBlockType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addressBlockType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameGroup"/> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}addressSpecifier"/> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}addressBlockDefinitionGroup"/> <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>
Constructor Summary | |
---|---|
AddressBlockType()
|
Method Summary | |
---|---|
AccessType |
getAccess()
Gets the value of the access property. |
BaseAddress |
getBaseAddress()
Gets the value of the baseAddress property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getName()
Gets the value of the name property. |
Parameters |
getParameters()
Any additional parameters needed to describe this address block to the generators. |
BankedBlockType.Range |
getRange()
Gets the value of the range property. |
java.util.List<RegisterFile.Register> |
getRegister()
Gets the value of the register property. |
java.util.List<RegisterFile> |
getRegisterFile()
A structure of registers and register files Gets the value of the registerFile property. |
java.lang.String |
getTypeIdentifier()
Gets the value of the typeIdentifier property. |
UsageType |
getUsage()
Gets the value of the usage property. |
VendorExtensions |
getVendorExtensions()
Gets the value of the vendorExtensions property. |
BankedBlockType.Width |
getWidth()
Gets the value of the width property. |
java.lang.Boolean |
isVolatile()
Gets the value of the volatile property. |
void |
setAccess(AccessType value)
Sets the value of the access property. |
void |
setBaseAddress(BaseAddress value)
Sets the value of the baseAddress 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 |
setId(java.lang.String value)
Sets the value of the id 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 |
setRange(BankedBlockType.Range value)
Sets the value of the range property. |
void |
setTypeIdentifier(java.lang.String value)
Sets the value of the typeIdentifier property. |
void |
setUsage(UsageType value)
Sets the value of the usage 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 |
setWidth(BankedBlockType.Width value)
Sets the value of the width property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddressBlockType()
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 BaseAddress getBaseAddress()
BaseAddress
public void setBaseAddress(BaseAddress value)
value
- allowed object is
BaseAddress
public java.lang.String getTypeIdentifier()
String
public void setTypeIdentifier(java.lang.String value)
value
- allowed object is
String
public BankedBlockType.Range getRange()
BankedBlockType.Range
public void setRange(BankedBlockType.Range value)
value
- allowed object is
BankedBlockType.Range
public BankedBlockType.Width getWidth()
BankedBlockType.Width
public void setWidth(BankedBlockType.Width value)
value
- allowed object is
BankedBlockType.Width
public UsageType getUsage()
UsageType
public void setUsage(UsageType value)
value
- allowed object is
UsageType
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 Parameters getParameters()
Parameters
public void setParameters(Parameters value)
value
- allowed object is
Parameters
public java.util.List<RegisterFile.Register> getRegister()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the register property.
For example, to add a new item, do as follows:
getRegister().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterFile.Register
public java.util.List<RegisterFile> getRegisterFile()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the registerFile property.
For example, to add a new item, do as follows:
getRegisterFile().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterFile
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 |