All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.CardAccountType Maven / Gradle / Ivy


package oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2;

import java.io.Serializable;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
import com.phloc.commons.equals.EqualsUtils;
import com.phloc.commons.hash.HashCodeGenerator;
import com.phloc.commons.string.ToStringGenerator;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.CV2IDType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.CardChipCodeType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.CardTypeCodeType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.ChipApplicationIDType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.ExpiryDateType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.HolderNameType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.IssueNumberIDType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.IssuerIDType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.NetworkIDType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.PrimaryAccountNumberIDType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.ValidityStartDateType;


/**
 * 
 * 
 * <?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>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CardAccountType", propOrder = { "primaryAccountNumberID", "networkID", "cardTypeCode", "validityStartDate", "expiryDate", "issuerID", "issueNumberID", "cv2ID", "cardChipCode", "chipApplicationID", "holderName" }) public class CardAccountType implements Serializable { @XmlElement(name = "PrimaryAccountNumberID", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", required = true) private PrimaryAccountNumberIDType primaryAccountNumberID; @XmlElement(name = "NetworkID", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2", required = true) private NetworkIDType networkID; @XmlElement(name = "CardTypeCode", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private CardTypeCodeType cardTypeCode; @XmlElement(name = "ValidityStartDate", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private ValidityStartDateType validityStartDate; @XmlElement(name = "ExpiryDate", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private ExpiryDateType expiryDate; @XmlElement(name = "IssuerID", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private IssuerIDType issuerID; @XmlElement(name = "IssueNumberID", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private IssueNumberIDType issueNumberID; @XmlElement(name = "CV2ID", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private CV2IDType cv2ID; @XmlElement(name = "CardChipCode", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private CardChipCodeType cardChipCode; @XmlElement(name = "ChipApplicationID", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private ChipApplicationIDType chipApplicationID; @XmlElement(name = "HolderName", namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2") private HolderNameType holderName; /** * Default constructor * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * */ public CardAccountType() { } /** * *
     * <?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>
     * 
* * * @return * possible object is * {@link PrimaryAccountNumberIDType } * */ @Nullable public PrimaryAccountNumberIDType getPrimaryAccountNumberID() { return primaryAccountNumberID; } /** * Sets the value of the primaryAccountNumberID property. * * @param value * allowed object is * {@link PrimaryAccountNumberIDType } * */ public void setPrimaryAccountNumberID( @Nullable PrimaryAccountNumberIDType value) { this.primaryAccountNumberID = value; } /** * *
     * <?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>
     * 
* * * @return * possible object is * {@link NetworkIDType } * */ @Nullable public NetworkIDType getNetworkID() { return networkID; } /** * Sets the value of the networkID property. * * @param value * allowed object is * {@link NetworkIDType } * */ public void setNetworkID( @Nullable NetworkIDType value) { this.networkID = value; } /** * *
     * <?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>
     * 
* * * @return * possible object is * {@link CardTypeCodeType } * */ @Nullable public CardTypeCodeType getCardTypeCode() { return cardTypeCode; } /** * Sets the value of the cardTypeCode property. * * @param value * allowed object is * {@link CardTypeCodeType } * */ public void setCardTypeCode( @Nullable CardTypeCodeType value) { this.cardTypeCode = value; } /** * *
     * <?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>
     * 
* * * @return * possible object is * {@link ValidityStartDateType } * */ @Nullable public ValidityStartDateType getValidityStartDate() { return validityStartDate; } /** * Sets the value of the validityStartDate property. * * @param value * allowed object is * {@link ValidityStartDateType } * */ public void setValidityStartDate( @Nullable ValidityStartDateType value) { this.validityStartDate = value; } /** * *
     * <?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>
     * 
* * * @return * possible object is * {@link ExpiryDateType } * */ @Nullable public ExpiryDateType getExpiryDate() { return expiryDate; } /** * Sets the value of the expiryDate property. * * @param value * allowed object is * {@link ExpiryDateType } * */ public void setExpiryDate( @Nullable ExpiryDateType value) { this.expiryDate = value; } /** * *
     * <?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>
     * 
* * * @return * possible object is * {@link IssuerIDType } * */ @Nullable public IssuerIDType getIssuerID() { return issuerID; } /** * Sets the value of the issuerID property. * * @param value * allowed object is * {@link IssuerIDType } * */ public void setIssuerID( @Nullable IssuerIDType value) { this.issuerID = value; } /** * *
     * <?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>
     * 
* * * @return * possible object is * {@link IssueNumberIDType } * */ @Nullable public IssueNumberIDType getIssueNumberID() { return issueNumberID; } /** * Sets the value of the issueNumberID property. * * @param value * allowed object is * {@link IssueNumberIDType } * */ public void setIssueNumberID( @Nullable IssueNumberIDType value) { this.issueNumberID = value; } /** * *
     * <?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>
     * 
* * * @return * possible object is * {@link CV2IDType } * */ @Nullable public CV2IDType getCV2ID() { return cv2ID; } /** * Sets the value of the cv2ID property. * * @param value * allowed object is * {@link CV2IDType } * */ public void setCV2ID( @Nullable CV2IDType value) { this.cv2ID = value; } /** * *
     * <?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>
     * 
* * * @return * possible object is * {@link CardChipCodeType } * */ @Nullable public CardChipCodeType getCardChipCode() { return cardChipCode; } /** * Sets the value of the cardChipCode property. * * @param value * allowed object is * {@link CardChipCodeType } * */ public void setCardChipCode( @Nullable CardChipCodeType value) { this.cardChipCode = value; } /** * *
     * <?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>
     * 
* * * @return * possible object is * {@link ChipApplicationIDType } * */ @Nullable public ChipApplicationIDType getChipApplicationID() { return chipApplicationID; } /** * Sets the value of the chipApplicationID property. * * @param value * allowed object is * {@link ChipApplicationIDType } * */ public void setChipApplicationID( @Nullable ChipApplicationIDType value) { this.chipApplicationID = value; } /** * *
     * <?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>
     * 
* * * @return * possible object is * {@link HolderNameType } * */ @Nullable public HolderNameType getHolderName() { return holderName; } /** * Sets the value of the holderName property. * * @param value * allowed object is * {@link HolderNameType } * */ public void setHolderName( @Nullable HolderNameType value) { this.holderName = value; } /** * Created by phloc-jaxb22-plugin -Xphloc-equalshashcode * */ @Override public boolean equals(final Object o) { if (o == this) { return true; } if ((o == null)||(!getClass().equals(o.getClass()))) { return false; } final CardAccountType rhs = ((CardAccountType) o); if (!EqualsUtils.equals(primaryAccountNumberID, rhs.primaryAccountNumberID)) { return false; } if (!EqualsUtils.equals(networkID, rhs.networkID)) { return false; } if (!EqualsUtils.equals(cardTypeCode, rhs.cardTypeCode)) { return false; } if (!EqualsUtils.equals(validityStartDate, rhs.validityStartDate)) { return false; } if (!EqualsUtils.equals(expiryDate, rhs.expiryDate)) { return false; } if (!EqualsUtils.equals(issuerID, rhs.issuerID)) { return false; } if (!EqualsUtils.equals(issueNumberID, rhs.issueNumberID)) { return false; } if (!EqualsUtils.equals(cv2ID, rhs.cv2ID)) { return false; } if (!EqualsUtils.equals(cardChipCode, rhs.cardChipCode)) { return false; } if (!EqualsUtils.equals(chipApplicationID, rhs.chipApplicationID)) { return false; } if (!EqualsUtils.equals(holderName, rhs.holderName)) { return false; } return true; } /** * Created by phloc-jaxb22-plugin -Xphloc-equalshashcode * */ @Override public int hashCode() { return new HashCodeGenerator(this).append(primaryAccountNumberID).append(networkID).append(cardTypeCode).append(validityStartDate).append(expiryDate).append(issuerID).append(issueNumberID).append(cv2ID).append(cardChipCode).append(chipApplicationID).append(holderName).getHashCode(); } /** * Created by phloc-jaxb22-plugin -Xphloc-tostring * */ @Override public String toString() { return new ToStringGenerator(this).append("primaryAccountNumberID", primaryAccountNumberID).append("networkID", networkID).append("cardTypeCode", cardTypeCode).append("validityStartDate", validityStartDate).append("expiryDate", expiryDate).append("issuerID", issuerID).append("issueNumberID", issueNumberID).append("cv2ID", cv2ID).append("cardChipCode", cardChipCode).append("chipApplicationID", chipApplicationID).append("holderName", holderName).toString(); } /** * Special setter with value of type XMLGregorianCalendar * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type ValidityStartDateType and never null */ @Nonnull public ValidityStartDateType setValidityStartDate( @Nullable final XMLGregorianCalendar valueParam) { ValidityStartDateType aObj = getValidityStartDate(); if (aObj == null) { aObj = new ValidityStartDateType(valueParam); setValidityStartDate(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type XMLGregorianCalendar * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type ExpiryDateType and never null */ @Nonnull public ExpiryDateType setExpiryDate( @Nullable final XMLGregorianCalendar valueParam) { ExpiryDateType aObj = getExpiryDate(); if (aObj == null) { aObj = new ExpiryDateType(valueParam); setExpiryDate(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type HolderNameType and never null */ @Nonnull public HolderNameType setHolderName( @Nullable final String valueParam) { HolderNameType aObj = getHolderName(); if (aObj == null) { aObj = new HolderNameType(valueParam); setHolderName(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type PrimaryAccountNumberIDType and never null */ @Nonnull public PrimaryAccountNumberIDType setPrimaryAccountNumberID( @Nullable final String valueParam) { PrimaryAccountNumberIDType aObj = getPrimaryAccountNumberID(); if (aObj == null) { aObj = new PrimaryAccountNumberIDType(valueParam); setPrimaryAccountNumberID(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type NetworkIDType and never null */ @Nonnull public NetworkIDType setNetworkID( @Nullable final String valueParam) { NetworkIDType aObj = getNetworkID(); if (aObj == null) { aObj = new NetworkIDType(valueParam); setNetworkID(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type IssuerIDType and never null */ @Nonnull public IssuerIDType setIssuerID( @Nullable final String valueParam) { IssuerIDType aObj = getIssuerID(); if (aObj == null) { aObj = new IssuerIDType(valueParam); setIssuerID(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type IssueNumberIDType and never null */ @Nonnull public IssueNumberIDType setIssueNumberID( @Nullable final String valueParam) { IssueNumberIDType aObj = getIssueNumberID(); if (aObj == null) { aObj = new IssueNumberIDType(valueParam); setIssueNumberID(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type CV2IDType and never null */ @Nonnull public CV2IDType setCV2ID( @Nullable final String valueParam) { CV2IDType aObj = getCV2ID(); if (aObj == null) { aObj = new CV2IDType(valueParam); setCV2ID(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type ChipApplicationIDType and never null */ @Nonnull public ChipApplicationIDType setChipApplicationID( @Nullable final String valueParam) { ChipApplicationIDType aObj = getChipApplicationID(); if (aObj == null) { aObj = new ChipApplicationIDType(valueParam); setChipApplicationID(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type CardTypeCodeType and never null */ @Nonnull public CardTypeCodeType setCardTypeCode( @Nullable final String valueParam) { CardTypeCodeType aObj = getCardTypeCode(); if (aObj == null) { aObj = new CardTypeCodeType(valueParam); setCardTypeCode(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Special setter with value of type String * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. * @return * The created intermediary object of type CardChipCodeType and never null */ @Nonnull public CardChipCodeType setCardChipCode( @Nullable final String valueParam) { CardChipCodeType aObj = getCardChipCode(); if (aObj == null) { aObj = new CardChipCodeType(valueParam); setCardChipCode(aObj); } else { aObj.setValue(valueParam); } return aObj; } /** * Get the value of the contained PrimaryAccountNumberIDType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained PrimaryAccountNumberIDType object or null */ @Nullable public String getPrimaryAccountNumberIDValue() { PrimaryAccountNumberIDType aObj = getPrimaryAccountNumberID(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained NetworkIDType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained NetworkIDType object or null */ @Nullable public String getNetworkIDValue() { NetworkIDType aObj = getNetworkID(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained CardTypeCodeType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained CardTypeCodeType object or null */ @Nullable public String getCardTypeCodeValue() { CardTypeCodeType aObj = getCardTypeCode(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained ValidityStartDateType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained ValidityStartDateType object or null */ @Nullable public XMLGregorianCalendar getValidityStartDateValue() { ValidityStartDateType aObj = getValidityStartDate(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained ExpiryDateType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained ExpiryDateType object or null */ @Nullable public XMLGregorianCalendar getExpiryDateValue() { ExpiryDateType aObj = getExpiryDate(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained IssuerIDType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained IssuerIDType object or null */ @Nullable public String getIssuerIDValue() { IssuerIDType aObj = getIssuerID(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained IssueNumberIDType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained IssueNumberIDType object or null */ @Nullable public String getIssueNumberIDValue() { IssueNumberIDType aObj = getIssueNumberID(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained CV2IDType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained CV2IDType object or null */ @Nullable public String getCV2IDValue() { CV2IDType aObj = getCV2ID(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained CardChipCodeType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained CardChipCodeType object or null */ @Nullable public String getCardChipCodeValue() { CardChipCodeType aObj = getCardChipCode(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained ChipApplicationIDType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained ChipApplicationIDType object or null */ @Nullable public String getChipApplicationIDValue() { ChipApplicationIDType aObj = getChipApplicationID(); return ((aObj == null)?null:aObj.getValue()); } /** * Get the value of the contained HolderNameType object * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @return * Either the value of the contained HolderNameType object or null */ @Nullable public String getHolderNameValue() { HolderNameType aObj = getHolderName(); return ((aObj == null)?null:aObj.getValue()); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy