Package org.cxml

Class Credential


  • public class Credential
    extends java.lang.Object
    • Field Detail

      • domain

        protected java.lang.String domain
      • type

        protected java.lang.String type
      • sharedSecretOrDigitalSignatureOrCredentialMac

        protected java.util.List<java.lang.Object> sharedSecretOrDigitalSignatureOrCredentialMac
    • Constructor Detail

      • Credential

        public Credential()
    • Method Detail

      • getDomain

        public java.lang.String getDomain()
        Gets the value of the domain property.
        Returns:
        possible object is String
      • setDomain

        public void setDomain​(java.lang.String value)
        Sets the value of the domain property.
        Parameters:
        value - allowed object is String
      • 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
      • getIdentity

        public Identity getIdentity()
        Gets the value of the identity property.
        Returns:
        possible object is Identity
      • setIdentity

        public void setIdentity​(Identity value)
        Sets the value of the identity property.
        Parameters:
        value - allowed object is Identity
      • getSharedSecretOrDigitalSignatureOrCredentialMac

        public java.util.List<java.lang.Object> getSharedSecretOrDigitalSignatureOrCredentialMac()
        Gets the value of the sharedSecretOrDigitalSignatureOrCredentialMac property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the sharedSecretOrDigitalSignatureOrCredentialMac property.

        For example, to add a new item, do as follows:

            getSharedSecretOrDigitalSignatureOrCredentialMac().add(newItem);
         

        Objects of the following type(s) are allowed in the list SharedSecret DigitalSignature CredentialMac