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$ $Date$
addAssociation
public void addAssociation(Association association)
throws JAXRException
- Throws:
JAXRException
addAssociations
public void addAssociations(java.util.Collection associations)
throws JAXRException
- Throws:
JAXRException
addClassification
public void addClassification(Classification classification)
throws JAXRException
- Throws:
JAXRException
addClassifications
public void addClassifications(java.util.Collection classifications)
throws JAXRException
- Throws:
JAXRException
addExternalIdentifier
public void addExternalIdentifier(ExternalIdentifier externalIdentifier)
throws JAXRException
- Throws:
JAXRException
addExternalIdentifiers
public void addExternalIdentifiers(java.util.Collection externalIdentifiers)
throws JAXRException
- Throws:
JAXRException
addExternalLink
public void addExternalLink(ExternalLink externalLink)
throws JAXRException
- Throws:
JAXRException
addExternalLinks
public void addExternalLinks(java.util.Collection externalLinks)
throws JAXRException
- Throws:
JAXRException
getAssociatedObjects
public java.util.Collection getAssociatedObjects()
throws JAXRException
- Throws:
JAXRException
getAssociations
public java.util.Collection getAssociations()
throws JAXRException
- Throws:
JAXRException
getAuditTrail
public java.util.Collection getAuditTrail()
throws JAXRException
- Throws:
JAXRException
getClassifications
public java.util.Collection getClassifications()
throws JAXRException
- Throws:
JAXRException
getDescription
public InternationalString getDescription()
throws JAXRException
- Throws:
JAXRException
getExternalIdentifiers
public java.util.Collection getExternalIdentifiers()
throws JAXRException
- Throws:
JAXRException
getExternalLinks
public java.util.Collection getExternalLinks()
throws JAXRException
- Throws:
JAXRException
getKey
public Key getKey()
throws JAXRException
- Throws:
JAXRException
getLifeCycleManager
public LifeCycleManager getLifeCycleManager()
throws JAXRException
- Throws:
JAXRException
getName
public InternationalString getName()
throws JAXRException
- Throws:
JAXRException
getObjectType
public Concept getObjectType()
throws JAXRException
- Throws:
JAXRException
getRegistryPackages
public java.util.Collection getRegistryPackages()
throws JAXRException
- Throws:
JAXRException
getSubmittingOrganization
public Organization getSubmittingOrganization()
throws JAXRException
- Throws:
JAXRException
removeAssociation
public void removeAssociation(Association association)
throws JAXRException
- Throws:
JAXRException
removeAssociations
public void removeAssociations(java.util.Collection associations)
throws JAXRException
- Throws:
JAXRException
removeClassification
public void removeClassification(Classification classification)
throws JAXRException
- Throws:
JAXRException
removeClassifications
public void removeClassifications(java.util.Collection classifications)
throws JAXRException
- Throws:
JAXRException
removeExternalIdentifier
public void removeExternalIdentifier(ExternalIdentifier externalIdentifier)
throws JAXRException
- Throws:
JAXRException
removeExternalIdentifiers
public void removeExternalIdentifiers(java.util.Collection externalIdentifiers)
throws JAXRException
- Throws:
JAXRException
removeExternalLink
public void removeExternalLink(ExternalLink externalLink)
throws JAXRException
- Throws:
JAXRException
removeExternalLinks
public void removeExternalLinks(java.util.Collection externalLinks)
throws JAXRException
- Throws:
JAXRException
setAssociations
public void setAssociations(java.util.Collection associations)
throws JAXRException
- Throws:
JAXRException
setDescription
public void setDescription(InternationalString description)
throws JAXRException
- Throws:
JAXRException
setClassifications
public void setClassifications(java.util.Collection classifications)
throws JAXRException
- Throws:
JAXRException
setExternalIdentifiers
public void setExternalIdentifiers(java.util.Collection externalIdentifiers)
throws JAXRException
- Throws:
JAXRException
setExternalLinks
public void setExternalLinks(java.util.Collection externalLinks)
throws JAXRException
- Throws:
JAXRException
setKey
public void setKey(Key key)
throws JAXRException
- Throws:
JAXRException
setName
public void setName(InternationalString name)
throws JAXRException
- Throws:
JAXRException
toXML
public java.lang.String toXML()
throws JAXRException
- Throws:
JAXRException
Copyright © 2004-2006 Apache Web Services. All Rights Reserved.