Package org.cxml

Class CredentialMac


  • public class CredentialMac
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String algorithm  
      protected java.lang.String creationDate  
      protected java.lang.String expirationDate  
      protected java.lang.String type  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      CredentialMac()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlgorithm()
      Gets the value of the algorithm property.
      java.lang.String getCreationDate()
      Gets the value of the creationDate property.
      java.lang.String getExpirationDate()
      Gets the value of the expirationDate property.
      java.lang.String getType()
      Gets the value of the type property.
      java.lang.String getvalue()
      Gets the value of the value property.
      void setAlgorithm​(java.lang.String value)
      Sets the value of the algorithm property.
      void setCreationDate​(java.lang.String value)
      Sets the value of the creationDate property.
      void setExpirationDate​(java.lang.String value)
      Sets the value of the expirationDate property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      void setvalue​(java.lang.String value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        protected java.lang.String type
      • algorithm

        protected java.lang.String algorithm
      • creationDate

        protected java.lang.String creationDate
      • expirationDate

        protected java.lang.String expirationDate
      • value

        protected java.lang.String value
    • Constructor Detail

      • CredentialMac

        public CredentialMac()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String