|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
javax.xml.registry.infomodel Interface ExternalIdentifier
- 所有父接口:
- ExtensibleObject, RegistryObject
public interface ExternalIdentifier
- extends RegistryObject
ExternalIdentifier instances provide the additional identifier information to RegistryObjects such as DUNS number, Social Security Number, or an alias name of the organization. The attribute name inherited from RegistryObject is used to contain the identification scheme ("DUNS" "Social Security Number", etc.), and the attribute value contains the actual information (e.g. the actual DUNS number). Each RegistryObject may have 0 or more ExternalIdentifiers.
- 作者:
- Farrukh S. Najmi
- 另请参见:
RegistryObject
方法摘要 | |
---|---|
ClassificationScheme |
getIdentificationScheme()
Gets the ClassificationScheme that is used as the identification scheme for identifying this object. |
RegistryObject |
getRegistryObject()
Gets the parent RegistryObject for this ExternalIdentifier. |
String |
getValue()
Gets the value of an ExternalIdentifier. |
void |
setIdentificationScheme(ClassificationScheme identificationScheme)
Sets the ClassificationScheme that is used as the identification scheme for identifying this object. |
void |
setValue(String value)
Sets the value of an ExternalIdentifier. |
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots |
方法详细信息 |
---|
getRegistryObject
RegistryObject getRegistryObject() throws JAXRException
- Gets the parent RegistryObject for this ExternalIdentifier.
To set the registryObject call addExternalIdentifier on a RegistryObject.
- Capability Level: 0
- 返回:
- the RegistryObject that this object identifies
- 抛出异常:
JAXRException
- If the JAXR provider encounters an internal error- 另请参见:
RegistryObject.addExternalIdentifier(ExternalIdentifier ei)
getValue
String getValue() throws JAXRException
- Gets the value of an ExternalIdentifier.
- Capability Level: 0
- 返回:
- the identification value defined by this object (e.g. a company's DUNS number)
- 抛出异常:
JAXRException
- If the JAXR provider encounters an internal error
setValue
void setValue(String value) throws JAXRException
- Sets the value of an ExternalIdentifier.
- Capability Level: 0
- 参数:
value
- the identification value defined by this object (e.g. a company's DUNS number)- 抛出异常:
JAXRException
- If the JAXR provider encounters an internal error
getIdentificationScheme
ClassificationScheme getIdentificationScheme() throws JAXRException
- Gets the ClassificationScheme that is used as the identification scheme
for identifying this object.
- Capability Level: 0
- 返回:
- the ClassificationScheme that is used as the identification scheme (e.g. "DUNS")
- 抛出异常:
JAXRException
- If the JAXR provider encounters an internal error
setIdentificationScheme
void setIdentificationScheme(ClassificationScheme identificationScheme) throws JAXRException
- Sets the ClassificationScheme that is used as the identification scheme
for identifying this object.
- Capability Level: 0
- 参数:
identificationScheme
- the ClassificationScheme that is used as the identification scheme (e.g. "DUNS")- 抛出异常:
JAXRException
- If the JAXR provider encounters an internal error
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.