public class PCard
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
expiration |
protected java.lang.String |
name |
protected java.lang.String |
number |
protected PostalAddress |
postalAddress |
| Constructor and Description |
|---|
PCard() |
| Modifier and Type | Method and 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.
|
protected java.lang.String number
protected java.lang.String expiration
protected java.lang.String name
protected PostalAddress postalAddress
public java.lang.String getNumber()
Stringpublic void setNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExpiration()
Stringpublic void setExpiration(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic PostalAddress getPostalAddress()
PostalAddresspublic void setPostalAddress(PostalAddress value)
value - allowed object is
PostalAddressCopyright © 2018 SAP SE. All Rights Reserved.