Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.FinancialAccountType
-
Packages that use FinancialAccountType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of FinancialAccountType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as FinancialAccountType Modifier and Type Field Description protected FinancialAccountTypePartyType. financialAccountprotected FinancialAccountTypePersonType. financialAccountprotected FinancialAccountTypeTradeFinancingType. financingFinancialAccountprotected FinancialAccountTypePaymentMeansType. payeeFinancialAccountprotected FinancialAccountTypePaymentMandateType. payerFinancialAccountprotected FinancialAccountTypePaymentMeansType. payerFinancialAccountMethods in network.oxalis.peppol.ubl2.jaxb.cac that return FinancialAccountType Modifier and Type Method Description FinancialAccountTypeObjectFactory. createFinancialAccountType()Create an instance ofFinancialAccountTypeFinancialAccountTypePartyType. getFinancialAccount()Gets the value of the financialAccount property.FinancialAccountTypePersonType. getFinancialAccount()Gets the value of the financialAccount property.FinancialAccountTypeTradeFinancingType. getFinancingFinancialAccount()Gets the value of the financingFinancialAccount property.FinancialAccountTypePaymentMeansType. getPayeeFinancialAccount()Gets the value of the payeeFinancialAccount property.FinancialAccountTypePaymentMandateType. getPayerFinancialAccount()Gets the value of the payerFinancialAccount property.FinancialAccountTypePaymentMeansType. getPayerFinancialAccount()Gets the value of the payerFinancialAccount property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type FinancialAccountType Modifier and Type Method Description javax.xml.bind.JAXBElement<FinancialAccountType>ObjectFactory. createFinancialAccount(FinancialAccountType value)javax.xml.bind.JAXBElement<FinancialAccountType>ObjectFactory. createFinancingFinancialAccount(FinancialAccountType value)javax.xml.bind.JAXBElement<FinancialAccountType>ObjectFactory. createPayeeFinancialAccount(FinancialAccountType value)javax.xml.bind.JAXBElement<FinancialAccountType>ObjectFactory. createPayerFinancialAccount(FinancialAccountType value)Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type FinancialAccountType Modifier and Type Method Description javax.xml.bind.JAXBElement<FinancialAccountType>ObjectFactory. createFinancialAccount(FinancialAccountType value)javax.xml.bind.JAXBElement<FinancialAccountType>ObjectFactory. createFinancingFinancialAccount(FinancialAccountType value)javax.xml.bind.JAXBElement<FinancialAccountType>ObjectFactory. createPayeeFinancialAccount(FinancialAccountType value)javax.xml.bind.JAXBElement<FinancialAccountType>ObjectFactory. createPayerFinancialAccount(FinancialAccountType value)voidPartyType. setFinancialAccount(FinancialAccountType value)Sets the value of the financialAccount property.voidPersonType. setFinancialAccount(FinancialAccountType value)Sets the value of the financialAccount property.voidTradeFinancingType. setFinancingFinancialAccount(FinancialAccountType value)Sets the value of the financingFinancialAccount property.voidPaymentMeansType. setPayeeFinancialAccount(FinancialAccountType value)Sets the value of the payeeFinancialAccount property.voidPaymentMandateType. setPayerFinancialAccount(FinancialAccountType value)Sets the value of the payerFinancialAccount property.voidPaymentMeansType. setPayerFinancialAccount(FinancialAccountType value)Sets the value of the payerFinancialAccount property.
-