Package org.accellera.IPXACT_1685_2014
Class FileSetType.Function.Argument
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.NameValuePairType
-
- org.accellera.IPXACT_1685_2014.FileSetType.Function.Argument
-
- Enclosing class:
- FileSetType.Function
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public static class FileSetType.Function.Argument extends NameValuePairTypeJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}nameValuePairType"> <attribute name="dataType" use="required" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}dataTypeType" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DataTypeTypedataType-
Fields inherited from class org.accellera.IPXACT_1685_2014.NameValuePairType
description, displayName, id, name, value, vendorExtensions
-
-
Constructor Summary
Constructors Constructor Description Argument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataTypeTypegetDataType()Gets the value of the dataType property.voidsetDataType(DataTypeType value)Sets the value of the dataType property.-
Methods inherited from class org.accellera.IPXACT_1685_2014.NameValuePairType
getDescription, getDisplayName, getId, getName, getValue, getVendorExtensions, setDescription, setDisplayName, setId, setName, setValue, setVendorExtensions
-
-
-
-
Field Detail
-
dataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected DataTypeType dataType
-
-
Method Detail
-
getDataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public DataTypeType getDataType()Gets the value of the dataType property.- Returns:
- possible object is
DataTypeType
-
setDataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setDataType(DataTypeType value)Sets the value of the dataType property.- Parameters:
value- allowed object isDataTypeType
-
-