|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.DesignConfig.Interface
public class Interface
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>
Constructor Summary | |
---|---|
Interface()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Interface()
Method Detail |
---|
public java.lang.String getComponentRef()
String
public void setComponentRef(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBusRef()
String
public void setBusRef(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |