com.eu.miscedautils.ipxact.DesignConfig
Class DesignConfiguration.GeneratorChainConfiguration

java.lang.Object
  extended by com.eu.miscedautils.ipxact.DesignConfig.DesignConfiguration.GeneratorChainConfiguration
Enclosing class:
DesignConfiguration

public static class DesignConfiguration.GeneratorChainConfiguration
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="generatorChainRef" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}libraryRefType"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}configurableElementValues" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DesignConfiguration.GeneratorChainConfiguration()
           
 
Method Summary
 ConfigurableElementValues getConfigurableElementValues()
          Gets the value of the configurableElementValues property.
 LibraryRefType getGeneratorChainRef()
          Gets the value of the generatorChainRef property.
 void setConfigurableElementValues(ConfigurableElementValues value)
          Sets the value of the configurableElementValues property.
 void setGeneratorChainRef(LibraryRefType value)
          Sets the value of the generatorChainRef property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignConfiguration.GeneratorChainConfiguration

public DesignConfiguration.GeneratorChainConfiguration()
Method Detail

getGeneratorChainRef

public LibraryRefType getGeneratorChainRef()
Gets the value of the generatorChainRef property.

Returns:
possible object is LibraryRefType

setGeneratorChainRef

public void setGeneratorChainRef(LibraryRefType value)
Sets the value of the generatorChainRef 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