public class SlotAttributeDescriptionImpl extends AttributeDescriptionImpl implements SlotAttributeDescription
SlotAttributeDescription
.MAXOCCURS_1, MAXOCCURS_UNBOUNDED, MINOCCURS_0, MINOCCURS_1, TYPE_ANY_SIMPLE_TYPE, TYPE_BOOLEAN, TYPE_DATE, TYPE_DATE_TIME, TYPE_DECIMAL, TYPE_DOUBLE, TYPE_DURATION, TYPE_NUMBER, TYPE_STRING, TYPE_TIME, TYPE_URL
Constructor and Description |
---|
SlotAttributeDescriptionImpl(com.centrasite.jaxr.type.CentraSiteSlotDescription csAttribute)
Constructs a new object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Get the attribute's display name.
|
void |
setDisplayName(java.lang.String displayName)
Set the attribute's display name.
|
getCentraSiteAttribute, getCsAttribute, getDataType, getDefaultValue, getDescription, getEnumValues, getLocalName, getMaxOccurs, getMinOccurs, getName, getPrecision, getType, getUnitLabel, isIndexed, isPrefix, isReadOnly, isSystemDefined, isUsed, setCsAttribute, setDefaultValue, setDescription, setEnumValues, setIndexed, setMaxOccurs, setMinOccurs, setName, setPrecision, setPrefix, setReadOnly, setUnitLabel, toXML
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataType, getDefaultValue, getDescription, getEnumValues, getLocalName, getMaxOccurs, getMinOccurs, getName, getPrecision, getType, getUnitLabel, isIndexed, isPrefix, isReadOnly, isSystemDefined, isUsed, setDefaultValue, setDescription, setEnumValues, setIndexed, setMaxOccurs, setMinOccurs, setName, setPrecision, setPrefix, setReadOnly, setUnitLabel, toXML
public SlotAttributeDescriptionImpl(com.centrasite.jaxr.type.CentraSiteSlotDescription csAttribute)
csAttribute
- the centraSite relationship Attribute.public java.lang.String getDisplayName() throws CSAppFrameworkException
getDisplayName
in interface AttributeDescription
getDisplayName
in interface SlotAttributeDescription
getDisplayName
in class AttributeDescriptionImpl
CSAppFrameworkException
- if an internal error occurs.public void setDisplayName(java.lang.String displayName) throws CSAppFrameworkException
setDisplayName
in interface SlotAttributeDescription
displayName
- the attribute's display nameCSAppFrameworkException
- if an internal error occurs.