@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class SimpleContent3 extends SimpleContent2
Java class for SimpleContent3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleContent3">
<simpleContent>
<extension base="<http://apache.org/type_test/types1>SimpleContent2">
<attribute name="attrib3a" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="attrib3b" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attrib3A |
protected Boolean |
attrib3B |
attrib2A, attrib2Battrib1A, attrib1B, value| Constructor and Description |
|---|
SimpleContent3() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrib3A()
Gets the value of the attrib3A property.
|
Boolean |
isAttrib3B()
Gets the value of the attrib3B property.
|
void |
setAttrib3A(String value)
Sets the value of the attrib3A property.
|
void |
setAttrib3B(Boolean value)
Sets the value of the attrib3B property.
|
getAttrib2A, getAttrib2B, setAttrib2A, setAttrib2BgetAttrib1A, getAttrib1B, getValue, setAttrib1A, setAttrib1B, setValue@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected String attrib3A
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected Boolean attrib3B
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public String getAttrib3A()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setAttrib3A(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public Boolean isAttrib3B()
BooleanApache CXF