|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types1.EmptyStruct
org.apache.type_test.types1.DerivedStructBaseEmpty
public class DerivedStructBaseEmpty
Java class for DerivedStructBaseEmpty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DerivedStructBaseEmpty">
<complexContent>
<extension base="{http://apache.org/type_test/types1}EmptyStruct">
<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="attrString" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
attrString
|
protected float |
varFloatExt
|
protected java.lang.String |
varStringExt
|
| Constructor Summary | |
|---|---|
DerivedStructBaseEmpty()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAttrString()
Gets the value of the attrString property. |
float |
getVarFloatExt()
Gets the value of the varFloatExt property. |
java.lang.String |
getVarStringExt()
Gets the value of the varStringExt property. |
void |
setAttrString(java.lang.String value)
Sets the value of the attrString property. |
void |
setVarFloatExt(float value)
Sets the value of the varFloatExt property. |
void |
setVarStringExt(java.lang.String value)
Sets the value of the varStringExt property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String varStringExt
protected float varFloatExt
protected java.lang.String attrString
| Constructor Detail |
|---|
public DerivedStructBaseEmpty()
| Method Detail |
|---|
public java.lang.String getVarStringExt()
Stringpublic void setVarStringExt(java.lang.String value)
value - allowed object is
Stringpublic float getVarFloatExt()
public void setVarFloatExt(float value)
public java.lang.String getAttrString()
Stringpublic void setAttrString(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||