javax.xml.registry.infomodel
Interface RegistryObject
- All Superinterfaces:
- ExtensibleObject
- All Known Subinterfaces:
- Association, AuditableEvent, Classification, ClassificationScheme, Concept, ExternalIdentifier, ExternalLink, ExtrinsicObject, Organization, RegistryEntry, RegistryPackage, Service, ServiceBinding, SpecificationLink, User
public interface RegistryObject
- extends ExtensibleObject
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
addAssociation
void addAssociation(Association association)
throws JAXRException
- Throws:
JAXRException
addAssociations
void addAssociations(java.util.Collection associations)
throws JAXRException
- Throws:
JAXRException
addClassification
void addClassification(Classification classification)
throws JAXRException
- Throws:
JAXRException
addClassifications
void addClassifications(java.util.Collection classifications)
throws JAXRException
- Throws:
JAXRException
addExternalIdentifier
void addExternalIdentifier(ExternalIdentifier externalIdentifier)
throws JAXRException
- Throws:
JAXRException
addExternalIdentifiers
void addExternalIdentifiers(java.util.Collection externalIdentifiers)
throws JAXRException
- Throws:
JAXRException
addExternalLink
void addExternalLink(ExternalLink externalLink)
throws JAXRException
- Throws:
JAXRException
addExternalLinks
void addExternalLinks(java.util.Collection externalLinks)
throws JAXRException
- Throws:
JAXRException
getAssociatedObjects
java.util.Collection getAssociatedObjects()
throws JAXRException
- Throws:
JAXRException
getAssociations
java.util.Collection getAssociations()
throws JAXRException
- Throws:
JAXRException
getAuditTrail
java.util.Collection getAuditTrail()
throws JAXRException
- Throws:
JAXRException
getClassifications
java.util.Collection getClassifications()
throws JAXRException
- Throws:
JAXRException
getDescription
InternationalString getDescription()
throws JAXRException
- Throws:
JAXRException
getExternalIdentifiers
java.util.Collection getExternalIdentifiers()
throws JAXRException
- Throws:
JAXRException
getExternalLinks
java.util.Collection getExternalLinks()
throws JAXRException
- Throws:
JAXRException
getKey
Key getKey()
throws JAXRException
- Throws:
JAXRException
getLifeCycleManager
LifeCycleManager getLifeCycleManager()
throws JAXRException
- Throws:
JAXRException
getName
InternationalString getName()
throws JAXRException
- Throws:
JAXRException
getObjectType
Concept getObjectType()
throws JAXRException
- Throws:
JAXRException
getRegistryPackages
java.util.Collection getRegistryPackages()
throws JAXRException
- Throws:
JAXRException
getSubmittingOrganization
Organization getSubmittingOrganization()
throws JAXRException
- Throws:
JAXRException
removeAssociation
void removeAssociation(Association association)
throws JAXRException
- Throws:
JAXRException
removeAssociations
void removeAssociations(java.util.Collection associations)
throws JAXRException
- Throws:
JAXRException
removeClassification
void removeClassification(Classification classification)
throws JAXRException
- Throws:
JAXRException
removeClassifications
void removeClassifications(java.util.Collection classifications)
throws JAXRException
- Throws:
JAXRException
removeExternalIdentifier
void removeExternalIdentifier(ExternalIdentifier externalIdentifier)
throws JAXRException
- Throws:
JAXRException
removeExternalIdentifiers
void removeExternalIdentifiers(java.util.Collection externalIdentifiers)
throws JAXRException
- Throws:
JAXRException
removeExternalLink
void removeExternalLink(ExternalLink externalLink)
throws JAXRException
- Throws:
JAXRException
removeExternalLinks
void removeExternalLinks(java.util.Collection externalLinks)
throws JAXRException
- Throws:
JAXRException
setAssociations
void setAssociations(java.util.Collection associations)
throws JAXRException
- Throws:
JAXRException
setDescription
void setDescription(InternationalString description)
throws JAXRException
- Throws:
JAXRException
setClassifications
void setClassifications(java.util.Collection classifications)
throws JAXRException
- Throws:
JAXRException
setExternalIdentifiers
void setExternalIdentifiers(java.util.Collection externalIdentifiers)
throws JAXRException
- Throws:
JAXRException
setExternalLinks
void setExternalLinks(java.util.Collection externalLinks)
throws JAXRException
- Throws:
JAXRException
setKey
void setKey(Key key)
throws JAXRException
- Throws:
JAXRException
setName
void setName(InternationalString name)
throws JAXRException
- Throws:
JAXRException
toXML
java.lang.String toXML()
throws JAXRException
- Throws:
JAXRException
Copyright © 2011. All Rights Reserved.