Class PrimaryMethod

java.lang.Object
com.pensio.api.generated.PrimaryMethod

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 Details

    • nature

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String nature
    • identifier

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String identifier
    • supportedAgreementTypes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected SupportedAgreementTypes supportedAgreementTypes
    • supportedPrimaryPaymentAuthTypes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected SupportedPrimaryPaymentAuthTypes supportedPrimaryPaymentAuthTypes
  • Constructor Details

    • PrimaryMethod

      public PrimaryMethod()
  • Method Details

    • getNature

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setNature(String value)
      Sets the value of the nature property.
      Parameters:
      value - allowed object is String
    • getIdentifier

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setIdentifier(String value)
      Sets the value of the identifier property.
      Parameters:
      value - allowed object is String
    • getSupportedAgreementTypes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setSupportedAgreementTypes(SupportedAgreementTypes value)
      Sets the value of the supportedAgreementTypes property.
      Parameters:
      value - allowed object is SupportedAgreementTypes
    • getSupportedPrimaryPaymentAuthTypes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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 v3.0.2", date="2025-12-10T09:47:46Z") public void setSupportedPrimaryPaymentAuthTypes(SupportedPrimaryPaymentAuthTypes value)
      Sets the value of the supportedPrimaryPaymentAuthTypes property.
      Parameters:
      value - allowed object is SupportedPrimaryPaymentAuthTypes