Interface KeyIdentifier
-
- All Superinterfaces:
Reference
- All Known Implementing Classes:
KeyIdentifier
public interface KeyIdentifier extends Reference
Interface for KeyIdentifier reference type inside a STR- Author:
- Ashutosh.Shahi@sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEncodingType()StringgetReferenceValue()StringgetValueType()voidsetEncodingType(String value)voidsetReferenceValue(String referenceValue)voidsetValueType(String valueType)
-
-
-
Method Detail
-
getValueType
String getValueType()
- Returns:
- the valueType attribute for KeyIdentifier
-
setValueType
void setValueType(String valueType)
- Parameters:
valueType- the valueType attribute for KeyIdentifier
-
getEncodingType
String getEncodingType()
- Returns:
- the encodingType attribute
-
setEncodingType
void setEncodingType(String value)
- Parameters:
value- the encodingType attribute
-
getReferenceValue
String getReferenceValue()
- Returns:
- the referenced value by this key identifier
-
setReferenceValue
void setReferenceValue(String referenceValue)
- Parameters:
referenceValue- the referenced value by this keyIdentifier
-
-