Package org.accellera.IPXACT_1685_2014
Class TransparentBridge
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.TransparentBridge
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public class TransparentBridge 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"> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> <attribute name="masterRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
id
protected UnsignedBitExpression
isPresent
protected java.lang.String
masterRef
-
Constructor Summary
Constructors Constructor Description TransparentBridge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
Gets the value of the id property.UnsignedBitExpression
getIsPresent()
Gets the value of the isPresent property.java.lang.String
getMasterRef()
Gets the value of the masterRef property.void
setId(java.lang.String value)
Sets the value of the id property.void
setIsPresent(UnsignedBitExpression value)
Sets the value of the isPresent property.void
setMasterRef(java.lang.String value)
Sets the value of the masterRef property.
-
-
-
Field Detail
-
isPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected UnsignedBitExpression isPresent
-
masterRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String masterRef
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String id
-
-
Method Detail
-
getIsPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public UnsignedBitExpression getIsPresent()
Gets the value of the isPresent property.- Returns:
- possible object is
UnsignedBitExpression
-
setIsPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setIsPresent(UnsignedBitExpression value)
Sets the value of the isPresent property.- Parameters:
value
- allowed object isUnsignedBitExpression
-
getMasterRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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="2024-11-14T04:42:51Z") public void setMasterRef(java.lang.String value)
Sets the value of the masterRef property.- Parameters:
value
- allowed object isString
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
-