Package com.pensio.api.generated
Class PrimaryMethod
java.lang.Object
com.pensio.api.generated.PrimaryMethod
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.8",
date="2025-03-12T05:07:39Z")
public class PrimaryMethod
extends Object
Java class for PrimaryMethod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrimaryMethod">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Nature" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Identifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SupportedAgreementTypes" type="{}SupportedAgreementTypes" minOccurs="0"/>
<element name="SupportedPrimaryPaymentAuthTypes" type="{}SupportedPrimaryPaymentAuthTypes" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected SupportedAgreementTypesprotected SupportedPrimaryPaymentAuthTypes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the identifier property.Gets the value of the nature property.Gets the value of the supportedAgreementTypes property.Gets the value of the supportedPrimaryPaymentAuthTypes property.voidsetIdentifier(String value) Sets the value of the identifier property.voidSets the value of the nature property.voidSets the value of the supportedAgreementTypes property.voidSets the value of the supportedPrimaryPaymentAuthTypes property.
-
Field Details
-
nature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String nature -
identifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected String identifier -
supportedAgreementTypes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected SupportedAgreementTypes supportedAgreementTypes -
supportedPrimaryPaymentAuthTypes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") protected SupportedPrimaryPaymentAuthTypes supportedPrimaryPaymentAuthTypes
-
-
Constructor Details
-
PrimaryMethod
public PrimaryMethod()
-
-
Method Details
-
getNature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getNature()Gets the value of the nature property.- Returns:
- possible object is
String
-
setNature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setNature(String value) Sets the value of the nature property.- Parameters:
value- allowed object isString
-
getIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public String getIdentifier()Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setIdentifier(String value) Sets the value of the identifier property.- Parameters:
value- allowed object isString
-
getSupportedAgreementTypes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public SupportedAgreementTypes getSupportedAgreementTypes()Gets the value of the supportedAgreementTypes property.- Returns:
- possible object is
SupportedAgreementTypes
-
setSupportedAgreementTypes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setSupportedAgreementTypes(SupportedAgreementTypes value) Sets the value of the supportedAgreementTypes property.- Parameters:
value- allowed object isSupportedAgreementTypes
-
getSupportedPrimaryPaymentAuthTypes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public SupportedPrimaryPaymentAuthTypes getSupportedPrimaryPaymentAuthTypes()Gets the value of the supportedPrimaryPaymentAuthTypes property.- Returns:
- possible object is
SupportedPrimaryPaymentAuthTypes
-
setSupportedPrimaryPaymentAuthTypes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-03-12T05:07:39Z") public void setSupportedPrimaryPaymentAuthTypes(SupportedPrimaryPaymentAuthTypes value) Sets the value of the supportedPrimaryPaymentAuthTypes property.- Parameters:
value- allowed object isSupportedPrimaryPaymentAuthTypes
-