|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types1.SimpleStruct
org.apache.type_test.types1.DerivedStructBaseStruct
public class DerivedStructBaseStruct
Java class for DerivedStructBaseStruct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DerivedStructBaseStruct">
<complexContent>
<extension base="{http://apache.org/type_test/types1}SimpleStruct">
<sequence>
<element name="varStringExt" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="varFloatExt" type="{http://www.w3.org/2001/XMLSchema}float"/>
</sequence>
<attribute name="attrString1" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="attrString2" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
attrString1
|
protected String |
attrString2
|
protected float |
varFloatExt
|
protected String |
varStringExt
|
| Fields inherited from class org.apache.type_test.types1.SimpleStruct |
|---|
varAttrString, varFloat, varInt, varString |
| Constructor Summary | |
|---|---|
DerivedStructBaseStruct()
|
|
| Method Summary | |
|---|---|
String |
getAttrString1()
Gets the value of the attrString1 property. |
String |
getAttrString2()
Gets the value of the attrString2 property. |
float |
getVarFloatExt()
Gets the value of the varFloatExt property. |
String |
getVarStringExt()
Gets the value of the varStringExt property. |
void |
setAttrString1(String value)
Sets the value of the attrString1 property. |
void |
setAttrString2(String value)
Sets the value of the attrString2 property. |
void |
setVarFloatExt(float value)
Sets the value of the varFloatExt property. |
void |
setVarStringExt(String value)
Sets the value of the varStringExt property. |
| Methods inherited from class org.apache.type_test.types1.SimpleStruct |
|---|
getVarAttrString, getVarFloat, getVarInt, getVarString, setVarAttrString, setVarFloat, setVarInt, setVarString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String varStringExt
protected float varFloatExt
protected String attrString1
protected String attrString2
| Constructor Detail |
|---|
public DerivedStructBaseStruct()
| Method Detail |
|---|
public String getVarStringExt()
Stringpublic void setVarStringExt(String value)
value - allowed object is
Stringpublic float getVarFloatExt()
public void setVarFloatExt(float value)
public String getAttrString1()
Stringpublic void setAttrString1(String value)
value - allowed object is
Stringpublic String getAttrString2()
Stringpublic void setAttrString2(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||