com.centrasite.jaxr.type
Interface CentraSiteComputedAttribute

All Superinterfaces:
CentraSiteAttribute

public interface CentraSiteComputedAttribute
extends CentraSiteAttribute


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.ExtrinsicObject getAttributeTemplate()
          Get the attribute template.
 javax.xml.registry.infomodel.Concept getAttributeTemplateType()
           
 void setAttributeTemplate(javax.xml.registry.infomodel.ExtrinsicObject extObj)
          Set the attribute template.
 void setAttributeTemplateType(javax.xml.registry.infomodel.Concept templateType)
           
 
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

getAttributeTemplate

javax.xml.registry.infomodel.ExtrinsicObject getAttributeTemplate()
                                                                  throws javax.xml.registry.JAXRException
Get the attribute template.

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

setAttributeTemplate

void setAttributeTemplate(javax.xml.registry.infomodel.ExtrinsicObject extObj)
                          throws javax.xml.registry.JAXRException
Set the attribute template.

Parameters:
extObj - the attribute template
Throws:
javax.xml.registry.JAXRException

getAttributeTemplateType

javax.xml.registry.infomodel.Concept getAttributeTemplateType()
                                                              throws javax.xml.registry.JAXRException
Returns:
attr template type
Throws:
javax.xml.registry.JAXRException

setAttributeTemplateType

void setAttributeTemplateType(javax.xml.registry.infomodel.Concept templateType)
                              throws javax.xml.registry.JAXRException
Parameters:
templateType -
Throws:
javax.xml.registry.JAXRException