xml.mzdata
Interface SourceFileType


public interface SourceFileType

Java content class for sourceFileType complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType name="sourceFileType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nameOfFile" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="pathToFile" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="fileType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getFileType()
           
 java.lang.String getNameOfFile()
           
 java.lang.String getPathToFile()
           
 void setFileType(java.lang.String value)
           
 void setNameOfFile(java.lang.String value)
           
 void setPathToFile(java.lang.String value)
           
 

Method Detail

getNameOfFile

public java.lang.String getNameOfFile()

setNameOfFile

public void setNameOfFile(java.lang.String value)

getFileType

public java.lang.String getFileType()

setFileType

public void setFileType(java.lang.String value)

getPathToFile

public java.lang.String getPathToFile()

setPathToFile

public void setPathToFile(java.lang.String value)