com.eu.miscedautils.ipxact.Component
Class ComponentInstance

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Component.ComponentInstance

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


Constructor Summary
ComponentInstance()
           
 
Method Summary
 LibraryRefType getComponentRef()
          Gets the value of the componentRef 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.
 VendorExtensions getVendorExtensions()
          Gets the value of the vendorExtensions property.
 void setComponentRef(LibraryRefType value)
          Sets the value of the componentRef 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 setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentInstance

public ComponentInstance()
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

getComponentRef

public LibraryRefType getComponentRef()
Gets the value of the componentRef property.

Returns:
possible object is LibraryRefType

setComponentRef

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

getVendorExtensions

public VendorExtensions getVendorExtensions()
Gets the value of the vendorExtensions property.

Returns:
possible object is VendorExtensions

setVendorExtensions

public void setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.

Parameters:
value - allowed object is VendorExtensions