public interface CentraSiteComputedAttribute extends CentraSiteAttribute
com.centrasite.jaxr.type.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.ExtrinsicObject |
getAttributeTemplate()
Gets the attribute template.
|
javax.xml.registry.infomodel.Concept |
getAttributeTemplateType()
Returns the attribute template type.
|
void |
setAttributeTemplate(javax.xml.registry.infomodel.ExtrinsicObject extObj)
Sets the attribute template.
|
void |
setAttributeTemplateType(javax.xml.registry.infomodel.Concept templateType)
Sets the attribute template type.
|
getDefaultValue, getDescription, getDisplayName, getLocalName, getMaxOccurs, getMinOccurs, getName, hasDefaultValue, isPredefined, isReadOnly, isRequired, isSystemDefined, isUsed, setDefaultValue, setDescription, setMaxOccurs, setMinOccurs, setName, setReadOnly, setRequired
java.lang.String getAttributeKey() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occursjavax.xml.registry.infomodel.ExtrinsicObject getAttributeTemplate() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occursvoid setAttributeTemplate(javax.xml.registry.infomodel.ExtrinsicObject extObj) throws javax.xml.registry.JAXRException
extObj
- the attribute templatejavax.xml.registry.JAXRException
- if an internal error occursjavax.xml.registry.infomodel.Concept getAttributeTemplateType() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occursvoid setAttributeTemplateType(javax.xml.registry.infomodel.Concept templateType) throws javax.xml.registry.JAXRException
templateType
- the attribute template type.javax.xml.registry.JAXRException
- if an internal error occurs