public interface XBRLSourceCatalogInterface
| Modifier and Type | Method and Description | 
|---|---|
| java.io.File | getLocalFile()Gets the local file. | 
| java.lang.String | getPackageName()Obtains back the package name if it was wet by the package manager. | 
| java.lang.String | getVersion()Obtains the version of this catalog file. | 
| void | setLocalFile(java.io.File f)Sets the local file to the parameter indicated. | 
| void | setPackageName(java.lang.String name)Sets the package name of the Catalog package that contains this file | 
| void | setVersion(java.lang.String version)Allows the package manager to set the package version of this file. | 
void setLocalFile(java.io.File f)
f - a File representing a local file in the filesystemjava.io.File getLocalFile()
void setPackageName(java.lang.String name)
name - as String, null if no information existsjava.lang.String getPackageName()
void setVersion(java.lang.String version)
version - the string with version information coming from the catalog managerjava.lang.String getVersion()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa