org.apache.type_test.types1
Class OccuringAll

java.lang.Object
  extended by org.apache.type_test.types1.OccuringAll

public class OccuringAll
extends java.lang.Object

Java class for OccuringAll complex type.

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

 <complexType name="OccuringAll">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all minOccurs="0">
         <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </all>
       <attribute name="varAttrString" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String varAttrString
           
protected  java.lang.Integer varInt
           
 
Constructor Summary
OccuringAll()
           
 
Method Summary
 java.lang.String getVarAttrString()
          Gets the value of the varAttrString property.
 java.lang.Integer getVarInt()
          Gets the value of the varInt property.
 void setVarAttrString(java.lang.String value)
          Sets the value of the varAttrString property.
 void setVarInt(java.lang.Integer value)
          Sets the value of the varInt property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varInt

protected java.lang.Integer varInt

varAttrString

protected java.lang.String varAttrString
Constructor Detail

OccuringAll

public OccuringAll()
Method Detail

getVarInt

public java.lang.Integer getVarInt()
Gets the value of the varInt property.

Returns:
possible object is Integer

setVarInt

public void setVarInt(java.lang.Integer value)
Sets the value of the varInt property.

Parameters:
value - allowed object is Integer

getVarAttrString

public java.lang.String getVarAttrString()
Gets the value of the varAttrString property.

Returns:
possible object is String

setVarAttrString

public void setVarAttrString(java.lang.String value)
Sets the value of the varAttrString property.

Parameters:
value - allowed object is String


Apache CXF