com.centrasite.jaxr.type
Interface CentraSiteFileAttribute

All Superinterfaces:
CentraSiteAttribute

public interface CentraSiteFileAttribute
extends CentraSiteAttribute

A file attribute is a specific kind of attribute whose value is represented by an ExternalLink. It is identified by an attribute-key that instances will use as a reference in order to be recognized as file 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.
 boolean isAggregation()
          Return whether this File attribute aggregates its values.
 void setAggregation(boolean aggregation)
          Set whether this File attribute aggregates its values.
 
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

getAttributeKey

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

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

isAggregation

boolean isAggregation()
                      throws javax.xml.registry.JAXRException
Return whether this File attribute aggregates its values.

Returns:
true if this File attribute aggregates its values.
Throws:
javax.xml.registry.JAXRException

setAggregation

void setAggregation(boolean aggregation)
                    throws javax.xml.registry.JAXRException
Set whether this File attribute aggregates its values.

Parameters:
aggregation - true if this File attribute aggregates its values.
Throws:
javax.xml.registry.JAXRException