org.apache.type_test.types1
Class SimpleContent3

java.lang.Object
  extended by org.apache.type_test.types1.SimpleContent1
      extended by org.apache.type_test.types1.SimpleContent2
          extended by 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
           
 
Fields inherited from class org.apache.type_test.types1.SimpleContent2
attrib2A, attrib2B
 
Fields inherited from class org.apache.type_test.types1.SimpleContent1
attrib1A, attrib1B, value
 
Constructor Summary
SimpleContent3()
           
 
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 org.apache.type_test.types1.SimpleContent2
getAttrib2A, getAttrib2B, setAttrib2A, setAttrib2B
 
Methods inherited from class org.apache.type_test.types1.SimpleContent1
getAttrib1A, getAttrib1B, getValue, setAttrib1A, setAttrib1B, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attrib3A

protected java.lang.String attrib3A

attrib3B

protected java.lang.Boolean attrib3B
Constructor Detail

SimpleContent3

public SimpleContent3()
Method Detail

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.