Class BusInterfaceType.Master
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.BusInterfaceType.Master
-
- Enclosing class:
- BusInterfaceType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public static class BusInterfaceType.Master 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="addressSpaceRef" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}addrSpaceRefType"> <sequence> <element name="baseAddress" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>scaledInteger"> <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:""/> </extension> </simpleContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBusInterfaceType.Master.AddressSpaceRefJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected BusInterfaceType.Master.AddressSpaceRefaddressSpaceRef
-
Constructor Summary
Constructors Constructor Description Master()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusInterfaceType.Master.AddressSpaceRefgetAddressSpaceRef()Gets the value of the addressSpaceRef property.voidsetAddressSpaceRef(BusInterfaceType.Master.AddressSpaceRef value)Sets the value of the addressSpaceRef property.
-
-
-
Field Detail
-
addressSpaceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected BusInterfaceType.Master.AddressSpaceRef addressSpaceRef
-
-
Method Detail
-
getAddressSpaceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public BusInterfaceType.Master.AddressSpaceRef getAddressSpaceRef()Gets the value of the addressSpaceRef property.- Returns:
- possible object is
BusInterfaceType.Master.AddressSpaceRef
-
setAddressSpaceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setAddressSpaceRef(BusInterfaceType.Master.AddressSpaceRef value)Sets the value of the addressSpaceRef property.- Parameters:
value- allowed object isBusInterfaceType.Master.AddressSpaceRef
-
-