public class CardAccountType extends Object implements Serializable
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Details</ccts:DictionaryEntryName><ccts:Definition>Information about a credit card, debit card, or charge card.</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>
| Constructor and Description |
|---|
CardAccountType()
Default constructor
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
CardChipCodeType |
getCardChipCode()
<?
|
String |
getCardChipCodeValue()
Get the value of the contained CardChipCodeType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
CardTypeCodeType |
getCardTypeCode()
<?
|
String |
getCardTypeCodeValue()
Get the value of the contained CardTypeCodeType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
ChipApplicationIDType |
getChipApplicationID()
<?
|
String |
getChipApplicationIDValue()
Get the value of the contained ChipApplicationIDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
CV2IDType |
getCV2ID()
<?
|
String |
getCV2IDValue()
Get the value of the contained CV2IDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
ExpiryDateType |
getExpiryDate()
<?
|
XMLGregorianCalendar |
getExpiryDateValue()
Get the value of the contained ExpiryDateType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
HolderNameType |
getHolderName()
<?
|
String |
getHolderNameValue()
Get the value of the contained HolderNameType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
IssueNumberIDType |
getIssueNumberID()
<?
|
String |
getIssueNumberIDValue()
Get the value of the contained IssueNumberIDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
IssuerIDType |
getIssuerID()
<?
|
String |
getIssuerIDValue()
Get the value of the contained IssuerIDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
NetworkIDType |
getNetworkID()
<?
|
String |
getNetworkIDValue()
Get the value of the contained NetworkIDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
PrimaryAccountNumberIDType |
getPrimaryAccountNumberID()
<?
|
String |
getPrimaryAccountNumberIDValue()
Get the value of the contained PrimaryAccountNumberIDType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
ValidityStartDateType |
getValidityStartDate()
<?
|
XMLGregorianCalendar |
getValidityStartDateValue()
Get the value of the contained ValidityStartDateType object
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
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
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setCardTypeCode(CardTypeCodeType value)
Sets the value of the cardTypeCode property.
|
CardTypeCodeType |
setCardTypeCode(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setChipApplicationID(ChipApplicationIDType value)
Sets the value of the chipApplicationID property.
|
ChipApplicationIDType |
setChipApplicationID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setCV2ID(CV2IDType value)
Sets the value of the cv2ID property.
|
CV2IDType |
setCV2ID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setExpiryDate(ExpiryDateType value)
Sets the value of the expiryDate property.
|
ExpiryDateType |
setExpiryDate(XMLGregorianCalendar valueParam)
Special setter with value of type XMLGregorianCalendar
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setHolderName(HolderNameType value)
Sets the value of the holderName property.
|
HolderNameType |
setHolderName(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setIssueNumberID(IssueNumberIDType value)
Sets the value of the issueNumberID property.
|
IssueNumberIDType |
setIssueNumberID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setIssuerID(IssuerIDType value)
Sets the value of the issuerID property.
|
IssuerIDType |
setIssuerID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setNetworkID(NetworkIDType value)
Sets the value of the networkID property.
|
NetworkIDType |
setNetworkID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setPrimaryAccountNumberID(PrimaryAccountNumberIDType value)
Sets the value of the primaryAccountNumberID property.
|
PrimaryAccountNumberIDType |
setPrimaryAccountNumberID(String valueParam)
Special setter with value of type String
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
void |
setValidityStartDate(ValidityStartDateType value)
Sets the value of the validityStartDate property.
|
ValidityStartDateType |
setValidityStartDate(XMLGregorianCalendar valueParam)
Special setter with value of type XMLGregorianCalendar
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>The card number; 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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Network. Identifier</ccts:DictionaryEntryName><ccts:Definition>The card network provider.</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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>The type of card.</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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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 up to which the card is valid.</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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. Issuer. Identifier</ccts:DictionaryEntryName><ccts:Definition>The identifier for the card issuer.</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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>The card issue number.</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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Card Account. CV2. Identifier</ccts:DictionaryEntryName><ccts:Definition>The Card Verification Value.</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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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>The distinction 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: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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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 for the application (AID) on a chip card that provides the information quoted.</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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule: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()
@Nonnull public ValidityStartDateType setValidityStartDate(@Nullable XMLGregorianCalendar valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ExpiryDateType setExpiryDate(@Nullable XMLGregorianCalendar 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@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 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@Nullable public String getPrimaryAccountNumberIDValue()
null@Nullable public String getNetworkIDValue()
null@Nullable public String getCardTypeCodeValue()
null@Nullable public XMLGregorianCalendar getValidityStartDateValue()
null@Nullable public XMLGregorianCalendar 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 Philip Helger. All rights reserved.