|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types1.OccuringAll
public class OccuringAll
Java class for OccuringAll complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OccuringAll">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all minOccurs="0">
<element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
</all>
<attribute name="varAttrString" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
varAttrString
|
protected java.lang.Integer |
varInt
|
| Constructor Summary | |
|---|---|
OccuringAll()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getVarAttrString()
Gets the value of the varAttrString property. |
java.lang.Integer |
getVarInt()
Gets the value of the varInt property. |
void |
setVarAttrString(java.lang.String value)
Sets the value of the varAttrString property. |
void |
setVarInt(java.lang.Integer value)
Sets the value of the varInt property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer varInt
protected java.lang.String varAttrString
| Constructor Detail |
|---|
public OccuringAll()
| Method Detail |
|---|
public java.lang.Integer getVarInt()
Integerpublic void setVarInt(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getVarAttrString()
Stringpublic void setVarAttrString(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 | |||||||||