Class Interface
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.Interface
-
- Direct Known Subclasses:
HierInterface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public class Interface extends java.lang.Object
A representation of a component/bus interface relation; i.e. a bus interface belonging to a certain component.Java class for interface complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="interface"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="componentRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> <attribute name="busRef" 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
busRef
protected java.lang.String
componentRef
-
Constructor Summary
Constructors Constructor Description Interface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBusRef()
Gets the value of the busRef property.java.lang.String
getComponentRef()
Gets the value of the componentRef property.void
setBusRef(java.lang.String value)
Sets the value of the busRef property.void
setComponentRef(java.lang.String value)
Sets the value of the componentRef property.
-
-
-
Field Detail
-
componentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String componentRef
-
busRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String busRef
-
-
Method Detail
-
getComponentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getComponentRef()
Gets the value of the componentRef property.- Returns:
- possible object is
String
-
setComponentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setComponentRef(java.lang.String value)
Sets the value of the componentRef property.- Parameters:
value
- allowed object isString
-
getBusRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getBusRef()
Gets the value of the busRef property.- Returns:
- possible object is
String
-
setBusRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setBusRef(java.lang.String value)
Sets the value of the busRef property.- Parameters:
value
- allowed object isString
-
-