Class BusInterfaceType.Slave.Bridge

  • Enclosing class:
    BusInterfaceType.Slave

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:44Z")
    public static class BusInterfaceType.Slave.Bridge
    extends java.lang.Object

    Java 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>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String masterRef  
      protected boolean opaque  
    • Constructor Summary

      Constructors 
      Constructor Description
      Bridge()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMasterRef()
      Gets the value of the masterRef property.
      boolean isOpaque()
      Gets the value of the opaque property.
      void setMasterRef​(java.lang.String value)
      Sets the value of the masterRef property.
      void setOpaque​(boolean value)
      Sets the value of the opaque property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • masterRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected java.lang.String masterRef
      • opaque

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected boolean opaque
    • Constructor Detail

      • Bridge

        public Bridge()
    • Method Detail

      • getMasterRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        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 v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public void setMasterRef​(java.lang.String value)
        Sets the value of the masterRef property.
        Parameters:
        value - allowed object is String
      • isOpaque

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public boolean isOpaque()
        Gets the value of the opaque property.
      • setOpaque

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public void setOpaque​(boolean value)
        Sets the value of the opaque property.