Package com.adobe.xmp.schema.rng.model
Class SchemaInfo
java.lang.Object
com.adobe.xmp.schema.rng.model.SchemaInfo
This class handles schema level info such as label and description, which is extracted from annotations from RelaxNG
schema.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the description to be used for this schemsgetLabel()Gets the label to be used for this schemaGets the prefix defined to be used for this schemavoidsetDescription(String description) Sets the description extracted from rng schemavoidSets the extracted label from rng schemavoidSets the prefix defined to be used for this schema.
-
Constructor Details
-
SchemaInfo
public SchemaInfo()
-
-
Method Details
-
getLabel
Gets the label to be used for this schema- Returns:
- label extracted from rng schema for this XMP schema
-
setLabel
Sets the extracted label from rng schema- Parameters:
label- label to set
-
getDescription
Gets the description to be used for this schems- Returns:
- description extracted from rng schema for this XMP schema
-
setDescription
Sets the description extracted from rng schema- Parameters:
description- description to set
-
getPrefix
Gets the prefix defined to be used for this schema- Returns:
- prefix to use
-
setPrefix
Sets the prefix defined to be used for this schema.- Parameters:
prefix- prefix to use
-