org.apache.type_test.types1
Class MixedArray.Array9

java.lang.Object
  extended by org.apache.type_test.types1.MixedArray.Array9
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.Array9
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.Array9()
           
 
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="2014-07-15T02:38:29-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected String item
Constructor Detail

MixedArray.Array9

public MixedArray.Array9()
Method Detail

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