org.apache.cxf.tests.inherit.objects
Class SubTypeB
java.lang.Object
org.apache.cxf.tests.inherit.objects.BaseType
org.apache.cxf.tests.inherit.objects.SubTypeB
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 Summary |
protected java.lang.String |
bvalue
|
| Fields inherited from class org.apache.cxf.tests.inherit.objects.BaseType |
name |
|
Method Summary |
java.lang.String |
getBvalue()
Gets the value of the bvalue property. |
void |
setBvalue(java.lang.String value)
Sets the value of the bvalue property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bvalue
protected java.lang.String bvalue
SubTypeB
public SubTypeB()
getBvalue
public java.lang.String getBvalue()
- Gets the value of the bvalue property.
- Returns:
- possible object is
String
setBvalue
public void setBvalue(java.lang.String value)
- Sets the value of the bvalue property.
- Parameters:
value - allowed object is
String
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.