com.eu.miscedautils.ipxact.Generator
Class FileSetType.Function.Argument
java.lang.Object
com.eu.miscedautils.ipxact.Generator.NameValuePairType
com.eu.miscedautils.ipxact.Generator.FileSetType.Function.Argument
- Enclosing class:
- FileSetType.Function
public static class FileSetType.Function.Argument
- extends NameValuePairType
Java 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>
Methods inherited from class com.eu.miscedautils.ipxact.Generator.NameValuePairType |
getDescription, getDisplayName, getName, getOtherAttributes, getValue, getVendorExtensions, setDescription, setDisplayName, setName, setValue, setVendorExtensions |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSetType.Function.Argument
public FileSetType.Function.Argument()
getDataType
public DataTypeType getDataType()
- Gets the value of the dataType property.
- Returns:
- possible object is
DataTypeType
setDataType
public void setDataType(DataTypeType value)
- Sets the value of the dataType property.
- Parameters:
value
- allowed object is
DataTypeType