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
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>
|
Field Summary |
protected java.lang.String |
attrib3A
|
protected java.lang.Boolean |
attrib3B
|
|
Method Summary |
java.lang.String |
getAttrib3A()
Gets the value of the attrib3A property. |
java.lang.Boolean |
isAttrib3B()
Gets the value of the attrib3B property. |
void |
setAttrib3A(java.lang.String value)
Sets the value of the attrib3A property. |
void |
setAttrib3B(java.lang.Boolean value)
Sets the value of the attrib3B property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attrib3A
protected java.lang.String attrib3A
attrib3B
protected java.lang.Boolean attrib3B
SimpleContent3
public SimpleContent3()
getAttrib3A
public java.lang.String getAttrib3A()
- Gets the value of the attrib3A property.
- Returns:
- possible object is
String
setAttrib3A
public void setAttrib3A(java.lang.String value)
- Sets the value of the attrib3A property.
- Parameters:
value - allowed object is
String
isAttrib3B
public java.lang.Boolean isAttrib3B()
- Gets the value of the attrib3B property.
- Returns:
- possible object is
Boolean
setAttrib3B
public void setAttrib3B(java.lang.Boolean value)
- Sets the value of the attrib3B property.
- Parameters:
value - allowed object is
Boolean
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.