Package org.cxml
Class PCard
java.lang.Object
org.cxml.PCard
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected PostalAddress -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the expiration property.getName()Gets the value of the name property.Gets the value of the number property.Gets the value of the postalAddress property.voidsetExpiration(String value) Sets the value of the expiration property.voidSets the value of the name property.voidSets the value of the number property.voidsetPostalAddress(PostalAddress value) Sets the value of the postalAddress property.
-
Field Details
-
number
-
expiration
-
name
-
postalAddress
-
-
Constructor Details
-
PCard
public PCard()
-
-
Method Details
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
String
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isString
-
getExpiration
Gets the value of the expiration property.- Returns:
- possible object is
String
-
setExpiration
Sets the value of the expiration property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPostalAddress
Gets the value of the postalAddress property.- Returns:
- possible object is
PostalAddress
-
setPostalAddress
Sets the value of the postalAddress property.- Parameters:
value- allowed object isPostalAddress
-