Class FileSetType.Function.SourceFile
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.FileSetType.Function.SourceFile
-
- Enclosing class:
- FileSetType.Function
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") 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"> <complexType> <simpleContent> <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>spiritURI"> </extension> </simpleContent> </complexType> </element> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}fileType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileSetType.Function.SourceFile.SourceNameJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringfileTypeprotected FileSetType.Function.SourceFile.SourceNamesourceNameprotected java.lang.StringuserFileType
-
Constructor Summary
Constructors Constructor Description SourceFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFileType()Gets the value of the fileType property.FileSetType.Function.SourceFile.SourceNamegetSourceName()Gets the value of the sourceName property.java.lang.StringgetUserFileType()Gets the value of the userFileType property.voidsetFileType(java.lang.String value)Sets the value of the fileType property.voidsetSourceName(FileSetType.Function.SourceFile.SourceName value)Sets the value of the sourceName property.voidsetUserFileType(java.lang.String value)Sets the value of the userFileType property.
-
-
-
Field Detail
-
sourceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected FileSetType.Function.SourceFile.SourceName sourceName
-
fileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String fileType
-
userFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") protected java.lang.String userFileType
-
-
Method Detail
-
getSourceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public FileSetType.Function.SourceFile.SourceName getSourceName()Gets the value of the sourceName property.- Returns:
- possible object is
FileSetType.Function.SourceFile.SourceName
-
setSourceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setSourceName(FileSetType.Function.SourceFile.SourceName value)Sets the value of the sourceName property.- Parameters:
value- allowed object isFileSetType.Function.SourceFile.SourceName
-
getFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getFileType()Gets the value of the fileType property.- Returns:
- possible object is
String
-
setFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setFileType(java.lang.String value)Sets the value of the fileType property.- Parameters:
value- allowed object isString
-
getUserFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public java.lang.String getUserFileType()Gets the value of the userFileType property.- Returns:
- possible object is
String
-
setUserFileType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2026-01-14T04:58:58Z") public void setUserFileType(java.lang.String value)Sets the value of the userFileType property.- Parameters:
value- allowed object isString
-
-