|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Abstractor.MemoryMapRefType
public class MemoryMapRefType
Base 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 ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}memoryMapRef use="required""/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
MemoryMapRefType()
|
Method Summary | |
---|---|
java.lang.String |
getMemoryMapRef()
Gets the value of the memoryMapRef property. |
void |
setMemoryMapRef(java.lang.String value)
Sets the value of the memoryMapRef property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemoryMapRefType()
Method Detail |
---|
public java.lang.String getMemoryMapRef()
String
public void setMemoryMapRef(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 |