Class CardAccountType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.CardAccountType
-
public class CardAccountType extends Object
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CardChipCodeTypecardChipCodeprotected CardTypeCodeTypecardTypeCodeprotected ChipApplicationIDTypechipApplicationIDprotected CV2IDTypecv2IDprotected ExpiryDateTypeexpiryDateprotected HolderNameTypeholderNameprotected IssueNumberIDTypeissueNumberIDprotected IssuerIDTypeissuerIDprotected NetworkIDTypenetworkIDprotected PrimaryAccountNumberIDTypeprimaryAccountNumberIDprotected ValidityStartDateTypevalidityStartDate
-
Constructor Summary
Constructors Constructor Description CardAccountType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CardChipCodeTypegetCardChipCode()Gets the value of the cardChipCode property.CardTypeCodeTypegetCardTypeCode()Gets the value of the cardTypeCode property.ChipApplicationIDTypegetChipApplicationID()Gets the value of the chipApplicationID property.CV2IDTypegetCV2ID()Gets the value of the cv2ID property.ExpiryDateTypegetExpiryDate()Gets the value of the expiryDate property.HolderNameTypegetHolderName()Gets the value of the holderName property.IssueNumberIDTypegetIssueNumberID()Gets the value of the issueNumberID property.IssuerIDTypegetIssuerID()Gets the value of the issuerID property.NetworkIDTypegetNetworkID()Gets the value of the networkID property.PrimaryAccountNumberIDTypegetPrimaryAccountNumberID()Gets the value of the primaryAccountNumberID property.ValidityStartDateTypegetValidityStartDate()Gets the value of the validityStartDate property.voidsetCardChipCode(CardChipCodeType value)Sets the value of the cardChipCode property.voidsetCardTypeCode(CardTypeCodeType value)Sets the value of the cardTypeCode property.voidsetChipApplicationID(ChipApplicationIDType value)Sets the value of the chipApplicationID property.voidsetCV2ID(CV2IDType value)Sets the value of the cv2ID property.voidsetExpiryDate(ExpiryDateType value)Sets the value of the expiryDate property.voidsetHolderName(HolderNameType value)Sets the value of the holderName property.voidsetIssueNumberID(IssueNumberIDType value)Sets the value of the issueNumberID property.voidsetIssuerID(IssuerIDType value)Sets the value of the issuerID property.voidsetNetworkID(NetworkIDType value)Sets the value of the networkID property.voidsetPrimaryAccountNumberID(PrimaryAccountNumberIDType value)Sets the value of the primaryAccountNumberID property.voidsetValidityStartDate(ValidityStartDateType value)Sets the value of the validityStartDate property.
-
-
-
Field Detail
-
primaryAccountNumberID
protected PrimaryAccountNumberIDType primaryAccountNumberID
-
networkID
protected NetworkIDType networkID
-
cardTypeCode
protected CardTypeCodeType cardTypeCode
-
validityStartDate
protected ValidityStartDateType validityStartDate
-
expiryDate
protected ExpiryDateType expiryDate
-
issuerID
protected IssuerIDType issuerID
-
issueNumberID
protected IssueNumberIDType issueNumberID
-
cv2ID
protected CV2IDType cv2ID
-
cardChipCode
protected CardChipCodeType cardChipCode
-
chipApplicationID
protected ChipApplicationIDType chipApplicationID
-
holderName
protected HolderNameType holderName
-
-
Method Detail
-
getPrimaryAccountNumberID
public PrimaryAccountNumberIDType getPrimaryAccountNumberID()
Gets the value of the primaryAccountNumberID property.- Returns:
- possible object is
PrimaryAccountNumberIDType
-
setPrimaryAccountNumberID
public void setPrimaryAccountNumberID(PrimaryAccountNumberIDType value)
Sets the value of the primaryAccountNumberID property.- Parameters:
value- allowed object isPrimaryAccountNumberIDType
-
getNetworkID
public NetworkIDType getNetworkID()
Gets the value of the networkID property.- Returns:
- possible object is
NetworkIDType
-
setNetworkID
public void setNetworkID(NetworkIDType value)
Sets the value of the networkID property.- Parameters:
value- allowed object isNetworkIDType
-
getCardTypeCode
public CardTypeCodeType getCardTypeCode()
Gets the value of the cardTypeCode property.- Returns:
- possible object is
CardTypeCodeType
-
setCardTypeCode
public void setCardTypeCode(CardTypeCodeType value)
Sets the value of the cardTypeCode property.- Parameters:
value- allowed object isCardTypeCodeType
-
getValidityStartDate
public ValidityStartDateType getValidityStartDate()
Gets the value of the validityStartDate property.- Returns:
- possible object is
ValidityStartDateType
-
setValidityStartDate
public void setValidityStartDate(ValidityStartDateType value)
Sets the value of the validityStartDate property.- Parameters:
value- allowed object isValidityStartDateType
-
getExpiryDate
public ExpiryDateType getExpiryDate()
Gets the value of the expiryDate property.- Returns:
- possible object is
ExpiryDateType
-
setExpiryDate
public void setExpiryDate(ExpiryDateType value)
Sets the value of the expiryDate property.- Parameters:
value- allowed object isExpiryDateType
-
getIssuerID
public IssuerIDType getIssuerID()
Gets the value of the issuerID property.- Returns:
- possible object is
IssuerIDType
-
setIssuerID
public void setIssuerID(IssuerIDType value)
Sets the value of the issuerID property.- Parameters:
value- allowed object isIssuerIDType
-
getIssueNumberID
public IssueNumberIDType getIssueNumberID()
Gets the value of the issueNumberID property.- Returns:
- possible object is
IssueNumberIDType
-
setIssueNumberID
public void setIssueNumberID(IssueNumberIDType value)
Sets the value of the issueNumberID property.- Parameters:
value- allowed object isIssueNumberIDType
-
getCV2ID
public CV2IDType getCV2ID()
Gets the value of the cv2ID property.- Returns:
- possible object is
CV2IDType
-
setCV2ID
public void setCV2ID(CV2IDType value)
Sets the value of the cv2ID property.- Parameters:
value- allowed object isCV2IDType
-
getCardChipCode
public CardChipCodeType getCardChipCode()
Gets the value of the cardChipCode property.- Returns:
- possible object is
CardChipCodeType
-
setCardChipCode
public void setCardChipCode(CardChipCodeType value)
Sets the value of the cardChipCode property.- Parameters:
value- allowed object isCardChipCodeType
-
getChipApplicationID
public ChipApplicationIDType getChipApplicationID()
Gets the value of the chipApplicationID property.- Returns:
- possible object is
ChipApplicationIDType
-
setChipApplicationID
public void setChipApplicationID(ChipApplicationIDType value)
Sets the value of the chipApplicationID property.- Parameters:
value- allowed object isChipApplicationIDType
-
getHolderName
public HolderNameType getHolderName()
Gets the value of the holderName property.- Returns:
- possible object is
HolderNameType
-
setHolderName
public void setHolderName(HolderNameType value)
Sets the value of the holderName property.- Parameters:
value- allowed object isHolderNameType
-
-