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

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

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

protected int cheese
Constructor Detail

Alternative2

public Alternative2()
Method Detail

getCheese

public int getCheese()
Gets the value of the cheese property.


setCheese

public void setCheese(int value)
Sets the value of the cheese property.



Apache CXF