Package org.cxml
Class PCard
- java.lang.Object
-
- org.cxml.PCard
-
public class PCard extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringexpirationprotected java.lang.Stringnameprotected java.lang.Stringnumberprotected PostalAddresspostalAddress
-
Constructor Summary
Constructors Constructor Description PCard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExpiration()Gets the value of the expiration property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetNumber()Gets the value of the number property.PostalAddressgetPostalAddress()Gets the value of the postalAddress property.voidsetExpiration(java.lang.String value)Sets the value of the expiration property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetNumber(java.lang.String value)Sets the value of the number property.voidsetPostalAddress(PostalAddress value)Sets the value of the postalAddress property.
-
-
-
Field Detail
-
number
protected java.lang.String number
-
expiration
protected java.lang.String expiration
-
name
protected java.lang.String name
-
postalAddress
protected PostalAddress postalAddress
-
-
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 isString
-
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 isString
-
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 isString
-
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 isPostalAddress
-
-