public class DnxDocumentHelper.FileFormat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AGENT |
static java.lang.String |
AGENTSIGNATUREVERSION |
static java.lang.String |
AGENTVERSION |
static java.lang.String |
EXACTFORMATIDENTIFICATION |
static java.lang.String |
FORMATDESCRIPTION |
static java.lang.String |
FORMATLIBRARYVERSION |
static java.lang.String |
FORMATNAME |
static java.lang.String |
FORMATNOTE |
static java.lang.String |
FORMATREGISTRY |
static java.lang.String |
FORMATREGISTRYID |
static java.lang.String |
FORMATREGISTRYROLE |
static java.lang.String |
FORMATVERSION |
static java.lang.String |
MIMETYPE |
static java.lang.String |
sectionId |
Constructor and Description |
---|
FileFormat() |
FileFormat(java.lang.String agent,
java.lang.String formatRegistry,
java.lang.String formatRegistryId,
java.lang.String formatRegistryRole,
java.lang.String formatName,
java.lang.String formatVersion,
java.lang.String formatDescription,
java.lang.String formatNote,
java.lang.String exactFormatIdentification,
java.lang.String mimeType,
java.lang.String agentVersion,
java.lang.String agentSignatureVersion,
java.lang.String formatLibraryVersion)
Creates the FileFormat section.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAgent()
Gets the FileFormat agent.
|
java.lang.String |
getAgentSignatureVersion()
Gets the FileFormat agentSignatureVersion.
|
java.lang.String |
getAgentVersion()
Gets the FileFormat agentVersion.
|
java.lang.String |
getExactFormatIdentification()
Gets the FileFormat exactFormatIdentification.
|
java.lang.String |
getFormatDescription()
Gets the FileFormat formatDescription.
|
java.lang.String |
getFormatLibraryVersion()
Gets the FileFormat formatLibraryVersion.
|
java.lang.String |
getFormatName()
Gets the FileFormat formatName.
|
java.lang.String |
getFormatNote()
Gets the FileFormat formatNote.
|
java.lang.String |
getFormatRegistry()
Gets the FileFormat formatRegistry.
|
java.lang.String |
getFormatRegistryId()
Gets the FileFormat formatRegistryId.
|
java.lang.String |
getFormatRegistryRole()
Gets the FileFormat formatRegistryRole.
|
java.lang.String |
getFormatVersion()
Gets the FileFormat formatVersion.
|
java.lang.String |
getMimeType()
Gets the FileFormat mimeType.
|
DnxSectionRecord |
getRecord() |
void |
setAgent(java.lang.String s)
Sets the FileFormat agent.
|
void |
setAgentSignatureVersion(java.lang.String s)
Sets the FileFormat agentSignatureVersion.
|
void |
setAgentVersion(java.lang.String s)
Sets the FileFormat agentVersion.
|
void |
setExactFormatIdentification(java.lang.String s)
Sets the FileFormat exactFormatIdentification.
|
void |
setFormatDescription(java.lang.String s)
Sets the FileFormat formatDescription.
|
void |
setFormatLibraryVersion(java.lang.String s)
Sets the FileFormat formatLibraryVersion.
|
void |
setFormatName(java.lang.String s)
Sets the FileFormat formatName.
|
void |
setFormatNote(java.lang.String s)
Sets the FileFormat formatNote.
|
void |
setFormatRegistry(java.lang.String s)
Sets the FileFormat formatRegistry.
|
void |
setFormatRegistryId(java.lang.String s)
Sets the FileFormat formatRegistryId.
|
void |
setFormatRegistryRole(java.lang.String s)
Sets the FileFormat formatRegistryRole.
|
void |
setFormatVersion(java.lang.String s)
Sets the FileFormat formatVersion.
|
void |
setMimeType(java.lang.String s)
Sets the FileFormat mimeType.
|
void |
setRecord(DnxSectionRecord record) |
public static final java.lang.String sectionId
public static final java.lang.String AGENT
public static final java.lang.String FORMATREGISTRY
public static final java.lang.String FORMATREGISTRYID
public static final java.lang.String FORMATREGISTRYROLE
public static final java.lang.String FORMATNAME
public static final java.lang.String FORMATVERSION
public static final java.lang.String FORMATDESCRIPTION
public static final java.lang.String FORMATNOTE
public static final java.lang.String EXACTFORMATIDENTIFICATION
public static final java.lang.String MIMETYPE
public static final java.lang.String AGENTVERSION
public static final java.lang.String AGENTSIGNATUREVERSION
public static final java.lang.String FORMATLIBRARYVERSION
public FileFormat()
public FileFormat(java.lang.String agent, java.lang.String formatRegistry, java.lang.String formatRegistryId, java.lang.String formatRegistryRole, java.lang.String formatName, java.lang.String formatVersion, java.lang.String formatDescription, java.lang.String formatNote, java.lang.String exactFormatIdentification, java.lang.String mimeType, java.lang.String agentVersion, java.lang.String agentSignatureVersion, java.lang.String formatLibraryVersion)
agent
- The Agent ID of the file format utility (for example, DROID v1 definition file v17)formatRegistry
- Type of format library record (for example, PRONOM)formatRegistryId
- The registry IDformatRegistryRole
- The purpose or expected use of the registry (for example, Specification, Validation profile) - format identificationformatName
- A designation of the format of the file or bitstream.formatVersion
- The version of the format named in formatName.formatDescription
- Format description from format libraryformatNote
- Additional information about format (for example, tentative identification, multiple format identifications found) - use DROID WarningexactFormatIdentification
- Specific output of DROIDmimeType
- Specific output of DROIDagentVersion
- DROID versionagentSignatureVersion
- DROID signature file versionformatLibraryVersion
- Version fo the Global Format Librarypublic DnxSectionRecord getRecord()
public void setRecord(DnxSectionRecord record)
public java.lang.String getAgent()
public void setAgent(java.lang.String s)
s
- The Agent ID of the file format utility (for example, DROID v1 definition file v17)public java.lang.String getFormatRegistry()
public void setFormatRegistry(java.lang.String s)
s
- Type of format library record (for example, PRONOM)public java.lang.String getFormatRegistryId()
public void setFormatRegistryId(java.lang.String s)
s
- The registry IDpublic java.lang.String getFormatRegistryRole()
public void setFormatRegistryRole(java.lang.String s)
s
- The purpose or expected use of the registry (for example, Specification, Validation profile) - format identificationpublic java.lang.String getFormatName()
public void setFormatName(java.lang.String s)
s
- A designation of the format of the file or bitstream.public java.lang.String getFormatVersion()
public void setFormatVersion(java.lang.String s)
s
- The version of the format named in formatName.public java.lang.String getFormatDescription()
public void setFormatDescription(java.lang.String s)
s
- Format description from format librarypublic java.lang.String getFormatNote()
public void setFormatNote(java.lang.String s)
s
- Additional information about format (for example, tentative identification, multiple format identifications found) - use DROID Warningpublic java.lang.String getExactFormatIdentification()
public void setExactFormatIdentification(java.lang.String s)
s
- Specific output of DROIDpublic java.lang.String getMimeType()
public void setMimeType(java.lang.String s)
s
- Specific output of DROIDpublic java.lang.String getAgentVersion()
public void setAgentVersion(java.lang.String s)
s
- DROID versionpublic java.lang.String getAgentSignatureVersion()
public void setAgentSignatureVersion(java.lang.String s)
s
- DROID signature file versionpublic java.lang.String getFormatLibraryVersion()
public void setFormatLibraryVersion(java.lang.String s)
s
- Version fo the Global Format Library