Package org.cxml

Class PCard

java.lang.Object
org.cxml.PCard

public class PCard extends Object
  • Field Details

    • number

      protected String number
    • expiration

      protected String expiration
    • name

      protected String name
    • postalAddress

      protected PostalAddress postalAddress
  • Constructor Details

    • PCard

      public PCard()
  • Method Details

    • getNumber

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

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

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

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

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

      public void setName(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