public class TypeConversionParameter extends Object
Constructor and Description |
---|
TypeConversionParameter(String type,
String schema,
Set<String> subClassOf,
String rule) |
Modifier and Type | Method and Description |
---|---|
String |
getRule() |
String |
getSchema() |
Set<String> |
getSubClassOf() |
String |
getType() |
boolean |
hasSchema() |
public String getType()
public String getSchema()
null
.public boolean hasSchema()
public Set<String> getSubClassOf()
null
. Note: the values are given as
(trimmed) QName-like strings, with the namespace prefixes
matching the namespace abbreviations of the namespaces declared
in the configuration.public String getRule()
Copyright © 2018. All rights reserved.