Class Alternative2
- java.lang.Object
-
- uri.cxf_apache_org.jstest.types.any.alts.Alternative2
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public class Alternative2 extends ObjectJava 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
Fields Modifier and Type Field Description protected intcheese
-
Constructor Summary
Constructors Constructor Description Alternative2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCheese()Gets the value of the cheese property.voidsetCheese(int value)Sets the value of the cheese property.
-
-
-
Method Detail
-
getCheese
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public int getCheese()Gets the value of the cheese property.
-
setCheese
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public void setCheese(int value)Sets the value of the cheese property.
-
-