com.ibm.commerce.payments.plugin.simpleoffline.parsers.paymentmethod

Class Property

  • java.lang.Object
    • com.ibm.commerce.payments.plugin.simpleoffline.parsers.paymentmethod.Property


  • public class Property
    extends java.lang.Object
    This class represents the complex type Property.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Property()
      This method creates a new Property object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getMaxLength()
      This method returns the max length.
      int getMinLength()
      This method returns the min length.
      java.lang.String getName()
      This method returns the name.
      void setMaxLength(int maxLength)
      This method sets the max length.
      void setMinLength(int minLength)
      This method sets the min length.
      void setName(java.lang.String name)
      This method sets the name.
      java.lang.String toString()
      This method creates a string representation of the object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Property

        public Property()
        This method creates a new Property object.
    • Method Detail

      • setMaxLength

        public void setMaxLength(int maxLength)
        This method sets the max length.
        Parameters:
        maxLength - max length to set.
      • getMaxLength

        public int getMaxLength()
        This method returns the max length.
        Returns:
        The max length to get.
      • setMinLength

        public void setMinLength(int minLength)
        This method sets the min length.
        Parameters:
        minLength - The min length to set.
      • getMinLength

        public int getMinLength()
        This method returns the min length.
        Returns:
        The min length to get.
      • setName

        public void setName(java.lang.String name)
        This method sets the name.
        Parameters:
        name - The name to set.
      • getName

        public java.lang.String getName()
        This method returns the name.
        Returns:
        The name to get.
      • toString

        public java.lang.String toString()
        This method creates a string representation of the object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        This method returns the String representation.