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",
date="2014-07-15T02:38:29-04:00",
comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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>
|
Method Summary |
String |
getItem()
Gets the value of the item property. |
void |
setItem(String value)
Sets the value of the item property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
item
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-07-15T02:38:29-04:00",
comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected String item
MixedArray.Array10
public MixedArray.Array10()
getItem
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-07-15T02:38:29-04:00",
comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public String getItem()
- Gets the value of the item property.
- Returns:
- possible object is
String
setItem
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-07-15T02:38:29-04:00",
comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public void setItem(String value)
- Sets the value of the item property.
- Parameters:
value - allowed object is
String
Apache CXF