public class RegistryObjectImpl extends ExtensibleObjectImpl implements javax.xml.registry.infomodel.RegistryObject
| Constructor and Description |
|---|
RegistryObjectImpl(javax.xml.registry.LifeCycleManager lifeCycleManager) |
RegistryObjectImpl(javax.xml.registry.LifeCycleManager lifeCycleManager,
javax.xml.registry.infomodel.InternationalString n) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssociation(javax.xml.registry.infomodel.Association association)
Adds specified Association to use this object as source.
|
void |
addAssociations(java.util.Collection collection) |
void |
addClassification(javax.xml.registry.infomodel.Classification classification) |
void |
addClassifications(java.util.Collection collection) |
void |
addExternalIdentifier(javax.xml.registry.infomodel.ExternalIdentifier externalIdentifier) |
void |
addExternalIdentifiers(java.util.Collection collection) |
void |
addExternalLink(javax.xml.registry.infomodel.ExternalLink externalLink) |
void |
addExternalLinks(java.util.Collection collection) |
boolean |
equals(java.lang.Object obj)
The spec does not define how equality is defined for RegistryObject's.
|
java.util.Collection |
getAssociatedObjects() |
java.util.Collection |
getAssociations() |
java.util.Collection |
getAuditTrail() |
java.util.Collection |
getClassifications() |
javax.xml.registry.infomodel.InternationalString |
getDescription() |
java.util.Collection |
getExternalIdentifiers() |
java.util.Collection |
getExternalLinks() |
javax.xml.registry.infomodel.Key |
getKey() |
javax.xml.registry.LifeCycleManager |
getLifeCycleManager() |
javax.xml.registry.infomodel.InternationalString |
getName() |
javax.xml.registry.infomodel.Concept |
getObjectType() |
java.util.Collection |
getRegistryPackages() |
javax.xml.registry.infomodel.Organization |
getSubmittingOrganization() |
int |
hashCode() |
void |
removeAssociation(javax.xml.registry.infomodel.Association association) |
void |
removeAssociations(java.util.Collection collection) |
void |
removeClassification(javax.xml.registry.infomodel.Classification classification) |
void |
removeClassifications(java.util.Collection collection) |
void |
removeExternalIdentifier(javax.xml.registry.infomodel.ExternalIdentifier externalIdentifier) |
void |
removeExternalIdentifiers(java.util.Collection collection) |
void |
removeExternalLink(javax.xml.registry.infomodel.ExternalLink externalLink) |
void |
removeExternalLinks(java.util.Collection collection) |
void |
setAssociations(java.util.Collection collection) |
void |
setClassifications(java.util.Collection collection) |
void |
setDescription(javax.xml.registry.infomodel.InternationalString description) |
void |
setExternalIdentifiers(java.util.Collection collection) |
void |
setExternalLinks(java.util.Collection collection) |
void |
setKey(javax.xml.registry.infomodel.Key k) |
void |
setName(javax.xml.registry.infomodel.InternationalString name) |
java.lang.String |
toXML() |
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotspublic RegistryObjectImpl(javax.xml.registry.LifeCycleManager lifeCycleManager)
public RegistryObjectImpl(javax.xml.registry.LifeCycleManager lifeCycleManager,
javax.xml.registry.infomodel.InternationalString n)
public javax.xml.registry.infomodel.Key getKey()
getKey in interface javax.xml.registry.infomodel.RegistryObjectpublic javax.xml.registry.infomodel.InternationalString getDescription()
getDescription in interface javax.xml.registry.infomodel.RegistryObjectpublic void setDescription(javax.xml.registry.infomodel.InternationalString description)
setDescription in interface javax.xml.registry.infomodel.RegistryObjectpublic javax.xml.registry.infomodel.InternationalString getName()
getName in interface javax.xml.registry.infomodel.RegistryObjectpublic void setName(javax.xml.registry.infomodel.InternationalString name)
setName in interface javax.xml.registry.infomodel.RegistryObjectpublic void setKey(javax.xml.registry.infomodel.Key k)
setKey in interface javax.xml.registry.infomodel.RegistryObjectpublic java.lang.String toXML()
throws javax.xml.registry.JAXRException
toXML in interface javax.xml.registry.infomodel.RegistryObjectjavax.xml.registry.JAXRExceptionpublic void addClassification(javax.xml.registry.infomodel.Classification classification)
addClassification in interface javax.xml.registry.infomodel.RegistryObjectpublic void addClassifications(java.util.Collection collection)
addClassifications in interface javax.xml.registry.infomodel.RegistryObjectpublic void removeClassification(javax.xml.registry.infomodel.Classification classification)
removeClassification in interface javax.xml.registry.infomodel.RegistryObjectpublic void removeClassifications(java.util.Collection collection)
removeClassifications in interface javax.xml.registry.infomodel.RegistryObjectpublic java.util.Collection getClassifications()
getClassifications in interface javax.xml.registry.infomodel.RegistryObjectpublic void setClassifications(java.util.Collection collection)
setClassifications in interface javax.xml.registry.infomodel.RegistryObjectpublic void addAssociation(javax.xml.registry.infomodel.Association association)
throws javax.xml.registry.JAXRException
addAssociation in interface javax.xml.registry.infomodel.RegistryObjectassociation - javax.xml.registry.JAXRExceptionpublic void addAssociations(java.util.Collection collection)
throws javax.xml.registry.JAXRException
addAssociations in interface javax.xml.registry.infomodel.RegistryObjectjavax.xml.registry.JAXRExceptionpublic java.util.Collection getAssociations()
throws javax.xml.registry.JAXRException
getAssociations in interface javax.xml.registry.infomodel.RegistryObjectjavax.xml.registry.JAXRExceptionpublic void setAssociations(java.util.Collection collection)
setAssociations in interface javax.xml.registry.infomodel.RegistryObjectpublic void removeAssociation(javax.xml.registry.infomodel.Association association)
removeAssociation in interface javax.xml.registry.infomodel.RegistryObjectpublic void removeAssociations(java.util.Collection collection)
removeAssociations in interface javax.xml.registry.infomodel.RegistryObjectpublic void addExternalIdentifier(javax.xml.registry.infomodel.ExternalIdentifier externalIdentifier)
addExternalIdentifier in interface javax.xml.registry.infomodel.RegistryObjectpublic void addExternalIdentifiers(java.util.Collection collection)
addExternalIdentifiers in interface javax.xml.registry.infomodel.RegistryObjectpublic void removeExternalIdentifier(javax.xml.registry.infomodel.ExternalIdentifier externalIdentifier)
removeExternalIdentifier in interface javax.xml.registry.infomodel.RegistryObjectpublic void removeExternalIdentifiers(java.util.Collection collection)
removeExternalIdentifiers in interface javax.xml.registry.infomodel.RegistryObjectpublic java.util.Collection getExternalIdentifiers()
getExternalIdentifiers in interface javax.xml.registry.infomodel.RegistryObjectpublic void setExternalIdentifiers(java.util.Collection collection)
setExternalIdentifiers in interface javax.xml.registry.infomodel.RegistryObjectpublic void addExternalLink(javax.xml.registry.infomodel.ExternalLink externalLink)
addExternalLink in interface javax.xml.registry.infomodel.RegistryObjectpublic void addExternalLinks(java.util.Collection collection)
addExternalLinks in interface javax.xml.registry.infomodel.RegistryObjectpublic void removeExternalLink(javax.xml.registry.infomodel.ExternalLink externalLink)
removeExternalLink in interface javax.xml.registry.infomodel.RegistryObjectpublic void removeExternalLinks(java.util.Collection collection)
removeExternalLinks in interface javax.xml.registry.infomodel.RegistryObjectpublic java.util.Collection getExternalLinks()
getExternalLinks in interface javax.xml.registry.infomodel.RegistryObjectpublic void setExternalLinks(java.util.Collection collection)
setExternalLinks in interface javax.xml.registry.infomodel.RegistryObjectpublic javax.xml.registry.infomodel.Organization getSubmittingOrganization()
getSubmittingOrganization in interface javax.xml.registry.infomodel.RegistryObjectpublic javax.xml.registry.LifeCycleManager getLifeCycleManager()
getLifeCycleManager in interface javax.xml.registry.infomodel.RegistryObjectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the object to compare topublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Collection getAuditTrail()
throws javax.xml.registry.JAXRException
getAuditTrail in interface javax.xml.registry.infomodel.RegistryObjectjavax.xml.registry.JAXRExceptionpublic java.util.Collection getAssociatedObjects()
throws javax.xml.registry.JAXRException
getAssociatedObjects in interface javax.xml.registry.infomodel.RegistryObjectjavax.xml.registry.JAXRExceptionpublic javax.xml.registry.infomodel.Concept getObjectType()
throws javax.xml.registry.JAXRException
getObjectType in interface javax.xml.registry.infomodel.RegistryObjectjavax.xml.registry.JAXRExceptionpublic java.util.Collection getRegistryPackages()
throws javax.xml.registry.JAXRException
getRegistryPackages in interface javax.xml.registry.infomodel.RegistryObjectjavax.xml.registry.JAXRExceptionCopyright © 2004-2013 Apache Web Services. All Rights Reserved.