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.
|
ExtrinsicObject |
getAttributeTemplate()
Gets the attribute template.
|
Concept |
getAttributeTemplateType()
Returns the attribute template type.
|
void |
setAttributeTemplate(ExtrinsicObject extObj)
Sets the attribute template.
|
void |
setAttributeTemplateType(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 JAXRException
JAXRException
- if an internal error occursExtrinsicObject getAttributeTemplate() throws JAXRException
JAXRException
- if an internal error occursvoid setAttributeTemplate(ExtrinsicObject extObj) throws JAXRException
extObj
- the attribute templateJAXRException
- if an internal error occursConcept getAttributeTemplateType() throws JAXRException
JAXRException
- if an internal error occursvoid setAttributeTemplateType(Concept templateType) throws JAXRException
templateType
- the attribute template type.JAXRException
- if an internal error occurs