Package org.accellera.IPXACT_1685_2014
Class ConfigurableLibraryRefType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ConfigurableLibraryRefType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public class ConfigurableLibraryRefType extends java.lang.ObjectBase IP-XACT document reference type for configurable top-level objects. Contains vendor, library, name and version attributes along with configurable element values.Java class for configurableLibraryRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configurableLibraryRefType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}configurableElementValues" minOccurs="0"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}libraryRefGroup"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfigurableElementValuesconfigurableElementValuesprotected java.lang.Stringlibraryprotected java.lang.Stringnameprotected java.lang.Stringvendorprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description ConfigurableLibraryRefType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurableElementValuesgetConfigurableElementValues()Gets the value of the configurableElementValues property.java.lang.StringgetLibrary()Gets the value of the library property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetVendor()Gets the value of the vendor property.java.lang.StringgetVersion()Gets the value of the version property.voidsetConfigurableElementValues(ConfigurableElementValues value)Sets the value of the configurableElementValues property.voidsetLibrary(java.lang.String value)Sets the value of the library property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetVendor(java.lang.String value)Sets the value of the vendor property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
Field Detail
-
configurableElementValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected ConfigurableElementValues configurableElementValues
-
vendor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String vendor
-
library
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String library
-
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String name
-
version
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String version
-
-
Method Detail
-
getConfigurableElementValues
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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 v2.3.8", date="2026-01-14T04:58:58Z") public void setConfigurableElementValues(ConfigurableElementValues value)Sets the value of the configurableElementValues property.- Parameters:
value- allowed object isConfigurableElementValues
-
getVendor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getVendor()Gets the value of the vendor property.- Returns:
- possible object is
String
-
setVendor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setVendor(java.lang.String value)Sets the value of the vendor property.- Parameters:
value- allowed object isString
-
getLibrary
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getLibrary()Gets the value of the library property.- Returns:
- possible object is
String
-
setLibrary
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setLibrary(java.lang.String value)Sets the value of the library property.- Parameters:
value- allowed object isString
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getVersion()Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setVersion(java.lang.String value)Sets the value of the version property.- Parameters:
value- allowed object isString
-
-