Package org.cxml

Class PCard


  • public class PCard
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PCard()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExpiration()
      Gets the value of the expiration property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getNumber()
      Gets the value of the number property.
      PostalAddress getPostalAddress()
      Gets the value of the postalAddress property.
      void setExpiration​(java.lang.String value)
      Sets the value of the expiration property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setNumber​(java.lang.String value)
      Sets the value of the number property.
      void setPostalAddress​(PostalAddress value)
      Sets the value of the postalAddress property.
      • Methods inherited from class java.lang.Object

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

      • number

        protected java.lang.String number
      • expiration

        protected java.lang.String expiration
      • name

        protected java.lang.String name
    • Constructor Detail

      • PCard

        public PCard()
    • Method Detail

      • getNumber

        public java.lang.String getNumber()
        Gets the value of the number property.
        Returns:
        possible object is String
      • setNumber

        public void setNumber​(java.lang.String value)
        Sets the value of the number property.
        Parameters:
        value - allowed object is String
      • getExpiration

        public java.lang.String getExpiration()
        Gets the value of the expiration property.
        Returns:
        possible object is String
      • setExpiration

        public void setExpiration​(java.lang.String value)
        Sets the value of the expiration property.
        Parameters:
        value - allowed object is String
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getPostalAddress

        public PostalAddress getPostalAddress()
        Gets the value of the postalAddress property.
        Returns:
        possible object is PostalAddress
      • setPostalAddress

        public void setPostalAddress​(PostalAddress value)
        Sets the value of the postalAddress property.
        Parameters:
        value - allowed object is PostalAddress