com.eu.miscedautils.ipxact.Design
Class FileSetType.Function.SourceFile

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Design.FileSetType.Function.SourceFile
Enclosing class:
FileSetType.Function

public static class FileSetType.Function.SourceFile
extends java.lang.Object

Java 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
static class FileSetType.Function.SourceFile.SourceName
          Java class for anonymous complex type.
 
Constructor Summary
FileSetType.Function.SourceFile()
           
 
Method Summary
 java.lang.String getFileType()
          Gets the value of the fileType property.
 FileSetType.Function.SourceFile.SourceName getSourceName()
          Gets the value of the sourceName property.
 java.lang.String getUserFileType()
          Gets the value of the userFileType property.
 void setFileType(java.lang.String value)
          Sets the value of the fileType property.
 void setSourceName(FileSetType.Function.SourceFile.SourceName value)
          Sets the value of the sourceName property.
 void setUserFileType(java.lang.String value)
          Sets the value of the userFileType property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSetType.Function.SourceFile

public FileSetType.Function.SourceFile()
Method Detail

getSourceName

public FileSetType.Function.SourceFile.SourceName getSourceName()
Gets the value of the sourceName property.

Returns:
possible object is FileSetType.Function.SourceFile.SourceName

setSourceName

public void setSourceName(FileSetType.Function.SourceFile.SourceName value)
Sets the value of the sourceName property.

Parameters:
value - allowed object is FileSetType.Function.SourceFile.SourceName

getFileType

public java.lang.String getFileType()
Gets the value of the fileType property.

Returns:
possible object is String

setFileType

public void setFileType(java.lang.String value)
Sets the value of the fileType property.

Parameters:
value - allowed object is String

getUserFileType

public java.lang.String getUserFileType()
Gets the value of the userFileType property.

Returns:
possible object is String

setUserFileType

public void setUserFileType(java.lang.String value)
Sets the value of the userFileType property.

Parameters:
value - allowed object is String