public interface KeyIdentifier extends Reference
| Modifier and Type | Method and Description |
|---|---|
String |
getEncodingType() |
String |
getReferenceValue() |
String |
getValueType() |
void |
setEncodingType(String value) |
void |
setReferenceValue(String referenceValue) |
void |
setValueType(String valueType) |
String getValueType()
void setValueType(String valueType)
valueType - the valueType attribute for KeyIdentifierString getEncodingType()
void setEncodingType(String value)
value - the encodingType attributeString getReferenceValue()
void setReferenceValue(String referenceValue)
referenceValue - the referenced value by this keyIdentifierCopyright © 2005–2018 Oracle Corporation. All rights reserved.