Interface KeyIdentifier
- All Superinterfaces:
Reference
- All Known Implementing Classes:
KeyIdentifier
Interface for KeyIdentifier reference type inside a STR
- Author:
- Ashutosh.Shahi@sun.com
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetEncodingType(String value) voidsetReferenceValue(String referenceValue) voidsetValueType(String valueType)
-
Method Details
-
getValueType
String getValueType()- Returns:
- the valueType attribute for KeyIdentifier
-
setValueType
- Parameters:
valueType- the valueType attribute for KeyIdentifier
-
getEncodingType
String getEncodingType()- Returns:
- the encodingType attribute
-
setEncodingType
- Parameters:
value- the encodingType attribute
-
getReferenceValue
String getReferenceValue()- Returns:
- the referenced value by this key identifier
-
setReferenceValue
- Parameters:
referenceValue- the referenced value by this keyIdentifier
-