org.apache.cxf.tests.inherit.objects
Class SubTypeA

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:37+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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 Summary
protected  String avalue
           
 
Fields inherited from class org.apache.cxf.tests.inherit.objects.BaseType
name
 
Constructor Summary
SubTypeA()
           
 
Method Summary
 String getAvalue()
          Gets the value of the avalue property.
 void setAvalue(String value)
          Sets the value of the avalue property.
 
Methods inherited from class org.apache.cxf.tests.inherit.objects.BaseType
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

avalue

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:37+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String avalue
Constructor Detail

SubTypeA

public SubTypeA()
Method Detail

getAvalue

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:37+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getAvalue()
Gets the value of the avalue property.

Returns:
possible object is String

setAvalue

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:37+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setAvalue(String value)
Sets the value of the avalue property.

Parameters:
value - allowed object is String


Apache CXF