Class Schemes.DualBrandPair

java.lang.Object
com.pensio.api.generated.Schemes.DualBrandPair
Enclosing class:
Schemes

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public static class Schemes.DualBrandPair extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="schemeA" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="schemeB" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • schemeA

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String schemeA
    • schemeB

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String schemeB
    • _default

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String _default
  • Constructor Details

    • DualBrandPair

      public DualBrandPair()
  • Method Details

    • getSchemeA

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getSchemeA()
      Gets the value of the schemeA property.
      Returns:
      possible object is String
    • setSchemeA

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setSchemeA(String value)
      Sets the value of the schemeA property.
      Parameters:
      value - allowed object is String
    • getSchemeB

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getSchemeB()
      Gets the value of the schemeB property.
      Returns:
      possible object is String
    • setSchemeB

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setSchemeB(String value)
      Sets the value of the schemeB property.
      Parameters:
      value - allowed object is String
    • getDefault

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getDefault()
      Gets the value of the default property.
      Returns:
      possible object is String
    • setDefault

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setDefault(String value)
      Sets the value of the default property.
      Parameters:
      value - allowed object is String