org.apache.type_test.types2
Class GroupDirectlyInComplexType

java.lang.Object
  extended by org.apache.type_test.types2.GroupDirectlyInComplexType

public class GroupDirectlyInComplexType
extends Object

Java class for GroupDirectlyInComplexType complex type.

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

 <complexType name="GroupDirectlyInComplexType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://apache.org/type_test/types2}BatchElementsSeq"/>
       <attribute name="attr1" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer attr1
           
protected  float varFloat
           
protected  int varInt
           
protected  String varString
           
 
Constructor Summary
GroupDirectlyInComplexType()
           
 
Method Summary
 Integer getAttr1()
          Gets the value of the attr1 property.
 float getVarFloat()
          Gets the value of the varFloat property.
 int getVarInt()
          Gets the value of the varInt property.
 String getVarString()
          Gets the value of the varString property.
 void setAttr1(Integer value)
          Sets the value of the attr1 property.
 void setVarFloat(float value)
          Sets the value of the varFloat property.
 void setVarInt(int value)
          Sets the value of the varInt property.
 void setVarString(String value)
          Sets the value of the varString property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varFloat

protected float varFloat

varInt

protected int varInt

varString

protected String varString

attr1

protected Integer attr1
Constructor Detail

GroupDirectlyInComplexType

public GroupDirectlyInComplexType()
Method Detail

getVarFloat

public float getVarFloat()
Gets the value of the varFloat property.


setVarFloat

public void setVarFloat(float value)
Sets the value of the varFloat property.


getVarInt

public int getVarInt()
Gets the value of the varInt property.


setVarInt

public void setVarInt(int value)
Sets the value of the varInt property.


getVarString

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

Returns:
possible object is String

setVarString

public void setVarString(String value)
Sets the value of the varString property.

Parameters:
value - allowed object is String

getAttr1

public Integer getAttr1()
Gets the value of the attr1 property.

Returns:
possible object is Integer

setAttr1

public void setAttr1(Integer value)
Sets the value of the attr1 property.

Parameters:
value - allowed object is Integer


Apache CXF