Package org.accellera.IPXACT_1685_2014
Class ModuleParameterType
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ParameterBaseType
-
- org.accellera.IPXACT_1685_2014.ParameterType
-
- org.accellera.IPXACT_1685_2014.ModuleParameterType
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public class ModuleParameterType extends ParameterTypeName value pair with data type information.Java class for moduleParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="moduleParameterType"> <complexContent> <extension base="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}parameterType"> <sequence> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}isPresent" minOccurs="0"/> </sequence> <attribute name="dataType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="usageType" default="nontyped"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="nontyped"/> <enumeration value="typed"/> </restriction> </simpleType> </attribute> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdataTypeprotected UnsignedBitExpressionisPresentprotected java.lang.StringusageType-
Fields inherited from class org.accellera.IPXACT_1685_2014.ParameterType
resolve
-
Fields inherited from class org.accellera.IPXACT_1685_2014.ParameterBaseType
arrays, choiceRef, configGroups, description, displayName, maximum, minimum, name, order, parameterId, prefix, prompt, sign, type, unit, value, vectors, vendorExtensions
-
-
Constructor Summary
Constructors Constructor Description ModuleParameterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDataType()Gets the value of the dataType property.UnsignedBitExpressiongetIsPresent()Gets the value of the isPresent property.java.lang.StringgetUsageType()Gets the value of the usageType property.voidsetDataType(java.lang.String value)Sets the value of the dataType property.voidsetIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.voidsetUsageType(java.lang.String value)Sets the value of the usageType property.-
Methods inherited from class org.accellera.IPXACT_1685_2014.ParameterType
getResolve, setResolve
-
Methods inherited from class org.accellera.IPXACT_1685_2014.ParameterBaseType
getArrays, getChoiceRef, getConfigGroups, getDescription, getDisplayName, getMaximum, getMinimum, getName, getOrder, getOtherAttributes, getParameterId, getPrefix, getPrompt, getSign, getType, getUnit, getValue, getVectors, getVendorExtensions, setArrays, setChoiceRef, setDescription, setDisplayName, setMaximum, setMinimum, setName, setOrder, setParameterId, setPrefix, setPrompt, setSign, setType, setUnit, setValue, setVectors, setVendorExtensions
-
-
-
-
Field Detail
-
isPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected UnsignedBitExpression isPresent
-
dataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected java.lang.String dataType
-
usageType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") protected java.lang.String usageType
-
-
Method Detail
-
getIsPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public UnsignedBitExpression getIsPresent()Gets the value of the isPresent property.- Returns:
- possible object is
UnsignedBitExpression
-
setIsPresent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setIsPresent(UnsignedBitExpression value)Sets the value of the isPresent property.- Parameters:
value- allowed object isUnsignedBitExpression
-
getDataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public java.lang.String getDataType()Gets the value of the dataType property.- Returns:
- possible object is
String
-
setDataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setDataType(java.lang.String value)Sets the value of the dataType property.- Parameters:
value- allowed object isString
-
getUsageType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public java.lang.String getUsageType()Gets the value of the usageType property.- Returns:
- possible object is
String
-
setUsageType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:45Z") public void setUsageType(java.lang.String value)Sets the value of the usageType property.- Parameters:
value- allowed object isString
-
-