com.softwareag.centrasite.appl.framework.mapping
Class Slot
java.lang.Object
com.softwareag.centrasite.appl.framework.mapping.BaseProperty
com.softwareag.centrasite.appl.framework.mapping.Slot
- All Implemented Interfaces:
- Property
- Direct Known Subclasses:
- BoolAttribute, DateAttribute, DurationAttribute, UrlAttribute
public class Slot
- extends BaseProperty
Property
representing JAXR slot and mapped using the
Slot
annotation.
Constructor Summary |
Slot()
|
Method Summary |
javax.xml.namespace.QName |
getSlotName()
|
Slot.Type |
getSlotType()
|
boolean |
isInstanceTypeSlot()
Information about the Slot type comes from the TypeManager If TypeManager
recognizes the slot then it is no instance type slot. |
void |
setInstanceTypeSlot(boolean isInstanceTypeSlot)
Information about the Slot type comes from the TypeManager If TypeManager
recognizes the slot then it is no instance type slot. |
void |
setSlotName(javax.xml.namespace.QName slotName)
|
void |
setSlotType(Slot.Type slotType)
|
Methods inherited from class com.softwareag.centrasite.appl.framework.mapping.BaseProperty |
getAttributeDescription, getAttributeName, getBeanType, getGetter, getName, getSetter, getTargetType, hasAttributeDescription, setAttributeDescription, setAttributeName, setBeanType, setGetter, setHasAttributeDescription, setName, setSetter, setTargetType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Slot
public Slot()
getSlotType
public Slot.Type getSlotType()
- Returns:
- the slotType
setSlotType
public void setSlotType(Slot.Type slotType)
- Parameters:
slotType
- the slotType to set
getSlotName
public javax.xml.namespace.QName getSlotName()
- Returns:
- the slotName
setSlotName
public void setSlotName(javax.xml.namespace.QName slotName)
- Parameters:
slotName
- the slotName to set
isInstanceTypeSlot
public boolean isInstanceTypeSlot()
- Information about the Slot type comes from the TypeManager If TypeManager
recognizes the slot then it is no instance type slot.
- Returns:
- isInstanceTypeSlot
setInstanceTypeSlot
public void setInstanceTypeSlot(boolean isInstanceTypeSlot)
- Information about the Slot type comes from the TypeManager If TypeManager
recognizes the slot then it is no instance type slot.
- Parameters:
isInstanceTypeSlot
-