org.apache.type_test.types1
Class MixedArray.Array10

java.lang.Object
  extended by org.apache.type_test.types1.MixedArray.Array10
Enclosing class:
MixedArray

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-11-20T10:12:05-05:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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
protected  String item
           
 
Constructor Summary
MixedArray.Array10()
           
 
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
 

Field Detail

item

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-11-20T10:12:05-05:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String item
Constructor Detail

MixedArray.Array10

public MixedArray.Array10()
Method Detail

getItem

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-11-20T10:12:05-05:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getItem()
Gets the value of the item property.

Returns:
possible object is String

setItem

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-11-20T10:12:05-05:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setItem(String value)
Sets the value of the item property.

Parameters:
value - allowed object is String


Apache CXF