Package org.accellera.IPXACT_1685_2014
Class AddrSpaceRefType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.AddrSpaceRefType
-
- Direct Known Subclasses:
BusInterfaceType.Master.AddressSpaceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public class AddrSpaceRefType extends java.lang.ObjectBase type for an element which references an address space. 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 addrSpaceRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addrSpaceRefType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> <attribute name="addressSpaceRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringaddressSpaceRefprotected java.lang.Stringidprotected UnsignedBitExpressionisPresent
-
Constructor Summary
Constructors Constructor Description AddrSpaceRefType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAddressSpaceRef()Gets the value of the addressSpaceRef property.java.lang.StringgetId()Gets the value of the id property.UnsignedBitExpressiongetIsPresent()Gets the value of the isPresent property.voidsetAddressSpaceRef(java.lang.String value)Sets the value of the addressSpaceRef property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.
-
-
-
Field Detail
-
isPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected UnsignedBitExpression isPresent
-
addressSpaceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String addressSpaceRef
-
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
-
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
-
getAddressSpaceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getAddressSpaceRef()Gets the value of the addressSpaceRef property.- Returns:
- possible object is
String
-
setAddressSpaceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setAddressSpaceRef(java.lang.String value)Sets the value of the addressSpaceRef 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
-
-