Class ComponentInstance
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.ComponentInstance
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected LibraryRefType
componentRef
protected ConfigurableElementValues
configurableElementValues
protected java.lang.String
description
protected java.lang.String
displayName
protected java.lang.String
instanceName
protected VendorExtensions
vendorExtensions
-
Constructor Summary
Constructors Constructor Description ComponentInstance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Field Detail
-
instanceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String instanceName
-
displayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String displayName
-
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected java.lang.String description
-
componentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected LibraryRefType componentRef
-
configurableElementValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected ConfigurableElementValues configurableElementValues
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") protected VendorExtensions vendorExtensions
-
-
Method Detail
-
getInstanceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getInstanceName()
Gets the value of the instanceName property.- Returns:
- possible object is
String
-
setInstanceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setInstanceName(java.lang.String value)
Sets the value of the instanceName property.- Parameters:
value
- allowed object isString
-
getDisplayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getDisplayName()
Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.- Parameters:
value
- allowed object isString
-
getDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getComponentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public LibraryRefType getComponentRef()
Gets the value of the componentRef property.- Returns:
- possible object is
LibraryRefType
-
setComponentRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setComponentRef(LibraryRefType value)
Sets the value of the componentRef property.- Parameters:
value
- allowed object isLibraryRefType
-
getConfigurableElementValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public ConfigurableElementValues getConfigurableElementValues()
Gets the value of the configurableElementValues property.- Returns:
- possible object is
ConfigurableElementValues
-
setConfigurableElementValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setConfigurableElementValues(ConfigurableElementValues value)
Sets the value of the configurableElementValues property.- Parameters:
value
- allowed object isConfigurableElementValues
-
getVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public VendorExtensions getVendorExtensions()
Gets the value of the vendorExtensions property.- Returns:
- possible object is
VendorExtensions
-
setVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.- Parameters:
value
- allowed object isVendorExtensions
-
-