Uses of Class
com.eu.miscedautils.ipxact.Component.FileSetType

Packages that use FileSetType
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

Uses of FileSetType in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return FileSetType
 FileSetType ObjectFactory.createFileSetType()
          Create an instance of FileSetType
 

Methods in com.eu.miscedautils.ipxact.Component that return types with arguments of type FileSetType
 javax.xml.bind.JAXBElement<FileSetType> ObjectFactory.createFileSet(FileSetType value)
          Create an instance of JAXBElement<FileSetType>}
 java.util.List<FileSetType> FileSets.getFileSet()
          Gets the value of the fileSet property.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type FileSetType
 javax.xml.bind.JAXBElement<FileSetType> ObjectFactory.createFileSet(FileSetType value)
          Create an instance of JAXBElement<FileSetType>}
 

Uses of FileSetType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return FileSetType
 FileSetType IPXACTBackBone.createFileSet(java.lang.String fileName)
           
 FileSetType IPXACTBackBone.getCurrentFileSet()
           
 

Methods in com.eu.miscedautils.shell with parameters of type FileSetType
 ComponentType IPXACTBackBone.addComponentFileSetObject(ComponentType comp, FileSetType fieSet)
           
 void IPXACTBackBone.setCurrentFileSet(FileSetType currentFileSet)