javax.xml.registry.infomodel
Interface RegistryEntry
- All Superinterfaces:
- ExtensibleObject, RegistryObject, Versionable
- All Known Subinterfaces:
- ClassificationScheme, ExtrinsicObject, RegistryPackage, Service
public interface RegistryEntry
- extends RegistryObject, Versionable
- Version:
- $Revision$ $Date$
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML |
STABILITY_DYNAMIC
static final int STABILITY_DYNAMIC
- See Also:
- Constant Field Values
STABILITY_DYNAMIC_COMPATIBLE
static final int STABILITY_DYNAMIC_COMPATIBLE
- See Also:
- Constant Field Values
STABILITY_STATIC
static final int STABILITY_STATIC
- See Also:
- Constant Field Values
STATUS_SUBMITTED
static final int STATUS_SUBMITTED
- See Also:
- Constant Field Values
STATUS_APPROVED
static final int STATUS_APPROVED
- See Also:
- Constant Field Values
STATUS_DEPRECATED
static final int STATUS_DEPRECATED
- See Also:
- Constant Field Values
STATUS_WITHDRAWN
static final int STATUS_WITHDRAWN
- See Also:
- Constant Field Values
getExpiration
Date getExpiration()
throws JAXRException
- Throws:
JAXRException
getStability
int getStability()
throws JAXRException
- Throws:
JAXRException
getStatus
int getStatus()
throws JAXRException
- Throws:
JAXRException
setExpiration
void setExpiration(Date expiration)
throws JAXRException
- Throws:
JAXRException
setStability
void setStability(int stability)
throws JAXRException
- Throws:
JAXRException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.