com.eu.miscedautils.ipxact.Component
Class BusInterfaceType.Slave.Bridge

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Component.BusInterfaceType.Slave.Bridge
Enclosing class:
BusInterfaceType.Slave

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>
 


Constructor Summary
BusInterfaceType.Slave.Bridge()
           
 
Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusInterfaceType.Slave.Bridge

public BusInterfaceType.Slave.Bridge()
Method Detail

getMasterRef

public java.lang.String getMasterRef()
Gets the value of the masterRef property.

Returns:
possible object is String

setMasterRef

public void setMasterRef(java.lang.String value)
Sets the value of the masterRef property.

Parameters:
value - allowed object is String

isOpaque

public boolean isOpaque()
Gets the value of the opaque property.


setOpaque

public void setOpaque(boolean value)
Sets the value of the opaque property.