Class SubTypeA

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public class SubTypeA extends BaseType

Java class for SubTypeA complex type.

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

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

    • avalue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") protected String avalue
  • Constructor Details

    • SubTypeA

      public SubTypeA()
  • Method Details

    • getAvalue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public String getAvalue()
      Gets the value of the avalue property.
      Returns:
      possible object is String
    • setAvalue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public void setAvalue(String value)
      Sets the value of the avalue property.
      Parameters:
      value - allowed object is String