June 2003
Intermediate to advanced
672 pages
23h 48m
English
RegistryObject
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 ...Read now
Unlock full access