org.apache.type_test.types2
Class ComplexTypeWithAttributeGroup1

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public class ComplexTypeWithAttributeGroup1
extends Object

Java class for ComplexTypeWithAttributeGroup1 complex type.

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

 <complexType name="ComplexTypeWithAttributeGroup1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attGroup ref="{http://apache.org/type_test/types2}AttrGrp1"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Float attrFloat
           
protected  BigInteger attrInt
           
protected  String attrString
           
 
Constructor Summary
ComplexTypeWithAttributeGroup1()
           
 
Method Summary
 Float getAttrFloat()
          Gets the value of the attrFloat property.
 BigInteger getAttrInt()
          Gets the value of the attrInt property.
 String getAttrString()
          Gets the value of the attrString property.
 void setAttrFloat(Float value)
          Sets the value of the attrFloat property.
 void setAttrInt(BigInteger value)
          Sets the value of the attrInt property.
 void setAttrString(String value)
          Sets the value of the attrString property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attrFloat

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
protected Float attrFloat

attrInt

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
protected BigInteger attrInt

attrString

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
protected String attrString
Constructor Detail

ComplexTypeWithAttributeGroup1

public ComplexTypeWithAttributeGroup1()
Method Detail

getAttrFloat

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public Float getAttrFloat()
Gets the value of the attrFloat property.

Returns:
possible object is Float

setAttrFloat

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public void setAttrFloat(Float value)
Sets the value of the attrFloat property.

Parameters:
value - allowed object is Float

getAttrInt

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public BigInteger getAttrInt()
Gets the value of the attrInt property.

Returns:
possible object is BigInteger

setAttrInt

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public void setAttrInt(BigInteger value)
Sets the value of the attrInt property.

Parameters:
value - allowed object is BigInteger

getAttrString

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public String getAttrString()
Gets the value of the attrString property.

Returns:
possible object is String

setAttrString

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:15:58-04:00",
           comments="JAXB RI v2.2.5.1")
public void setAttrString(String value)
Sets the value of the attrString property.

Parameters:
value - allowed object is String


Apache CXF