Class FileSetType.Function.Argument
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.NameValuePairType
-
- org.spiritconsortium.SPIRIT_1685_2009.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:49Z") 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.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameValuePairType"> <attribute name="dataType" use="required" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}dataTypeType" /> <anyAttribute processContents='lax'/> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.spiritconsortium.SPIRIT_1685_2009.NameValuePairType
NameValuePairType.Value
-
-
Field Summary
Fields Modifier and Type Field Description protected DataTypeTypedataType-
Fields inherited from class org.spiritconsortium.SPIRIT_1685_2009.NameValuePairType
description, displayName, 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.spiritconsortium.SPIRIT_1685_2009.NameValuePairType
getDescription, getDisplayName, getName, getOtherAttributes, getValue, getVendorExtensions, setDescription, setDisplayName, setName, setValue, setVendorExtensions
-
-
-
-
Field Detail
-
dataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected DataTypeType dataType
-
-
Method Detail
-
getDataType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") 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:49Z") public void setDataType(DataTypeType value)Sets the value of the dataType property.- Parameters:
value- allowed object isDataTypeType
-
-