com.centrasite.jaxr.type
Interface CentraSiteClassificationAttribute

All Superinterfaces:
CentraSiteAttribute

public interface CentraSiteClassificationAttribute
extends CentraSiteAttribute

A classification attribute is a specific kind of attribute whose value is a classification according to a particular taxonomy. It is identified by an attribute-key that instance classifications will use as a reference in order to be recognized as classification attribute.


Field Summary
 
Fields inherited from interface com.centrasite.jaxr.type.CentraSiteAttribute
MAXOCCURS_1, MAXOCCURS_UNBOUNDED, MINOCCURS_0, MINOCCURS_1
 
Method Summary
 java.lang.String getAttributeKey()
          Get the attribute key.
 javax.xml.registry.infomodel.ClassificationScheme getTaxonomy()
          Get this attribute's taxonomy.
 void setTaxonomy(javax.xml.registry.infomodel.ClassificationScheme taxonomy)
          Set this attribute's taxonomy.
 
Methods inherited from interface com.centrasite.jaxr.type.CentraSiteAttribute
getDefaultValue, getDescription, getDisplayName, getLocalName, getMaxOccurs, getMinOccurs, getName, hasDefaultValue, isReadOnly, isRequired, isSystemDefined, isUsed, setDefaultValue, setDescription, setMaxOccurs, setMinOccurs, setName, setReadOnly, setRequired
 

Method Detail

getTaxonomy

javax.xml.registry.infomodel.ClassificationScheme getTaxonomy()
                                                              throws javax.xml.registry.JAXRException
Get this attribute's taxonomy.

Returns:
this attribute's taxonomy
Throws:
javax.xml.registry.JAXRException

setTaxonomy

void setTaxonomy(javax.xml.registry.infomodel.ClassificationScheme taxonomy)
                 throws javax.xml.registry.JAXRException
Set this attribute's taxonomy.

Parameters:
taxonomy - this attribute's taxonomy
Throws:
javax.xml.registry.JAXRException

getAttributeKey

java.lang.String getAttributeKey()
                                 throws javax.xml.registry.JAXRException
Get the attribute key.

Returns:
the attribute key.
Throws:
javax.xml.registry.JAXRException