org.apache.type_test.types3
Class SgDerivedTypeB

java.lang.Object
  extended by org.apache.type_test.types3.SgBaseTypeA
      extended by org.apache.type_test.types3.SgDerivedTypeB

public class SgDerivedTypeB
extends SgBaseTypeA

Java class for sgDerivedType_B complex type.

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

 <complexType name="sgDerivedType_B">
   <complexContent>
     <extension base="{http://apache.org/type_test/types3}sgBaseType_A">
       <sequence>
         <element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String varString
           
 
Fields inherited from class org.apache.type_test.types3.SgBaseTypeA
varInt
 
Constructor Summary
SgDerivedTypeB()
           
 
Method Summary
 java.lang.String getVarString()
          Gets the value of the varString property.
 void setVarString(java.lang.String value)
          Sets the value of the varString property.
 
Methods inherited from class org.apache.type_test.types3.SgBaseTypeA
getVarInt, setVarInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varString

protected java.lang.String varString
Constructor Detail

SgDerivedTypeB

public SgDerivedTypeB()
Method Detail

getVarString

public java.lang.String getVarString()
Gets the value of the varString property.

Returns:
possible object is String

setVarString

public void setVarString(java.lang.String value)
Sets the value of the varString 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.