Class BusInterfaceType.Slave.Bridge
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.BusInterfaceType.Slave.Bridge
-
- Enclosing class:
- BusInterfaceType.Slave
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public static class BusInterfaceType.Slave.Bridge 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"> <attribute name="masterRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> <attribute name="opaque" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Bridge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMasterRef()Gets the value of the masterRef property.booleanisOpaque()Gets the value of the opaque property.voidsetMasterRef(java.lang.String value)Sets the value of the masterRef property.voidsetOpaque(boolean value)Sets the value of the opaque property.
-
-
-
Method Detail
-
getMasterRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getMasterRef()Gets the value of the masterRef property.- Returns:
- possible object is
String
-
setMasterRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setMasterRef(java.lang.String value)Sets the value of the masterRef property.- Parameters:
value- allowed object isString
-
isOpaque
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public boolean isOpaque()Gets the value of the opaque property.
-
setOpaque
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setOpaque(boolean value)Sets the value of the opaque property.
-
-