uri.cxf_apache_org.jstest.types.any.alts
Class Alternative2

java.lang.Object
  extended by uri.cxf_apache_org.jstest.types.any.alts.Alternative2

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:37+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class Alternative2
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cheese" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int cheese
           
 
Constructor Summary
Alternative2()
           
 
Method Summary
 int getCheese()
          Gets the value of the cheese property.
 void setCheese(int value)
          Sets the value of the cheese property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cheese

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

Alternative2

public Alternative2()
Method Detail

getCheese

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


setCheese

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



Apache CXF