Package org.accellera.IPXACT_1685_2014
Class MemoryMapRefType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.MemoryMapRefType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public class MemoryMapRefType extends java.lang.ObjectBase type for an element which references an memory map. Reference is kept in an attribute rather than the text value, so that the type may be extended with child elements if necessary.Java class for memoryMapRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="memoryMapRefType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="memoryMapRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringmemoryMapRef
-
Constructor Summary
Constructors Constructor Description MemoryMapRefType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMemoryMapRef()Gets the value of the memoryMapRef property.voidsetMemoryMapRef(java.lang.String value)Sets the value of the memoryMapRef property.
-
-
-
Method Detail
-
getMemoryMapRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public java.lang.String getMemoryMapRef()Gets the value of the memoryMapRef property.- Returns:
- possible object is
String
-
setMemoryMapRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setMemoryMapRef(java.lang.String value)Sets the value of the memoryMapRef property.- Parameters:
value- allowed object isString
-
-