@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public class AcceptAnyOptional 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="before" type="{http://www.w3.org/2001/XMLSchema}string"/>
<any namespace='##other' minOccurs="0"/>
<element name="after" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
after |
protected Object |
any |
protected String |
before |
| Constructor and Description |
|---|
AcceptAnyOptional() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAfter()
Gets the value of the after property.
|
Object |
getAny()
Gets the value of the any property.
|
String |
getBefore()
Gets the value of the before property.
|
void |
setAfter(String value)
Sets the value of the after property.
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setBefore(String value)
Sets the value of the before property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected String before
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected Object any
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected String after
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public String getBefore()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public void setBefore(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public Object getAny()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public void setAny(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public String getAfter()
StringApache CXF