Class SubTypeB

java.lang.Object
org.apache.cxf.tests.inherit.objects.BaseType
org.apache.cxf.tests.inherit.objects.SubTypeB

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:02-05:00") public class SubTypeB extends BaseType

Java class for SubTypeB complex type

.

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


 <complexType name="SubTypeB">
   <complexContent>
     <extension base="{http://apache.org/cxf/tests/inherit/objects}BaseType">
       <sequence>
         <element name="bvalue" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • bvalue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:02-05:00") protected String bvalue
  • Constructor Details

    • SubTypeB

      public SubTypeB()
  • Method Details

    • getBvalue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:02-05:00") public String getBvalue()
      Gets the value of the bvalue property.
      Returns:
      possible object is String
    • setBvalue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:02-05:00") public void setBvalue(String value)
      Sets the value of the bvalue property.
      Parameters:
      value - allowed object is String