Package org.cxml
Class CredentialMac
- java.lang.Object
-
- org.cxml.CredentialMac
-
public class CredentialMac extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringalgorithmprotected java.lang.StringcreationDateprotected java.lang.StringexpirationDateprotected java.lang.Stringtypeprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description CredentialMac()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlgorithm()Gets the value of the algorithm property.java.lang.StringgetCreationDate()Gets the value of the creationDate property.java.lang.StringgetExpirationDate()Gets the value of the expirationDate property.java.lang.StringgetType()Gets the value of the type property.java.lang.Stringgetvalue()Gets the value of the value property.voidsetAlgorithm(java.lang.String value)Sets the value of the algorithm property.voidsetCreationDate(java.lang.String value)Sets the value of the creationDate property.voidsetExpirationDate(java.lang.String value)Sets the value of the expirationDate property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetvalue(java.lang.String value)Sets the value of the value property.
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getAlgorithm
public java.lang.String getAlgorithm()
Gets the value of the algorithm property.- Returns:
- possible object is
String
-
setAlgorithm
public void setAlgorithm(java.lang.String value)
Sets the value of the algorithm property.- Parameters:
value- allowed object isString
-
getCreationDate
public java.lang.String getCreationDate()
Gets the value of the creationDate property.- Returns:
- possible object is
String
-
setCreationDate
public void setCreationDate(java.lang.String value)
Sets the value of the creationDate property.- Parameters:
value- allowed object isString
-
getExpirationDate
public java.lang.String getExpirationDate()
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
public void setExpirationDate(java.lang.String value)
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-