public interface CentraSiteClassificationAttribute extends CentraSiteAttribute
MAXOCCURS_1, MAXOCCURS_UNBOUNDED, MINOCCURS_0, MINOCCURS_1
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeKey()
Gets the attribute key.
|
ClassificationScheme |
getTaxonomy()
Gets this attribute's taxonomy.
|
void |
setTaxonomy(ClassificationScheme taxonomy)
Sets this attribute's taxonomy.
|
getDefaultValue, getDescription, getDisplayName, getLocalName, getMaxOccurs, getMinOccurs, getName, hasDefaultValue, isPredefined, isReadOnly, isRequired, isSystemDefined, isUsed, setDefaultValue, setDescription, setMaxOccurs, setMinOccurs, setName, setReadOnly, setRequired
ClassificationScheme getTaxonomy() throws JAXRException
JAXRException
- if an internal error occursvoid setTaxonomy(ClassificationScheme taxonomy) throws JAXRException
taxonomy
- this attribute's taxonomyJAXRException
- if an internal error occursjava.lang.String getAttributeKey() throws JAXRException
JAXRException
- if an internal error occurs