|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types1.SimpleContent1
org.apache.type_test.types1.SimpleContent2
public class SimpleContent2
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 |
|---|
protected Integer attrib2A
protected Long attrib2B
| Constructor Detail |
|---|
public SimpleContent2()
| Method Detail |
|---|
public Integer getAttrib2A()
Integerpublic void setAttrib2A(Integer value)
value - allowed object is
Integerpublic Long getAttrib2B()
Longpublic void setAttrib2B(Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||