Interface BasicMobileClientSign
-
- All Superinterfaces:
AbstractMobileClientSign,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ConvertedMobileClientSign,MobileClientSign
- All Known Implementing Classes:
BasicMobileClientSignImpl,ConvertedMobileClientSignImpl,MobileClientSignImpl
public interface BasicMobileClientSign extends AbstractMobileClientSign
A representation of the model object 'Basic Mobile Client Sign'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDigest()Returns the value of the 'Digest' attribute.StringgetPublicKey()Returns the value of the 'Public Key' attribute.voidsetDigest(String value)Sets the value of the 'Digest' attribute.voidsetPublicKey(String value)Sets the value of the 'Public Key' attribute.
-
-
-
Method Detail
-
getDigest
String getDigest()
Returns the value of the 'Digest' attribute.- Returns:
- the value of the 'Digest' attribute.
- See Also:
setDigest(String),MdClassPackage.getBasicMobileClientSign_Digest()
-
setDigest
void setDigest(String value)
Sets the value of the 'Digest' attribute.- Parameters:
value- the new value of the 'Digest' attribute.- See Also:
getDigest()
-
getPublicKey
String getPublicKey()
Returns the value of the 'Public Key' attribute.- Returns:
- the value of the 'Public Key' attribute.
- See Also:
setPublicKey(String),MdClassPackage.getBasicMobileClientSign_PublicKey()
-
setPublicKey
void setPublicKey(String value)
Sets the value of the 'Public Key' attribute.- Parameters:
value- the new value of the 'Public Key' attribute.- See Also:
getPublicKey()
-
-