com.centrasite.jaxr.type
Interface CentraSiteBaseTypeDescription

All Superinterfaces:
CentraSiteTypeDescription

public interface CentraSiteBaseTypeDescription
extends CentraSiteTypeDescription

A base type allows all possible type operations like adding attributes and profiles.


Method Summary
 java.util.Collection<CentraSiteVirtualTypeDescription> getVirtualTypes()
          Get all virtual types that are base on this type.
 
Methods inherited from interface com.centrasite.jaxr.type.CentraSiteTypeDescription
addClassification, addClassification, addClassificationAtribute, addClassificationAtributes, addComputedAttribute, addComputedAttributes, addFileAtribute, addFileAtributes, addOperationDescription, addProfile, addProfiles, addRelationShipAtribute, addRelationShipAtributes, addSlotDescription, addSlotDescriptions, addTriggerDescription, areSlotsCreated, checkValidLocalName, checkValidNameSpace, clearOperations, clearSlots, clearTriggers, delete, getAggregatedUsingTargetTypes, getClassificationAttributes, getCompositedUsingTargetTypes, getComputedAttributes, getConcept, getDescription, getDisplayName, getDoctypeName, getFileAttributes, getI18NDescription, getIconLink, getJaxrAttributes, getLargeIconLink, getLocalPart, getName, getNamespaceUri, getOperationDescriptions, getProfiles, getProfiles, getProfileSequence, getRelationShipAttributes, getReverselyAggregatingTypes, getSchemaName, getSlotDescription, getSlotDescriptions, getSlotNames, getTriggerDescriptions, getXsdLink, hasOperations, hasTriggers, isBaseType, isClassifiedWith, isClassifiedWith, isExtensible, isExtensible, isVirtualType, lock, ncName, removeClassification, removeClassification, removeClassificationAtribute, removeComputedAttribute, removeFileAtribute, removeOperationDescription, removeProfile, removeRelationShipAtribute, removeTriggerDescription, save, setConcept, setDescription, setDisplayName, setIconInputStream, setIconLink, setIconMediaType, setIconPath, setIconPath, setLargeIconInputStream, setLargeIconLink, setLargeIconMediaType, setLocalPart, setName, setNamespaceUri, setProfileSequence, setUpdateProcess, setXsdLink, toXML, toXmlForExport
 

Method Detail

getVirtualTypes

java.util.Collection<CentraSiteVirtualTypeDescription> getVirtualTypes()
                                                                       throws javax.xml.registry.JAXRException
Get all virtual types that are base on this type.

Returns:
the collection of virtual types that are base on this type
Throws:
javax.xml.registry.JAXRException