|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.DesignConfig.DesignConfiguration.InterconnectionConfiguration
public static class DesignConfiguration.InterconnectionConfiguration
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 name="interconnectionRef" type="{http://www.w3.org/2001/XMLSchema}Name"/> <element name="abstractors"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="abstractor" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="instanceName" type="{http://www.w3.org/2001/XMLSchema}Name"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}displayName" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}description" minOccurs="0"/> <element name="abstractorRef" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}libraryRefType"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}configurableElementValues" minOccurs="0"/> <element name="viewName" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
DesignConfiguration.InterconnectionConfiguration.Abstractors
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
DesignConfiguration.InterconnectionConfiguration()
|
Method Summary | |
---|---|
DesignConfiguration.InterconnectionConfiguration.Abstractors |
getAbstractors()
Gets the value of the abstractors property. |
java.lang.String |
getInterconnectionRef()
Gets the value of the interconnectionRef property. |
void |
setAbstractors(DesignConfiguration.InterconnectionConfiguration.Abstractors value)
Sets the value of the abstractors property. |
void |
setInterconnectionRef(java.lang.String value)
Sets the value of the interconnectionRef property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DesignConfiguration.InterconnectionConfiguration()
Method Detail |
---|
public java.lang.String getInterconnectionRef()
String
public void setInterconnectionRef(java.lang.String value)
value
- allowed object is
String
public DesignConfiguration.InterconnectionConfiguration.Abstractors getAbstractors()
DesignConfiguration.InterconnectionConfiguration.Abstractors
public void setAbstractors(DesignConfiguration.InterconnectionConfiguration.Abstractors value)
value
- allowed object is
DesignConfiguration.InterconnectionConfiguration.Abstractors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |