SchemaFileInfo

uk.gov.nationalarchives.dp.client.FileInfo.SchemaFileInfo
case class SchemaFileInfo(name: String, description: String, originalName: String, xmlData: String) extends FileInfo

Represents an XML schema in the Preservica config

Value parameters

description

The description of the schema

name

The name of the schema

originalName

The original name of the schema. This is used to delete the exising schema.

xmlData

The data of the new schema.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FileInfo
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toQueryParams: Map[String, String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product