Package org.cxml

Class Payment


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

      Fields 
      Modifier and Type Field Description
      protected PCard pCard  
    • Constructor Summary

      Constructors 
      Constructor Description
      Payment()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PCard getPCard()
      Gets the value of the pCard property.
      void setPCard​(PCard value)
      Sets the value of the pCard property.
      • Methods inherited from class java.lang.Object

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

      • pCard

        protected PCard pCard
    • Constructor Detail

      • Payment

        public Payment()
    • Method Detail

      • getPCard

        public PCard getPCard()
        Gets the value of the pCard property.
        Returns:
        possible object is PCard
      • setPCard

        public void setPCard​(PCard value)
        Sets the value of the pCard property.
        Parameters:
        value - allowed object is PCard