Package org.apache.type_test.types1
Class MixedArray.Array10
java.lang.Object
org.apache.type_test.types1.MixedArray.Array10
- Enclosing class:
- MixedArray
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:56-04:00")
public static class MixedArray.Array10
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="item" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
item
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected String item
-
-
Constructor Details
-
Array10
public Array10()
-
-
Method Details
-
getItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public String getItem()Gets the value of the item property.- Returns:
- possible object is
String
-
setItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setItem(String value) Sets the value of the item property.- Parameters:
value- allowed object isString
-