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, removeSlots
public 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.RegistryObject
public javax.xml.registry.infomodel.InternationalString getDescription()
getDescription
in interface javax.xml.registry.infomodel.RegistryObject
public void setDescription(javax.xml.registry.infomodel.InternationalString description)
setDescription
in interface javax.xml.registry.infomodel.RegistryObject
public javax.xml.registry.infomodel.InternationalString getName()
getName
in interface javax.xml.registry.infomodel.RegistryObject
public void setName(javax.xml.registry.infomodel.InternationalString name)
setName
in interface javax.xml.registry.infomodel.RegistryObject
public void setKey(javax.xml.registry.infomodel.Key k)
setKey
in interface javax.xml.registry.infomodel.RegistryObject
public java.lang.String toXML() throws javax.xml.registry.JAXRException
toXML
in interface javax.xml.registry.infomodel.RegistryObject
javax.xml.registry.JAXRException
public void addClassification(javax.xml.registry.infomodel.Classification classification)
addClassification
in interface javax.xml.registry.infomodel.RegistryObject
public void addClassifications(java.util.Collection collection)
addClassifications
in interface javax.xml.registry.infomodel.RegistryObject
public void removeClassification(javax.xml.registry.infomodel.Classification classification)
removeClassification
in interface javax.xml.registry.infomodel.RegistryObject
public void removeClassifications(java.util.Collection collection)
removeClassifications
in interface javax.xml.registry.infomodel.RegistryObject
public java.util.Collection getClassifications()
getClassifications
in interface javax.xml.registry.infomodel.RegistryObject
public void setClassifications(java.util.Collection collection)
setClassifications
in interface javax.xml.registry.infomodel.RegistryObject
public void addAssociation(javax.xml.registry.infomodel.Association association) throws javax.xml.registry.JAXRException
addAssociation
in interface javax.xml.registry.infomodel.RegistryObject
association
- javax.xml.registry.JAXRException
public void addAssociations(java.util.Collection collection) throws javax.xml.registry.JAXRException
addAssociations
in interface javax.xml.registry.infomodel.RegistryObject
javax.xml.registry.JAXRException
public java.util.Collection getAssociations() throws javax.xml.registry.JAXRException
getAssociations
in interface javax.xml.registry.infomodel.RegistryObject
javax.xml.registry.JAXRException
public void setAssociations(java.util.Collection collection)
setAssociations
in interface javax.xml.registry.infomodel.RegistryObject
public void removeAssociation(javax.xml.registry.infomodel.Association association)
removeAssociation
in interface javax.xml.registry.infomodel.RegistryObject
public void removeAssociations(java.util.Collection collection)
removeAssociations
in interface javax.xml.registry.infomodel.RegistryObject
public void addExternalIdentifier(javax.xml.registry.infomodel.ExternalIdentifier externalIdentifier)
addExternalIdentifier
in interface javax.xml.registry.infomodel.RegistryObject
public void addExternalIdentifiers(java.util.Collection collection)
addExternalIdentifiers
in interface javax.xml.registry.infomodel.RegistryObject
public void removeExternalIdentifier(javax.xml.registry.infomodel.ExternalIdentifier externalIdentifier)
removeExternalIdentifier
in interface javax.xml.registry.infomodel.RegistryObject
public void removeExternalIdentifiers(java.util.Collection collection)
removeExternalIdentifiers
in interface javax.xml.registry.infomodel.RegistryObject
public java.util.Collection getExternalIdentifiers()
getExternalIdentifiers
in interface javax.xml.registry.infomodel.RegistryObject
public void setExternalIdentifiers(java.util.Collection collection)
setExternalIdentifiers
in interface javax.xml.registry.infomodel.RegistryObject
public void addExternalLink(javax.xml.registry.infomodel.ExternalLink externalLink)
addExternalLink
in interface javax.xml.registry.infomodel.RegistryObject
public void addExternalLinks(java.util.Collection collection)
addExternalLinks
in interface javax.xml.registry.infomodel.RegistryObject
public void removeExternalLink(javax.xml.registry.infomodel.ExternalLink externalLink)
removeExternalLink
in interface javax.xml.registry.infomodel.RegistryObject
public void removeExternalLinks(java.util.Collection collection)
removeExternalLinks
in interface javax.xml.registry.infomodel.RegistryObject
public java.util.Collection getExternalLinks()
getExternalLinks
in interface javax.xml.registry.infomodel.RegistryObject
public void setExternalLinks(java.util.Collection collection)
setExternalLinks
in interface javax.xml.registry.infomodel.RegistryObject
public javax.xml.registry.infomodel.Organization getSubmittingOrganization()
getSubmittingOrganization
in interface javax.xml.registry.infomodel.RegistryObject
public javax.xml.registry.LifeCycleManager getLifeCycleManager()
getLifeCycleManager
in interface javax.xml.registry.infomodel.RegistryObject
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to compare topublic int hashCode()
hashCode
in class java.lang.Object
public java.util.Collection getAuditTrail() throws javax.xml.registry.JAXRException
getAuditTrail
in interface javax.xml.registry.infomodel.RegistryObject
javax.xml.registry.JAXRException
public java.util.Collection getAssociatedObjects() throws javax.xml.registry.JAXRException
getAssociatedObjects
in interface javax.xml.registry.infomodel.RegistryObject
javax.xml.registry.JAXRException
public javax.xml.registry.infomodel.Concept getObjectType() throws javax.xml.registry.JAXRException
getObjectType
in interface javax.xml.registry.infomodel.RegistryObject
javax.xml.registry.JAXRException
public java.util.Collection getRegistryPackages() throws javax.xml.registry.JAXRException
getRegistryPackages
in interface javax.xml.registry.infomodel.RegistryObject
javax.xml.registry.JAXRException
Copyright © 2004-2013 Apache Web Services. All Rights Reserved.