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 v2.3.5", date="2024-03-07T12:28:42-05:00") public class SubTypeA extends BaseTypeJava 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>
-
-
Constructor Summary
Constructors Constructor Description SubTypeA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAvalue()Gets the value of the avalue property.voidsetAvalue(String value)Sets the value of the avalue property.
-
-
-
Field Detail
-
avalue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") protected String avalue
-
-