|
||||||||||
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.Abstractors.Abstractor
public static class DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor
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="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>
Constructor Summary | |
---|---|
DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor()
|
Method Summary | |
---|---|
LibraryRefType |
getAbstractorRef()
Gets the value of the abstractorRef property. |
ConfigurableElementValues |
getConfigurableElementValues()
Gets the value of the configurableElementValues property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getInstanceName()
Gets the value of the instanceName property. |
java.lang.String |
getViewName()
Gets the value of the viewName property. |
void |
setAbstractorRef(LibraryRefType value)
Sets the value of the abstractorRef property. |
void |
setConfigurableElementValues(ConfigurableElementValues value)
Sets the value of the configurableElementValues property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setInstanceName(java.lang.String value)
Sets the value of the instanceName property. |
void |
setViewName(java.lang.String value)
Sets the value of the viewName property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor()
Method Detail |
---|
public java.lang.String getInstanceName()
String
public void setInstanceName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public LibraryRefType getAbstractorRef()
LibraryRefType
public void setAbstractorRef(LibraryRefType value)
value
- allowed object is
LibraryRefType
public ConfigurableElementValues getConfigurableElementValues()
ConfigurableElementValues
public void setConfigurableElementValues(ConfigurableElementValues value)
value
- allowed object is
ConfigurableElementValues
public java.lang.String getViewName()
String
public void setViewName(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 |