Class Alternative1
- java.lang.Object
-
- uri.cxf_apache_org.jstest.types.any.alts.Alternative1
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public class Alternative1 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="chalk" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Alternative1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChalk()Gets the value of the chalk property.voidsetChalk(String value)Sets the value of the chalk property.
-
-
-
Field Detail
-
chalk
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") protected String chalk
-
-