Class CredentialAvailableActionsOperation


  • public class CredentialAvailableActionsOperation
    extends java.lang.Object

    Java class for CredentialAvailableActionsOperation complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CredentialAvailableActionsOperation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="type" type="{http://certificateservices.org/xsd/credmanagement2_0}CredentialAvailableActionType"/>
             <element name="available" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="message" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CredentialAvailableActionsOperation

        public CredentialAvailableActionsOperation()
    • Method Detail

      • isAvailable

        public boolean isAvailable()
        Gets the value of the available property.
      • setAvailable

        public void setAvailable​(boolean value)
        Sets the value of the available property.
      • getMessage

        public java.lang.String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        public void setMessage​(java.lang.String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String