com.eu.miscedautils.ipxact.DesignConfig
Class DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor

java.lang.Object
  extended by com.eu.miscedautils.ipxact.DesignConfig.DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor
Enclosing class:
DesignConfiguration.InterconnectionConfiguration.Abstractors

public static class DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor
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 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

DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor

public DesignConfiguration.InterconnectionConfiguration.Abstractors.Abstractor()
Method Detail

getInstanceName

public java.lang.String getInstanceName()
Gets the value of the instanceName property.

Returns:
possible object is String

setInstanceName

public void setInstanceName(java.lang.String value)
Sets the value of the instanceName property.

Parameters:
value - allowed object is String

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getAbstractorRef

public LibraryRefType getAbstractorRef()
Gets the value of the abstractorRef property.

Returns:
possible object is LibraryRefType

setAbstractorRef

public void setAbstractorRef(LibraryRefType value)
Sets the value of the abstractorRef property.

Parameters:
value - allowed object is LibraryRefType

getConfigurableElementValues

public ConfigurableElementValues getConfigurableElementValues()
Gets the value of the configurableElementValues property.

Returns:
possible object is ConfigurableElementValues

setConfigurableElementValues

public void setConfigurableElementValues(ConfigurableElementValues value)
Sets the value of the configurableElementValues property.

Parameters:
value - allowed object is ConfigurableElementValues

getViewName

public java.lang.String getViewName()
Gets the value of the viewName property.

Returns:
possible object is String

setViewName

public void setViewName(java.lang.String value)
Sets the value of the viewName property.

Parameters:
value - allowed object is String