org.apache.type_test.types2
Class GroupDirectlyInComplexType

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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

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

varInt

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

varString

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

attr1

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

GroupDirectlyInComplexType

public GroupDirectlyInComplexType()
Method Detail

getVarFloat

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


setVarFloat

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


getVarInt

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


setVarInt

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


getVarString

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

Returns:
possible object is String

setVarString

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

Parameters:
value - allowed object is String

getAttr1

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

Returns:
possible object is Integer

setAttr1

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

Parameters:
value - allowed object is Integer


Apache CXF