com.centrasite.jaxr.type
Interface CentraSiteComputedAttribute
- All Superinterfaces:
- CentraSiteAttribute
public interface CentraSiteComputedAttribute
- extends CentraSiteAttribute
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 |
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