Package org.accellera.IPXACT_1685_2014
Class BusInterfaceType.MirroredSlave.BaseAddresses
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.BusInterfaceType.MirroredSlave.BaseAddresses
-
- Enclosing class:
- BusInterfaceType.MirroredSlave
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public static class BusInterfaceType.MirroredSlave.BaseAddresses extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="remapAddress" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>unsignedLongintExpression"> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> <attribute name="state" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </simpleContent> </complexType> </element> <element name="range" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}unsignedPositiveLongintExpression"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBusInterfaceType.MirroredSlave.BaseAddresses.RemapAddressJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected UnsignedPositiveLongintExpressionrangeprotected java.util.List<BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress>remapAddress
-
Constructor Summary
Constructors Constructor Description BaseAddresses()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsignedPositiveLongintExpressiongetRange()Gets the value of the range property.java.util.List<BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress>getRemapAddress()Gets the value of the remapAddress property.voidsetRange(UnsignedPositiveLongintExpression value)Sets the value of the range property.
-
-
-
Field Detail
-
remapAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected java.util.List<BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress> remapAddress
-
range
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected UnsignedPositiveLongintExpression range
-
-
Method Detail
-
getRemapAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public java.util.List<BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress> getRemapAddress()Gets the value of the remapAddress property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the remapAddress property.For example, to add a new item, do as follows:
getRemapAddress().add(newItem);Objects of the following type(s) are allowed in the list
BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress
-
getRange
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public UnsignedPositiveLongintExpression getRange()Gets the value of the range property.- Returns:
- possible object is
UnsignedPositiveLongintExpression
-
setRange
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setRange(UnsignedPositiveLongintExpression value)Sets the value of the range property.- Parameters:
value- allowed object isUnsignedPositiveLongintExpression
-
-