Uses of Class
org.cxml.PCard
-
Packages that use PCard Package Description org.cxml -
-
Uses of PCard in org.cxml
Fields in org.cxml declared as PCard Modifier and Type Field Description protected PCardPayment. pCardprotected PCardPaymentPartner. pCardprotected PCardPaymentStatus. pCardMethods in org.cxml that return PCard Modifier and Type Method Description PCardObjectFactory. createPCard()Create an instance ofPCardPCardPayment. getPCard()Gets the value of the pCard property.PCardPaymentPartner. getPCard()Gets the value of the pCard property.PCardPaymentStatus. getPCard()Gets the value of the pCard property.Methods in org.cxml with parameters of type PCard Modifier and Type Method Description voidPayment. setPCard(PCard value)Sets the value of the pCard property.voidPaymentPartner. setPCard(PCard value)Sets the value of the pCard property.voidPaymentStatus. setPCard(PCard value)Sets the value of the pCard property.
-