org.apache.type_test.types1
Class SimpleContent3
java.lang.Object
org.apache.type_test.types1.SimpleContent1
org.apache.type_test.types1.SimpleContent2
org.apache.type_test.types1.SimpleContent3
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attrib3A
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String attrib3A
attrib3B
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected Boolean attrib3B
SimpleContent3
public SimpleContent3()
getAttrib3A
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getAttrib3A()
- Gets the value of the attrib3A property.
- Returns:
- possible object is
String
setAttrib3A
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setAttrib3A(String value)
- Sets the value of the attrib3A property.
- Parameters:
value - allowed object is
String
isAttrib3B
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public Boolean isAttrib3B()
- Gets the value of the attrib3B property.
- Returns:
- possible object is
Boolean
setAttrib3B
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:36+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setAttrib3B(Boolean value)
- Sets the value of the attrib3B property.
- Parameters:
value - allowed object is
Boolean
Apache CXF