@CodingStyleguideUnaware public class CardAccountType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Details</ccts:DictionaryEntryName><ccts:Definition>A class to define a credit card, debit card, or charge card account.</ccts:Definition><ccts:ObjectClass>Card Account</ccts:ObjectClass></ccts:Component>
Java class for CardAccountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardAccountType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrimaryAccountNumberID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NetworkID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CardTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValidityStartDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExpiryDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssuerID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueNumberID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CV2ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CardChipCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ChipApplicationID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}HolderName" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
CardAccountType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
CardAccountType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CardAccountType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
CardChipCodeType |
getCardChipCode()
<?
|
String |
getCardChipCodeValue()
Get the value of the contained CardChipCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CardTypeCodeType |
getCardTypeCode()
<?
|
String |
getCardTypeCodeValue()
Get the value of the contained CardTypeCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ChipApplicationIDType |
getChipApplicationID()
<?
|
String |
getChipApplicationIDValue()
Get the value of the contained ChipApplicationIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CV2IDType |
getCV2ID()
<?
|
String |
getCV2IDValue()
Get the value of the contained CV2IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ExpiryDateType |
getExpiryDate()
<?
|
LocalDate |
getExpiryDateValue()
Get the value of the contained ExpiryDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
HolderNameType |
getHolderName()
<?
|
String |
getHolderNameValue()
Get the value of the contained HolderNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IssueNumberIDType |
getIssueNumberID()
<?
|
String |
getIssueNumberIDValue()
Get the value of the contained IssueNumberIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IssuerIDType |
getIssuerID()
<?
|
String |
getIssuerIDValue()
Get the value of the contained IssuerIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NetworkIDType |
getNetworkID()
<?
|
String |
getNetworkIDValue()
Get the value of the contained NetworkIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PrimaryAccountNumberIDType |
getPrimaryAccountNumberID()
<?
|
String |
getPrimaryAccountNumberIDValue()
Get the value of the contained PrimaryAccountNumberIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ValidityStartDateType |
getValidityStartDate()
<?
|
LocalDate |
getValidityStartDateValue()
Get the value of the contained ValidityStartDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setCardChipCode(CardChipCodeType value)
Sets the value of the cardChipCode property.
|
CardChipCodeType |
setCardChipCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCardTypeCode(CardTypeCodeType value)
Sets the value of the cardTypeCode property.
|
CardTypeCodeType |
setCardTypeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setChipApplicationID(ChipApplicationIDType value)
Sets the value of the chipApplicationID property.
|
ChipApplicationIDType |
setChipApplicationID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCV2ID(CV2IDType value)
Sets the value of the cv2ID property.
|
CV2IDType |
setCV2ID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setExpiryDate(ExpiryDateType value)
Sets the value of the expiryDate property.
|
ExpiryDateType |
setExpiryDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setHolderName(HolderNameType value)
Sets the value of the holderName property.
|
HolderNameType |
setHolderName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIssueNumberID(IssueNumberIDType value)
Sets the value of the issueNumberID property.
|
IssueNumberIDType |
setIssueNumberID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIssuerID(IssuerIDType value)
Sets the value of the issuerID property.
|
IssuerIDType |
setIssuerID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setNetworkID(NetworkIDType value)
Sets the value of the networkID property.
|
NetworkIDType |
setNetworkID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPrimaryAccountNumberID(PrimaryAccountNumberIDType value)
Sets the value of the primaryAccountNumberID property.
|
PrimaryAccountNumberIDType |
setPrimaryAccountNumberID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ValidityStartDateType |
setValidityStartDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setValidityStartDate(ValidityStartDateType value)
Sets the value of the validityStartDate property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CardAccountType()
@Nullable public PrimaryAccountNumberIDType getPrimaryAccountNumberID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Primary_ Account Number. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier of the card (e.g., the Primary Account Number (PAN)).</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Card Account</ccts:ObjectClass><ccts:PropertyTermQualifier>Primary</ccts:PropertyTermQualifier><ccts:PropertyTerm>Account Number</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:Examples>4558 XXXX XXXX XXXX (a real card number)</ccts:Examples></ccts:Component>
PrimaryAccountNumberIDTypepublic void setPrimaryAccountNumberID(@Nullable PrimaryAccountNumberIDType value)
value - allowed object is
PrimaryAccountNumberIDType@Nullable public NetworkIDType getNetworkID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Network. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for the financial service network provider of the card.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Card Account</ccts:ObjectClass><ccts:PropertyTerm>Network</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:Examples>VISA, MasterCard, American Express</ccts:Examples></ccts:Component>
NetworkIDTypepublic void setNetworkID(@Nullable NetworkIDType value)
value - allowed object is
NetworkIDType@Nullable public CardTypeCodeType getCardTypeCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Card Type Code. Code</ccts:DictionaryEntryName><ccts:Definition>A mutually agreed code signifying the type of card. Examples of types are "debit", "credit" and "purchasing"</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Card Account</ccts:ObjectClass><ccts:PropertyTerm>Card Type Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:Examples>Debit Card, Credit Card, Procurement Card</ccts:Examples></ccts:Component>
CardTypeCodeTypepublic void setCardTypeCode(@Nullable CardTypeCodeType value)
value - allowed object is
CardTypeCodeType@Nullable public ValidityStartDateType getValidityStartDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Validity Start Date. Date</ccts:DictionaryEntryName><ccts:Definition>The date from which the card is valid.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Card Account</ccts:ObjectClass><ccts:PropertyTerm>Validity Start Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
ValidityStartDateTypepublic void setValidityStartDate(@Nullable ValidityStartDateType value)
value - allowed object is
ValidityStartDateType@Nullable public ExpiryDateType getExpiryDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Expiry Date. Date</ccts:DictionaryEntryName><ccts:Definition>The date on which the card expires.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Card Account</ccts:ObjectClass><ccts:PropertyTerm>Expiry Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
ExpiryDateTypepublic void setExpiryDate(@Nullable ExpiryDateType value)
value - allowed object is
ExpiryDateType@Nullable public IssuerIDType getIssuerID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Issuer. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for the institution issuing the card.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Card Account</ccts:ObjectClass><ccts:PropertyTerm>Issuer</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
IssuerIDTypepublic void setIssuerID(@Nullable IssuerIDType value)
value - allowed object is
IssuerIDType@Nullable public IssueNumberIDType getIssueNumberID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Issue Number. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for the card, specified by the issuer.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Card Account</ccts:ObjectClass><ccts:PropertyTerm>Issue Number</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
IssueNumberIDTypepublic void setIssueNumberID(@Nullable IssueNumberIDType value)
value - allowed object is
IssueNumberIDType@Nullable public CV2IDType getCV2ID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. CV2. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for the Card Verification Value (often found on the reverse of the card itself).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Card Account</ccts:ObjectClass><ccts:PropertyTerm>CV2</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
CV2IDTypepublic void setCV2ID(@Nullable CV2IDType value)
value - allowed object is
CV2IDType@Nullable public CardChipCodeType getCardChipCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Card Chip Code. Code</ccts:DictionaryEntryName><ccts:Definition>A mutually agreed code to distinguish between CHIP and MAG STRIPE cards.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Card Account</ccts:ObjectClass><ccts:PropertyTerm>Card Chip Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataTypeQualifier>Chip</ccts:DataTypeQualifier><ccts:DataType>Chip_ Code. Type</ccts:DataType></ccts:Component>
CardChipCodeTypepublic void setCardChipCode(@Nullable CardChipCodeType value)
value - allowed object is
CardChipCodeType@Nullable public ChipApplicationIDType getChipApplicationID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Chip_ Application. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier on the chip card for the application that provides the quoted information; an AID (application ID).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Card Account</ccts:ObjectClass><ccts:PropertyTermQualifier>Chip</ccts:PropertyTermQualifier><ccts:PropertyTerm>Application</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
ChipApplicationIDTypepublic void setChipApplicationID(@Nullable ChipApplicationIDType value)
value - allowed object is
ChipApplicationIDType@Nullable public HolderNameType getHolderName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Holder. Name</ccts:DictionaryEntryName><ccts:Definition>The name of the cardholder.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Card Account</ccts:ObjectClass><ccts:PropertyTerm>Holder</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType></ccts:Component>
HolderNameTypepublic void setHolderName(@Nullable HolderNameType value)
value - allowed object is
HolderNameTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull CardAccountType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public CardAccountType clone()
@Nonnull public CardTypeCodeType setCardTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CardChipCodeType setCardChipCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ValidityStartDateType setValidityStartDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ExpiryDateType setExpiryDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PrimaryAccountNumberIDType setPrimaryAccountNumberID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public NetworkIDType setNetworkID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IssuerIDType setIssuerID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IssueNumberIDType setIssueNumberID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CV2IDType setCV2ID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ChipApplicationIDType setChipApplicationID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public HolderNameType setHolderName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getPrimaryAccountNumberIDValue()
null@Nullable public String getNetworkIDValue()
null@Nullable public String getCardTypeCodeValue()
null@Nullable public LocalDate getValidityStartDateValue()
null@Nullable public LocalDate getExpiryDateValue()
null@Nullable public String getIssuerIDValue()
null@Nullable public String getIssueNumberIDValue()
null@Nullable public String getCV2IDValue()
null@Nullable public String getCardChipCodeValue()
null@Nullable public String getChipApplicationIDValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.