Package org.accellera.IPXACT_1685_2014
Class IpxactFileType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.IpxactFileType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public class IpxactFileType extends java.lang.ObjectJava class for ipxactFileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ipxactFileType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="vlnv" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}libraryRefType"/> <element name="name" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}stringURIExpression"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}description" minOccurs="0"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}vendorExtensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected StringURIExpressionnameprotected VendorExtensionsvendorExtensionsprotected LibraryRefTypevlnv
-
Constructor Summary
Constructors Constructor Description IpxactFileType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.StringURIExpressiongetName()Gets the value of the name property.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.LibraryRefTypegetVlnv()Gets the value of the vlnv property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetName(StringURIExpression value)Sets the value of the name property.voidsetVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.voidsetVlnv(LibraryRefType value)Sets the value of the vlnv property.
-
-
-
Field Detail
-
vlnv
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected LibraryRefType vlnv
-
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected StringURIExpression name
-
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected java.lang.String description
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected VendorExtensions vendorExtensions
-
-
Method Detail
-
getVlnv
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public LibraryRefType getVlnv()Gets the value of the vlnv property.- Returns:
- possible object is
LibraryRefType
-
setVlnv
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setVlnv(LibraryRefType value)Sets the value of the vlnv property.- Parameters:
value- allowed object isLibraryRefType
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public StringURIExpression getName()Gets the value of the name property.- Returns:
- possible object is
StringURIExpression
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setName(StringURIExpression value)Sets the value of the name property.- Parameters:
value- allowed object isStringURIExpression
-
getDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") 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="2026-01-14T04:58:45Z") public void setDescription(java.lang.String value)Sets the value of the description property.- Parameters:
value- allowed object isString
-
getVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") 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="2026-01-14T04:58:45Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
value- allowed object isVendorExtensions
-
-