com.centrasite.jaxr.infomodel
Interface CentraSiteSlot

All Superinterfaces:
javax.xml.registry.infomodel.Slot

public interface CentraSiteSlot
extends javax.xml.registry.infomodel.Slot


Field Summary
 
Fields inherited from interface javax.xml.registry.infomodel.Slot
ADDRESS_LINES_SLOT, AUTHORIZED_NAME_SLOT, OPERATOR_SLOT, SORT_CODE_SLOT
 
Method Summary
 java.util.Collection getTypedValues()
          Gets the type-specific values for this Slot.
 
Methods inherited from interface javax.xml.registry.infomodel.Slot
getName, getSlotType, getValues, setName, setSlotType, setValues
 

Method Detail

getTypedValues

java.util.Collection getTypedValues()
                                    throws javax.xml.registry.JAXRException
Gets the type-specific values for this Slot. The values are strings for all simple types, otherwise InternationalString, RichText, or InternationalRichText instances.

Returns:
Collection of type-specific instances representing the values for this Slot. The Collection may be empty but not null.
Throws:
javax.xml.registry.JAXRException