Package org.accellera.IPXACT_1685_2014
Class FileSetType.Function.SourceFile
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.FileSetType.Function.SourceFile
-
- 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.SourceFile extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sourceName" type="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}ipxactURI"/> <element ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}fileType"/> </sequence> <attGroup ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}id.att"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FileTypefileTypeprotected java.lang.Stringidprotected IpxactURIsourceName
-
Constructor Summary
Constructors Constructor Description SourceFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileTypegetFileType()Gets the value of the fileType property.java.lang.StringgetId()Gets the value of the id property.IpxactURIgetSourceName()Gets the value of the sourceName property.voidsetFileType(FileType value)Sets the value of the fileType property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetSourceName(IpxactURI value)Sets the value of the sourceName property.
-
-
-
Field Detail
-
sourceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected IpxactURI sourceName
-
fileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected FileType fileType
-
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") protected java.lang.String id
-
-
Method Detail
-
getSourceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public IpxactURI getSourceName()Gets the value of the sourceName property.- Returns:
- possible object is
IpxactURI
-
setSourceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setSourceName(IpxactURI value)Sets the value of the sourceName property.- Parameters:
value- allowed object isIpxactURI
-
getFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public FileType getFileType()Gets the value of the fileType property.- Returns:
- possible object is
FileType
-
setFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setFileType(FileType value)Sets the value of the fileType property.- Parameters:
value- allowed object isFileType
-
getId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public java.lang.String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:49Z") public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
-