Class BusInterfaceType.MirroredSlave.BaseAddresses
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.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:44Z") 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.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledNonNegativeInteger"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.att"/> <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}prompt default="Base Address:""/> <attribute name="state" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> <element name="range"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledPositiveInteger"> <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}long.prompt.att"/> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBusInterfaceType.MirroredSlave.BaseAddresses.RangeJava class for anonymous complex type.static classBusInterfaceType.MirroredSlave.BaseAddresses.RemapAddressJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected BusInterfaceType.MirroredSlave.BaseAddresses.Rangerangeprotected 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 BusInterfaceType.MirroredSlave.BaseAddresses.RangegetRange()Gets the value of the range property.java.util.List<BusInterfaceType.MirroredSlave.BaseAddresses.RemapAddress>getRemapAddress()Gets the value of the remapAddress property.voidsetRange(BusInterfaceType.MirroredSlave.BaseAddresses.Range 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:44Z") 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:44Z") protected BusInterfaceType.MirroredSlave.BaseAddresses.Range range
-
-
Method Detail
-
getRemapAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") 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:44Z") public BusInterfaceType.MirroredSlave.BaseAddresses.Range getRange()Gets the value of the range property.- Returns:
- possible object is
BusInterfaceType.MirroredSlave.BaseAddresses.Range
-
setRange
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public void setRange(BusInterfaceType.MirroredSlave.BaseAddresses.Range value)Sets the value of the range property.- Parameters:
value- allowed object isBusInterfaceType.MirroredSlave.BaseAddresses.Range
-
-