public class Slot extends BaseProperty
Constructor and Description |
---|
Slot() |
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
getSlotName()
Returns the slot name.
|
Slot.Type |
getSlotType()
Returns the slot type.
|
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)
Sets the slot name.
|
void |
setSlotType(Slot.Type slotType)
Sets the slot type.
|
getAttributeDescription, getAttributeName, getBeanType, getGetter, getName, getSetter, getTargetType, hasAttributeDescription, setAttributeDescription, setAttributeName, setBeanType, setGetter, setHasAttributeDescription, setName, setSetter, setTargetType
public Slot.Type getSlotType()
public void setSlotType(Slot.Type slotType)
slotType
- the slotType to setpublic javax.xml.namespace.QName getSlotName()
public void setSlotName(javax.xml.namespace.QName slotName)
slotName
- the slotName to setpublic boolean isInstanceTypeSlot()
public void setInstanceTypeSlot(boolean isInstanceTypeSlot)
isInstanceTypeSlot
- true
if it is instance type slot.