|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types1.SimpleContent1
public class SimpleContent1
Java class for SimpleContent1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleContent1">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="attrib1a" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="attrib1b" type="{http://www.w3.org/2001/XMLSchema}short" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected Byte |
attrib1A
|
protected Short |
attrib1B
|
protected String |
value
|
| Constructor Summary | |
|---|---|
SimpleContent1()
|
|
| Method Summary | |
|---|---|
Byte |
getAttrib1A()
Gets the value of the attrib1A property. |
Short |
getAttrib1B()
Gets the value of the attrib1B property. |
String |
getValue()
Gets the value of the value property. |
void |
setAttrib1A(Byte value)
Sets the value of the attrib1A property. |
void |
setAttrib1B(Short value)
Sets the value of the attrib1B property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected Byte attrib1A
protected Short attrib1B
| Constructor Detail |
|---|
public SimpleContent1()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Byte getAttrib1A()
Bytepublic void setAttrib1A(Byte value)
value - allowed object is
Bytepublic Short getAttrib1B()
Shortpublic void setAttrib1B(Short value)
value - allowed object is
Short
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||