@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class AnonymousType extends Object
Java class for AnonymousType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnonymousType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="foo">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="foo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="bar" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AnonymousType.Foo
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AnonymousType.Foo |
foo |
| Constructor and Description |
|---|
AnonymousType() |
| Modifier and Type | Method and Description |
|---|---|
AnonymousType.Foo |
getFoo()
Gets the value of the foo property.
|
void |
setFoo(AnonymousType.Foo value)
Sets the value of the foo property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected AnonymousType.Foo foo
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public AnonymousType.Foo getFoo()
AnonymousType.Foo@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setFoo(AnonymousType.Foo value)
value - allowed object is
AnonymousType.FooApache CXF