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 v2.3.5", date="2023-06-06T11:29:24-04:00") public class SubTypeB extends BaseTypeJava 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>
-
-
Constructor Summary
Constructors Constructor Description SubTypeB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBvalue()Gets the value of the bvalue property.voidsetBvalue(String value)Sets the value of the bvalue property.
-
-
-
Field Detail
-
bvalue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") protected String bvalue
-
-