org.apache.type_test.types2
Class ComplexTypeWithAttributes

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

public class ComplexTypeWithAttributes
extends java.lang.Object

Java class for ComplexTypeWithAttributes complex type.

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

 <complexType name="ComplexTypeWithAttributes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="attrInt" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="attrString" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger attrInt
           
protected  java.lang.String attrString
           
 
Constructor Summary
ComplexTypeWithAttributes()
           
 
Method Summary
 java.math.BigInteger getAttrInt()
          Gets the value of the attrInt property.
 java.lang.String getAttrString()
          Gets the value of the attrString property.
 void setAttrInt(java.math.BigInteger value)
          Sets the value of the attrInt property.
 void setAttrString(java.lang.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

attrInt

protected java.math.BigInteger attrInt

attrString

protected java.lang.String attrString
Constructor Detail

ComplexTypeWithAttributes

public ComplexTypeWithAttributes()
Method Detail

getAttrInt

public java.math.BigInteger getAttrInt()
Gets the value of the attrInt property.

Returns:
possible object is BigInteger

setAttrInt

public void setAttrInt(java.math.BigInteger value)
Sets the value of the attrInt property.

Parameters:
value - allowed object is BigInteger

getAttrString

public java.lang.String getAttrString()
Gets the value of the attrString property.

Returns:
possible object is String

setAttrString

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