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.
|
javax.xml.registry.infomodel.ClassificationScheme |
getTaxonomy()
Gets this attribute's taxonomy.
|
void |
setTaxonomy(javax.xml.registry.infomodel.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
javax.xml.registry.infomodel.ClassificationScheme getTaxonomy() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occursvoid setTaxonomy(javax.xml.registry.infomodel.ClassificationScheme taxonomy) throws javax.xml.registry.JAXRException
taxonomy
- this attribute's taxonomyjavax.xml.registry.JAXRException
- if an internal error occursjava.lang.String getAttributeKey() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs