KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > RegistryObject

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
See Also:
Top Examples, Source Code

public void addAssociation(Association association)
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addAssociations(Collection associations)
                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addClassification(Classification classification)
                       throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addClassifications(Collection classifications)
                        throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addExternalIdentifier(ExternalIdentifier externalIdentifier)
                           throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addExternalIdentifiers(Collection externalIdentifiers)
                            throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addExternalLink(ExternalLink externalLink)
                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addExternalLinks(Collection externalLinks)
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getAssociatedObjects()
                                throws JAXRException
See Also:
RegistryObject
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getAssociations()
                           throws JAXRException
See Also:
Association
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getAuditTrail()
                         throws JAXRException
See Also:
AuditableEvent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getClassifications()
                              throws JAXRException
See Also:
Classification
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InternationalString getDescription()
                                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getExternalIdentifiers()
                                  throws JAXRException
See Also:
ExternalIdentifier
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getExternalLinks()
                            throws JAXRException
See Also:
ExternalLink
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Key getKey()
           throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public LifeCycleManager getLifeCycleManager()
                                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InternationalString getName()
                            throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Concept getObjectType()
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getRegistryPackages()
                               throws JAXRException
See Also:
RegistryPackage
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Organization getSubmittingOrganization()
                                       throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeAssociation(Association association)
                       throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeAssociations(Collection associations)
                        throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeClassification(Classification classification)
                          throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeClassifications(Collection classifications)
                           throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeExternalIdentifier(ExternalIdentifier externalIdentifier)
                              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeExternalIdentifiers(Collection externalIdentifiers)
                               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeExternalLink(ExternalLink externalLink)
                        throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeExternalLinks(Collection externalLinks)
                         throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setAssociations(Collection associations)
                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setClassifications(Collection classifications)
                        throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setDescription(InternationalString description)
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setExternalIdentifiers(Collection externalIdentifiers)
                            throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setExternalLinks(Collection externalLinks)
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setKey(Key key)
            throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setName(InternationalString name)
             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toXML()
             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags