Name

RegistryObject

Synopsis

public interface RegistryObject extends ExtensibleObject {
// Property Accessor Methods (by property name)
    public abstract Collection getAssociatedObjects(  )
       throws javax.xml.registry.JAXRException;             //L1
    public abstract Collection getAssociations(  )
       throws javax.xml.registry.JAXRException;             //L0
    public abstract void setAssociations(Collection associations)
       throws javax.xml.registry.JAXRException;             //L0
    public abstract Collection getAuditTrail(  )
       throws javax.xml.registry.JAXRException;             //L1
    public abstract Collection getClassifications(  )
       throws javax.xml.registry.JAXRException;             //L0
    public abstract void setClassifications(Collection classifications)
       throws javax.xml.registry.JAXRException;             //L0
    public abstract InternationalString getDescription(  )
       throws javax.xml.registry.JAXRException;             //L0
    public abstract void setDescription(InternationalString description)
       throws javax.xml.registry.JAXRException;             //L0
    public abstract Collection getExternalIdentifiers(  )
       throws javax.xml.registry.JAXRException;             //L0
    public abstract void setExternalIdentifiers(Collection externalIdentifiers)
       throws javax.xml.registry.JAXRException;             //L0
    public abstract Collection getExternalLinks(  )
       throws javax.xml.registry.JAXRException;             //L0
    public abstract void setExternalLinks(Collection externalLinks)
       throws javax.xml.registry.JAXRException;             //L0
    public abstract javax.xml.registry.infomodel.Key getKey(  )
       throws javax.xml.registry.JAXRException;             //L0 public abstract void setKey(javax.xml.registry.infomodel.Key ...

Get Java Web Services in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.