001// --------------------------------------------------------------------------------
002// Copyright 2002-2024 Echo Three, LLC
003//
004// Licensed under the Apache License, Version 2.0 (the "License");
005// you may not use this file except in compliance with the License.
006// You may obtain a copy of the License at
007//
008//     http://www.apache.org/licenses/LICENSE-2.0
009//
010// Unless required by applicable law or agreed to in writing, software
011// distributed under the License is distributed on an "AS IS" BASIS,
012// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
013// See the License for the specific language governing permissions and
014// limitations under the License.
015// --------------------------------------------------------------------------------
016// Generated File -- DO NOT EDIT BY HAND
017// --------------------------------------------------------------------------------
018
019/**
020 * PaymentSpecFactory.java
021 */
022
023package com.echothree.control.user.payment.common.spec;
024
025import com.echothree.util.common.form.BaseFormFactory;
026
027public class PaymentSpecFactory
028        extends BaseFormFactory {
029    
030    static public BillingAccountRoleTypeSpec getBillingAccountRoleTypeSpec() {
031        return createForm(BillingAccountRoleTypeSpec.class);
032    }
033    
034    static public PartyPaymentMethodSpec getPartyPaymentMethodSpec() {
035        return createForm(PartyPaymentMethodSpec.class);
036    }
037    
038    static public PaymentMethodDescriptionSpec getPaymentMethodDescriptionSpec() {
039        return createForm(PaymentMethodDescriptionSpec.class);
040    }
041    
042    static public PaymentMethodSpec getPaymentMethodSpec() {
043        return createForm(PaymentMethodSpec.class);
044    }
045    
046    static public PaymentMethodTypeDescriptionSpec getPaymentMethodTypeDescriptionSpec() {
047        return createForm(PaymentMethodTypeDescriptionSpec.class);
048    }
049    
050    static public PaymentMethodTypePartyTypeSpec getPaymentMethodTypePartyTypeSpec() {
051        return createForm(PaymentMethodTypePartyTypeSpec.class);
052    }
053    
054    static public PaymentMethodTypePartyTypeUniversalSpec getPaymentMethodTypePartyTypeUniversalSpec() {
055        return createForm(PaymentMethodTypePartyTypeUniversalSpec.class);
056    }
057    
058    static public PaymentMethodTypeSpec getPaymentMethodTypeSpec() {
059        return createForm(PaymentMethodTypeSpec.class);
060    }
061    
062    static public PaymentMethodTypeUniversalSpec getPaymentMethodTypeUniversalSpec() {
063        return createForm(PaymentMethodTypeUniversalSpec.class);
064    }
065    
066    static public PaymentProcessorActionSpec getPaymentProcessorActionSpec() {
067        return createForm(PaymentProcessorActionSpec.class);
068    }
069    
070    static public PaymentProcessorActionTypeDescriptionSpec getPaymentProcessorActionTypeDescriptionSpec() {
071        return createForm(PaymentProcessorActionTypeDescriptionSpec.class);
072    }
073    
074    static public PaymentProcessorActionTypeSpec getPaymentProcessorActionTypeSpec() {
075        return createForm(PaymentProcessorActionTypeSpec.class);
076    }
077    
078    static public PaymentProcessorActionTypeUniversalSpec getPaymentProcessorActionTypeUniversalSpec() {
079        return createForm(PaymentProcessorActionTypeUniversalSpec.class);
080    }
081    
082    static public PaymentProcessorDescriptionSpec getPaymentProcessorDescriptionSpec() {
083        return createForm(PaymentProcessorDescriptionSpec.class);
084    }
085    
086    static public PaymentProcessorResultCodeDescriptionSpec getPaymentProcessorResultCodeDescriptionSpec() {
087        return createForm(PaymentProcessorResultCodeDescriptionSpec.class);
088    }
089    
090    static public PaymentProcessorResultCodeSpec getPaymentProcessorResultCodeSpec() {
091        return createForm(PaymentProcessorResultCodeSpec.class);
092    }
093    
094    static public PaymentProcessorResultCodeUniversalSpec getPaymentProcessorResultCodeUniversalSpec() {
095        return createForm(PaymentProcessorResultCodeUniversalSpec.class);
096    }
097    
098    static public PaymentProcessorSpec getPaymentProcessorSpec() {
099        return createForm(PaymentProcessorSpec.class);
100    }
101    
102    static public PaymentProcessorTransactionSpec getPaymentProcessorTransactionSpec() {
103        return createForm(PaymentProcessorTransactionSpec.class);
104    }
105    
106    static public PaymentProcessorTransactionUniversalSpec getPaymentProcessorTransactionUniversalSpec() {
107        return createForm(PaymentProcessorTransactionUniversalSpec.class);
108    }
109    
110    static public PaymentProcessorTypeActionSpec getPaymentProcessorTypeActionSpec() {
111        return createForm(PaymentProcessorTypeActionSpec.class);
112    }
113    
114    static public PaymentProcessorTypeActionUniversalSpec getPaymentProcessorTypeActionUniversalSpec() {
115        return createForm(PaymentProcessorTypeActionUniversalSpec.class);
116    }
117    
118    static public PaymentProcessorTypeCodeDescriptionSpec getPaymentProcessorTypeCodeDescriptionSpec() {
119        return createForm(PaymentProcessorTypeCodeDescriptionSpec.class);
120    }
121    
122    static public PaymentProcessorTypeCodeSpec getPaymentProcessorTypeCodeSpec() {
123        return createForm(PaymentProcessorTypeCodeSpec.class);
124    }
125    
126    static public PaymentProcessorTypeCodeTypeDescriptionSpec getPaymentProcessorTypeCodeTypeDescriptionSpec() {
127        return createForm(PaymentProcessorTypeCodeTypeDescriptionSpec.class);
128    }
129    
130    static public PaymentProcessorTypeCodeTypeSpec getPaymentProcessorTypeCodeTypeSpec() {
131        return createForm(PaymentProcessorTypeCodeTypeSpec.class);
132    }
133    
134    static public PaymentProcessorTypeCodeTypeUniversalSpec getPaymentProcessorTypeCodeTypeUniversalSpec() {
135        return createForm(PaymentProcessorTypeCodeTypeUniversalSpec.class);
136    }
137    
138    static public PaymentProcessorTypeCodeUniversalSpec getPaymentProcessorTypeCodeUniversalSpec() {
139        return createForm(PaymentProcessorTypeCodeUniversalSpec.class);
140    }
141    
142    static public PaymentProcessorTypeDescriptionSpec getPaymentProcessorTypeDescriptionSpec() {
143        return createForm(PaymentProcessorTypeDescriptionSpec.class);
144    }
145    
146    static public PaymentProcessorTypeSpec getPaymentProcessorTypeSpec() {
147        return createForm(PaymentProcessorTypeSpec.class);
148    }
149    
150    static public PaymentProcessorTypeUniversalSpec getPaymentProcessorTypeUniversalSpec() {
151        return createForm(PaymentProcessorTypeUniversalSpec.class);
152    }
153    
154    static public PaymentProcessorUniversalSpec getPaymentProcessorUniversalSpec() {
155        return createForm(PaymentProcessorUniversalSpec.class);
156    }
157    
158}