org.apache.type_test.types1
Class OccuringAll

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

@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 OccuringAll
extends 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  String varAttrString
           
protected  Integer varInt
           
 
Constructor Summary
OccuringAll()
           
 
Method Summary
 String getVarAttrString()
          Gets the value of the varAttrString property.
 Integer getVarInt()
          Gets the value of the varInt property.
 void setVarAttrString(String value)
          Sets the value of the varAttrString property.
 void setVarInt(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

@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 varInt

varAttrString

@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 varAttrString
Constructor Detail

OccuringAll

public OccuringAll()
Method Detail

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 Integer getVarInt()
Gets the value of the varInt property.

Returns:
possible object is Integer

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(Integer value)
Sets the value of the varInt property.

Parameters:
value - allowed object is Integer

getVarAttrString

@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 getVarAttrString()
Gets the value of the varAttrString property.

Returns:
possible object is String

setVarAttrString

@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 setVarAttrString(String value)
Sets the value of the varAttrString property.

Parameters:
value - allowed object is String


Apache CXF