public interface SpecificationLink extends RegistryObject
Concept
修飾子と型 | メソッドと説明 |
---|---|
ServiceBinding | getServiceBinding() この SpecificationLink の親 ServiceBinding を取得します。 |
RegistryObject | getSpecificationObject() このオブジェクトの仕様オブジェクトを取得します。 |
InternationalString | getUsageDescription() 使用パラメーターの説明を取得します。 |
CollectionSE | getUsageParameters() 使用パラメーターを取得します。 |
void | setSpecificationObject(RegistryObject obj) このオブジェクトの仕様オブジェクトを設定します。 |
void | setUsageDescription(InternationalString usageDescription) 使用パラメーターの説明を設定します。 |
void | setUsageParameters(CollectionSE usageParameters) 使用パラメーターを設定します。 |
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
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
RegistryObject getSpecificationObject() throws JAXRException
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 RegistryObject
void setSpecificationObject(RegistryObject obj) throws JAXRException
obj
- 仕様オブジェクトである RegistryObject。UDDI プロバイダーの場合、仕様オブジェクトは親のないコンセプトである必要があります。ebXML プロバイダーの場合、ExtrinsicObject である可能性があります。JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 InternationalString getUsageDescription() throws JAXRException
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setUsageDescription(InternationalString usageDescription) throws JAXRException
usageDescription
- このオブジェクトの使用パラメーターの説明 JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 CollectionSE getUsageParameters() throws JAXRException
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setUsageParameters(CollectionSE usageParameters) throws JAXRException
usageParameters
- 使用パラメーター文字列のコレクション JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 ServiceBinding getServiceBinding() throws JAXRException
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.