org.apache.type_test.types1
Class SimpleContent2

java.lang.Object
  extended by org.apache.type_test.types1.SimpleContent1
      extended by org.apache.type_test.types1.SimpleContent2
Direct Known Subclasses:
SimpleContent3

public class SimpleContent2
extends SimpleContent1

Java class for SimpleContent2 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SimpleContent2">
   <simpleContent>
     <extension base="<http://apache.org/type_test/types1>SimpleContent1">
       <attribute name="attrib2a" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="attrib2b" type="{http://www.w3.org/2001/XMLSchema}long" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  Integer attrib2A
           
protected  Long attrib2B
           
 
Fields inherited from class org.apache.type_test.types1.SimpleContent1
attrib1A, attrib1B, value
 
Constructor Summary
SimpleContent2()
           
 
Method Summary
 Integer getAttrib2A()
          Gets the value of the attrib2A property.
 Long getAttrib2B()
          Gets the value of the attrib2B property.
 void setAttrib2A(Integer value)
          Sets the value of the attrib2A property.
 void setAttrib2B(Long value)
          Sets the value of the attrib2B property.
 
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

attrib2A

protected Integer attrib2A

attrib2B

protected Long attrib2B
Constructor Detail

SimpleContent2

public SimpleContent2()
Method Detail

getAttrib2A

public Integer getAttrib2A()
Gets the value of the attrib2A property.

Returns:
possible object is Integer

setAttrib2A

public void setAttrib2A(Integer value)
Sets the value of the attrib2A property.

Parameters:
value - allowed object is Integer

getAttrib2B

public Long getAttrib2B()
Gets the value of the attrib2B property.

Returns:
possible object is Long

setAttrib2B

public void setAttrib2B(Long value)
Sets the value of the attrib2B property.

Parameters:
value - allowed object is Long


Apache CXF