Class CheckoutCommandSoapRow


  • public class CheckoutCommandSoapRow
    extends Object
    List of checkout commands for various protocols.
    Since:
    8.1
    • Constructor Detail

      • CheckoutCommandSoapRow

        public CheckoutCommandSoapRow()
    • Method Detail

      • getProtocol

        public String getProtocol()
        Returns 'protocol'.
        Returns:
        Value of 'protocol'.
      • setProtocol

        public void setProtocol​(String protocol)
        Sets 'protocol'.
        Parameters:
        protocol - Value of 'protocol'.
      • getIsDefault

        public boolean getIsDefault()
        Returns 'isDefault'.
        Returns:
        Value of 'isDefault'.
      • setIsDefault

        public void setIsDefault​(boolean isDefault)
        Sets 'isDefault'.
        Parameters:
        isDefault - Value of 'isDefault'.
      • getCommand

        public String getCommand()
        Returns 'command'.
        Returns:
        Value of 'command'.
      • setCommand

        public void setCommand​(String command)
        Sets 'command'.
        Parameters:
        command - Value of 'command'.
      • registerTypeMappings

        public static void registerTypeMappings​(org.apache.axis.client.Call call)